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
Key | Datatype | Required | Description |
---|---|---|---|
categoryId | string | Article count for given category. If categoryId is not given or null, it considered as all category i.e all department | |
authorId | string | Article count for the particular author | |
status | string | Publishing status of the article to get count. Values allowed are Draft , Published , Review , Expired | |
permission | string | Permissions to get the article count. Values allowed are ALL , REGISTEREDUSERS , AGENTS |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"count":"5"}