Get details of Article Category
This API can be used to fetch the details of an article category.
OAuth Scope:
SalesIQ.articles.READ
URL
Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{portal_name}/articlecategories/{id}
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylker/articlecategories/53400000000328033
Sample Response
Copied{
"url": "/api/v2/zylker/articlecategories/53400000000328033",
"object": "articlecategory",
"data": {
"id": "53400000000328033",
"name": "General",
"is_default": "true",
"order": "1"
}
}