Get Service Desks
Returns an array of service desk definitions.
GET /automation/servicedesks
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
Sample Response Model
{
"Result": [
{
"ServiceDeskId": 0,
"defaultServDeskDefnFlag": "string",
"Prefix": "string",
"ServiceDeskName": "string",
"Description": "string",
"EditingTemplate": "string",
"DefinationTemplate": "string",
"DisplayMachineInfo": true,
"RequiredMachineInfo": true,
"AutoSaveClock": true,
"AutoInsertNote": true,
"AutoInsertHiddenNote": true,
"ShowIncidentNotePan": true,
"ShowWorkOrders": true,
"ShowSessionTimers": true,
"ShowTasks": true,
"AllowDeleteNotes": true,
"TimeZoneOffset": "string",
"DefaultPolicy": "string",
"DeskAdministrator": "string",
"ChangeProcedure": "string",
"GoalProcedure": "string",
"AotoArchiveTime": 0,
"EmailDisplayName": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}