Home / Admin Operations / General Settings

General Settings


Retrieve and view General Settings

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

Method
HTTP POST

API description
Retrieves the general settings for the user

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

Sample Request:

curl -d 
"scope=sdpodapi&authtoken=244c93bbd236cba1f03ea4af747e2b3a
&OPERATION_NAME=GET_GENERAL_SETTINGS" 
https://sdpondemand.manageengine.com/api/json/admin

Sample Response:

{
   "operation":{
      "name":"GET_GENERAL_SETTINGS",
      "result":{
         "status":"Success",
         "message":"Details got successfully"
      },
      "Details":{
         "REQUESTER_REOPENREQUEST_ALLOWED":"false",
         "DEFAULT_CURRENCY":"$",
         "TIME_FORMAT":"MMM d, yyyy hh:mm a",
         "DATE_FORMAT":"MMM d, yyyy",
         "REQUESTER_CLOSEREQUEST_ALLOWED":"false"
      }
   }
}



     RSS of this page