Can you add two more fields in article API to indicate the counts of comments & attachments | The place for Zendesk users to come together and share
Skip to main content
Question

Can you add two more fields in article API to indicate the counts of comments & attachments

  • October 24, 2025
  • 0 replies
  • 1 view

If we can get the count of comments & attachments of the article, then developers could save 2 extra API call to fetch comments & attachments detail. To avoid too much HTTP code 429. 

article: https://developer.zendesk.com/api-reference/help_center/help-center-api/articles/#list-articles

comments: https://developer.zendesk.com/api-reference/help_center/help-center-api/article_comments/

attachments: https://developer.zendesk.com/api-reference/help_center/help-center-api/article_attachments/