How to do incremental data pull on organizations and organization_fields | Community
Skip to main content

How to do incremental data pull on organizations and organization_fields

  • February 18, 2021
  • 1 reply
  • 0 views

Hi All,

Noticed that even though I specified start_time for incremental data pull, it is ignoring this start_time. why ?

Below is my URL

url: 'https://xxxxxx.zendesk.com/api/v2/organizations.json?page[size]=100&start_time=1613671380'

url: 'https://xxxxxxx.zendesk.com/api/v2/organization_fields.json?page[size]=100&start_time=1613671380'

It is getting me all the Data NOT JUST the incremental data. why ? Is something wrong with my setup ?

Any help is highly appreciated !!!

thank you.

 

 

1 reply

Chris112
  • March 16, 2021

Hello Sree,

The urls you are showing here are not the incremental export endpoint urls but instead the standard API endpoint urls. I would recommend using the endpoints found at Incremental Organization Export  as these will support the start time parameter you are passing!

Best,