Question
Is there an API to get 'draft' status articles in Zendesk?
I have been working with the Zendesk Search API and successfully retrieved published article content using the endpoint:GET /api/v2/help_center/articles/{article_id}
However, by default, this only returns the published version of the article.
Is there any API or method to access draft articles similarly? For example, is there an option to retrieve articles with a 'draft' status using any API?
Any pointers or official documentation on this would be really helpful!
