Ways to perform Bulk export without having to use ticket id or external id . | Community
Skip to main content

Ways to perform Bulk export without having to use ticket id or external id .

  • May 3, 2023
  • 0 replies
  • 0 views

navin12

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