View List of categories API
This API is used to list categories that a user case raise query to
Request URL:
https://people.zoho.com/api/hrcases/listCategory?
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
View List of categories API Example:
Success Response Format
Threshold Limit: 30 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
Request
Copiedhttps://people.zoho.com/api/hrcases/listCategory?
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"response": {
"result": [
{
"isAgent": true,
"categoryIcon": "Travel",
"isEnabled": true,
"categoryShortDescription": "Post your queries regarding transportation facilities provided by our organization",
"serviceId": "",
"applicableLocations": [],
"categoryName": "Transport",
"categoryId": "323150000000202001"
}, ...
],
"message": "Success",
"uri": "/api/hrcases/listCategory",
"status": 0
}
}