I am trying to select List Items on a document Library where I was able to successfully do based on ID. But I am trying to see whether it is possible to filter based on custom column. Is it possible to query based on custom column?
This is working:
req.setEndpoint('callout:SPO_Integration/_api/web/lists/getbytitle(\'SalesforceDocuments\')/items(\'1\')/File');
The following option is not working:
req.setEndpoint('callout:SPO_Integration/_api/web/lists/getbytitle(\'SalesforceDocuments\')/items(\'510111329\')/File');
