Home / Admin Operations / Request type / View list of Request Types

View list of Request Types


View the list of all request types

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

Method
POST

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

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

Sample Response:

{
   "operation": {
      "name": "GET_REQUEST_TYPE",
      "result": {
       "status": "Success",
       "message": "Settings retrieved successfully"
      },
      "Details": [
         {
            REQUEST_TYPE_ID : 1
            "NAME": "Incident",
            "DESCRIPTION": "Any outage or disruption of service"
         },
         {
            REQUEST_TYPE_ID : 2
            "NAME": "Service Request",
            "DESCRIPTION": "Request Fulfilment"
         }
      ]
   }
}

 




     RSS of this page