Skip to main content

How can I add a filter to the api that will filter records id an Attachment field is not empty. Can Find that option.

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.


Thanks, That was simpler then I thought.