Time based increment article import | Community
Skip to main content

Time based increment article import

  • August 16, 2022
  • 3 replies
  • 0 views

Is it possible to set number of results returned per request during a time based incremental export of article , by default seems like its is 1000 approx?

3 replies

Guided
  • August 16, 2022

Hey Bruce,

I have no experience with this endpoint, but when I look at the documentation it seems to be locked at 1000:
https://developer.zendesk.com/documentation/help_center/help-center-api/using-the-help-center-api/understanding-incremental-article-exports/#paginating-through-the-results

I guess that's what they mean with that it differs from the regular offset pagination where you have a 'per_page' parameter. But even then it wouldn't go above 1000 (or 100 depending on the endpoint). 


Greg29
  • August 16, 2022
Hi Bruce! This is possible, with the per_page parameter. You can read more about that here.

Greg29
  • August 16, 2022

Amazing timing, Sebastiaan!