Custom Field Values
Custom field values are used for specific types of custom fields (single select, multi select). The custom field values are the set of values which will be shown in the custom field.
Operations
- Get a list of custom field values GET /api/1/{accountname}/settings/system/customfieldvalues
- Get a single custom field value GET /api/1/{accountname}/settings/system/customfieldvalues/{id}
- Create a new custom field value POST /api/1/{accountname}/settings/system/customfieldvalues
- Modify an existing custom field value PUT /api/1/{accountname}/settings/system/customfieldvalues/{id}
- Remove a custom field value DELETE /api/1/{accountname}/settings/system/customfieldvalues/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/system/customfieldvalues/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/system/customfieldvalues/{id}/translate