Home / Admin Operations / Mode / View List of Modes

View List of Modes


View the list of all modes

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

Method
POST

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

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

Sample Response:

{
   "operation": {
      "name": "GET_MODE",
      "result": {
       "status": "Success",
       "message": "Settings retrieved successfully"
      },
      "Details": [
         {
           MODEID : 1
            "NAME": "Web",
            "DESCRIPTION": "Self Service Portal"
         },
         {
            MODEID : 2
            "NAME": "Email",
            "DESCRIPTION": "By mail"
         }
      ]
   }
}

 




     RSS of this page