Next Topic

Previous Topic

Book Contents

Get Service Desk Priorities

Returns an array of priorities for a specified service desk.

GET /automation/servicedesks/{serviceDeskId}/priorities

Headers

Model Schema

Field

Datatype

Filterable

Sortable

PriorityId

decimal

IsDefault

bool

PriorityName

string

Description

string

 

 

Sample Response Model

{
  "Result": "98765",
  "ResponseCode": 0,
  "Status": "OK",
  "Error": "None"
}