Home / Admin Operations / Priority / View list of Priorities

View list of Priorities


View the list of all priorities

URL
https://sdpondemand.manageengine.com/api/json/admin/priority

Method
POST

API description
Displays a list of all priorities in the ServiceDesk Plus On-Demand application

Parameters to be passed
authtoken, scope, OPERATION_NAME (value is GET_PRIORITY)

Sample Response:

{
   "operation": {
      "name": "GET_PRIORITY",
      "result": {
         "status": "Success",
         "message": "Priority retrieved successfully"
      },
      "Details": [
         {
            PRIORITYID : 100
            "NAME": "High",
            "DESCRIPTION": "Affects Business",
            "COLOR" : "#ff6600"
         },
         {
            PRIORITYID : 101
            "NAME": "Medium",
            "DESCRIPTION": "Affects Individual",
            "COLOR" : "#ff0000"
         }
      ]
   }
}



     RSS of this page