Incremental articles export API: Locale & Authentication | Community
Skip to main content

Incremental articles export API: Locale & Authentication

  • November 28, 2022
  • 1 reply
  • 0 views

Thiruppathi

Hi

I am trying to get articles using the incremental endpoint 

https://{subdomain}.zendesk.com/api/v2/help_center/incremental/articles?start_time={start_time}

I would like to get clarified on the following.

  1. Does this endpoint only returns `en-us` articles? 
  2. Is it possible to get incremental articles per locale? with an additional query param e.g. https://{subdomain}.zendesk.com/api/v2/help_center/incremental/articles?start_time={start_time}&locale=fr-fr
  3. Is there any special authentication needed to access this endpoint? 

1 reply

  • December 6, 2022
Hi Thiruppathi,
 
Thanks for posting your question to the Community! 
 
This endpoint returns all locales. If you wanted to filter by locale you would query just as you did above with the local parameter added to the endpoint url.
 
Authentication is required to use this endpoint. For more info on how to establish authentication you can check out these docs that details the various authentication methods.
 
Best,
Erica