Name | Type | Read-only | Mandatory | Comment |
|---|---|---|---|---|
| id | integer | yes | no | |
| value | string | no | yes | |
| optionOrder | integer | no | ||
| customFieldId | integer | no | yes |
Uri | Method | Request Data | Success Response Code | Description |
|---|---|---|---|---|
| /api/asset-custom-field-options | GET | 200 | Returns an Array of all AssetCustomFieldOptionss | |
| /api/asset-custom-field-options/{id} | GET | 200 | Returns one AssetCustomFieldOption | |
| /api/asset-custom-field-options | POST | AssetCustomFieldOption | 201 | Create new AssetCustomFieldOption |
| /api/asset-custom-field-options/{id} | PUT | AssetCustomFieldOption | 204 | Update an existing AssetCustomFieldOption |
| /api/asset-custom-field-options/{id} | DELETE | 200 | Delete an AssetCustomFieldOption |