> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/objects/base-custom-field.md).

# Custom Field Id with Value

#### **Example**

```json
{
    "id": 42623,
    "name": "City",
    "value": "Oslo"
}
```

#### Fields

| Field | Type    | Comments                                                                                                                                                                                                |
| ----- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| id    | integer | Unique Id of custom field                                                                                                                                                                               |
| name  | string  | Name of custom field                                                                                                                                                                                    |
| value | string  | string containing value. Format of string depends on field type (correct formats can be checked in this [document](/docs/apis/tickets/reference/enumerations/custom-field-types-and-values-formats.md)) |
