View the list of all impacts
URL
https://sdpondemand.manageengine.com/api/json/admin/impact
Method
POST
API description
Displays a list of all impacts in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is GET_IMPACT)
Sample Response:
{
"operation": {
"name": "GET_IMPACT",
"result": {
"status": "Success",
"message": "Settings retrieved successfully"
},
"Details": [
{
IMPACTID : 1
"NAME": "Affects User",
"DESCRIPTION": "User"
},
{
IMPACTID : 2
"NAME": "Affects Department",
"DESCRIPTION": "Department"
}
]
}
}