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 |
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": "12345",
"ResponseCode": 0,
"Status": "OK",
"Error": "None"
}