Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| ticketId | integer | no | yes | Ticket.id |
| fieldValue | string | no | no | |
| customFieldId | integer | no | yes | CustomField.id |
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/custom-field-values | GET | 200 | Returns an Array of all CustomFieldValues | |
| /api/custom-field-values/{id} | GET | 200 | Returns one CustomFieldValue | |
| /api/custom-field-values | POST | CustomFieldValue | 201 | Create new CustomFieldValue |
| /api/custom-field-values/{id} | PUT | CustomFieldValue | 204 | Update an existing CustomFieldValue |
| /api/custom-field-values/{id} | DELETE | 200 | Delete a CustomFieldValue |