Custom Fields
get /api/http/custom-fields/extended-types
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Get all types that support custom fields
|
get /api/http/custom-fields/{typeKey}/all-values
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Get all custom field values for a type. Optionally, extendedEntityIds can be used to get data for one or more entity IDs.
|
post /api/http/custom-fields/{typeKey}/enum-values/{customFieldId}
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Add new option to custom field of Select from options
type. Options can only be added via this API call if custom field has the Open-ended
flag set. Returns saved records.
|
get /api/http/custom-fields/{typeKey}/enum-values/{customFieldId}
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Get a page of options for custom field of Select from options
type with Open-ended
flag set
|
post /api/http/custom-fields/{typeKey}/fields
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Create custom field for a type
|
get /api/http/custom-fields/{typeKey}/fields
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Get custom fields for a type
|
post /api/http/custom-fields/{typeKey}/fields/reorder
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Re-order custom fields. Pass IDs of the custom fields in the order you wish the custom fields to be.
|
post /api/http/custom-fields/{typeKey}/fields/{id}/archive
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Archive a custom field for a type
|
post /api/http/custom-fields/{typeKey}/fields/{id}/restore
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Restore custom field for a type
|
patch /api/http/custom-fields/{typeKey}/fields/{id}
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Update custom field for a type. Optional parameters will be ignored when not specified and updated otherwise.
|
delete /api/http/custom-fields/{typeKey}/fields/{id}
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Remove custom field for a type
|
get /api/http/custom-fields/{typeKey}/fields/{id}/filter-values
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
|
get /api/http/custom-fields/{typeKey}/{entityId}/values
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Get custom field value for a type and entity ID
|
patch /api/http/custom-fields/{typeKey}/{entityId}/values
warning
Deprecated since 2020-09-06: Use the new Custom Fields API.
Update custom field value ( s ) for a type and entity ID
|
Thanks for your feedback!