Is there a way to find Help Center article that have attachments? I know we have only a few, but I don't know which articles!
Question
Find Help Center Articles with Attachments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


Thank you for your Feedback on that.
Natively this is unfortunately not possible but as a workaround,
you can use our List Articles API endpoint to get all the article IDs and then use the article ID along with Show Article Attachment API endpoint.
The Show Article Attachment API endpoint will return a JSON result showing if there's an attachment or none.
- https://developer.zendesk.com/rest_api/docs/help_center/articles#list-articles
- https://developer.zendesk.com/rest_api/docs/help_center/article_attachments#show-article-attachment