Home / Admin Operations / Status / View List of Statuses

View List of Statuses


View the list of all statuses

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

Method
POST

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

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

Sample Response:

{
   "operation":{
      "name":"GET_STATUS",
      "result":{
         "status":"Success",
         "message":"Status fetched successfully"
      },
      "Details":[
         {
            STATUSID: 100,
            NAME:Closed,
            TYPE:Completed,
            TIMER_STATUS:“-”,
            DESCRIPTION:Request Completed
         },
         {
            STATUSID: 200,
            NAME:Open,
            TYPE:In Progress,
            TIMER_STATUS:Running,
            DESCRIPTION:Request pending
         }
      ]
   }
}



     RSS of this page