Hi ,
I am building an Zendesk adapter that would read data ( supported objects ) I am looking for apis that would allow me to get multiple object records in a single api call ( Bulk load apis )
I referred https://developerblog.zendesk.com/from-100-requests-to-1-introducing-our-new-bulk-and-batch-apis-a5bb294e2132 and found I could use show_many but it requires me to specify id or set of ids or an external id .
1 . is there any other better way to perform ?
2. is there an api endpoint that would allow me to get multiple objects ( not necessarily of the same type )
Thanks In advance