ContactField (object)
| Field | Type | Description |
|---|---|---|
| created_at | string (date-time) | Creation timestamp in ISO 8601 format. |
| default_value | object | default value |
| description | string | — |
| id* | integer | — |
| key* | string | — |
| name* | string | — |
| ordering | integer | — |
| select_values | string[] | array Elements string |
| type* | string | — |
| updated_at | string (date-time) | Last update timestamp in ISO 8601 format. |
Example (JSON)
{
"id": 0,
"key": "string",
"name": "string",
"description": "string",
"type": "string",
"select_values": [
"string"
]
}