Ticket Id with Field Value

Example

{
    "customFieldValues": [
        {
            "id": 26690,
            "value": "Magic Cloudy Shop"
        },
        {
            "id": 26703,
            "value": "Arrows with Frozen Darts"
        },
        {
            "id": 26704,
            "value": "100"
        },
        {
            "id": 26706,
            "value": "2024-01-23"
        }
    ],
    "ticketId": 256245
}

Fields

FieldTypeComments

customFieldValues

array of Custom FIeld with Value models

The values of the custom fields associated with the ticket. If the ticket has no fields, will be empty

ticketId

integer

Unique ticket id

Last updated