Get article count

GET {{baseUrl}}/api/v1/articles/count

This API returns the number of articles published in the knowledge base of your help desk portal.

OAuth Scope

  • Desk.articles.READ

Request Params

KeyDatatypeRequiredDescription
categoryIdstringArticle count for given category. If categoryId is not given or null, it considered as all category i.e all department
authorIdstringArticle count for the particular author
statusstringPublishing status of the article to get count. Values allowed are Draft, Published, Review, Expired
permissionstringPermissions to get the article count. Values allowed are ALL, REGISTEREDUSERS, AGENTS

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"count":"5"}