May 17, 2018 12:14 AM
How can I add a filter to the api that will filter records id an Attachment field is not empty. Can Find that option.
May 17, 2018 01:57 AM
To clarify you want to get all record id’s whose “Attachment” field is not empty?
If yes then your filterbyformula parameter will be
AttachmentField!=""
Where “AttachmentField” is your field of type Attachment
Make sure its URL encoded.
May 17, 2018 11:36 AM
Thanks, That was simpler then I thought.