# Ticket Id with Field Value

#### **Example**

```json
{
    "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

| Field             | Type                                                                                                                                  | Comments                                                                                               |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| customFieldValues | array of [Custom FIeld with Value](https://developers.socialboards.com/docs/apis/tickets/reference/objects/custom-field-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                                                                                       |
