View the list of all categories
URL
https://sdpondemand.manageengine.com/api/json/admin/category
Method
POST
API description
Displays a list of all categories, subcategories and items in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is GET_CATEGORY)
Sample Response:
{
"operation":{
"name":"GET_CATEGORY",
"result":{
"status":"Success",
"message":"Conversation Details fetched successfully"
},
"Details":[
{
NAME:Network,
DESCRIPTION:Network related queries,
SUBCATEGORY:[
{
NAME:DHCP,
DESCRIPTION: DHCP related queries
ITEM:[
{
NAME:Test,
DESCRIPTION:Test
}
]
},
{
NAME:Firewall,
DESCRIPTION:Firewall related
}
]
}
]
}
}