Home / Admin Operations / Level / View List of Levels

View List of Levels


View the list of all levels

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

Method
POST

API description
Displays the list of levels in the ServiceDesk Plus On-Demand application

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

Sample Response:

{
   "operation": {
      "name": "GET_LEVEL",
      "result": {
       "status": "Success",
       "message": "Settings retrieved successfully"
      },
      "Details": [
         {
            LEVELID : 100
            "NAME": "Tier 1",
            "DESCRIPTION": "Info"
         },
         {
            LEVELID : 101
            "NAME": "Tier 2",
            "DESCRIPTION": "Tips"
         }
      ]
   }
}



     RSS of this page