Does the article's incremental API support cursor-based pagination? | Community
Skip to main content

Does the article's incremental API support cursor-based pagination?

  • July 31, 2024
  • 2 replies
  • 0 views

I have tried curl https://{subdomain}.zendesk.com/api/v2/help_center/incremental/articles/cursor.json?start_time=2024-07-29T08:00:00Z -u user/token:token, but it does not work, does the article's incremental API support cursor-based pagination now?

2 replies

  • August 6, 2024

Hello @yangfan 

Yes, this endpoint does support Cursor based pagination as specified in the documentation:

You can use the incremental article endpoint to list all the articles that were updated since a certain date and time. The endpoint takes a start_time parameter with a Unix epoch time.

You used incorrect data format you need to convert it to Unix.


  • Author
  • August 8, 2024

Thanks, this is the response I tried with unix epoch time, and it does not have the fields like meta.after_cursor for article's list endpoint,  is it as expected for article's incremental response by cursor?