View the list of all urgencies
URL
https://sdpondemand.manageengine.com/api/json/admin/urgency
Method
POST
API description
Displays a list of all urgencies in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is GET_URGENCY)
Sample Response:
{
"operation": {
"name": "GET_URGENCY",
"result": {
"status": "Success",
"message": "Settings retrieved successfully"
},
"Details": [
{
URGENCYID : 100
"NAME": "High",
"DESCRIPTION": "Needs to be attended to immediately"
},
{
URGENCYID : 101
"NAME": "Medium",
"DESCRIPTION": "Needs to be taken up before COB"
}
]
}
}