Recent searches
No recent searches
How to do incremental data pull on organizations and organization_fields
Answered
Posted Feb 18, 2021
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.
0
1
1 comment
Chris H
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,
0