Next Topic

Previous Topic

Book Contents

Get Service Desk Ticket Custom Field

Returns the value of a custom field in a service desk ticket.

GET /automation/servicedesktickets/{ticketId}/customfields/{customFieldId}

Headers

Model Schema

Field

Datatype

Filterable

Sortable

CustomFieldId

decimal

 

Ref

string

 

Caption

string

Order

int

 

Format

decimal

 

DefaultValue

string

 

 

Sample Response Model

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