Fields


Creating & Updating Custom Fields
List of Supported fields
Creates new field
Specify validation level of field on create. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
Last modification time.
2019-01-01T00:00:00Creation time.
2019-01-01T00:00:00Related entity name for field (e.g. Account, Contact, Lead, Opportunity, ...)
stringUser friendly name for field.
stringType of the field. Supported field types are: checkbox, currency, currency_foreign, date, datetime, dropdown, email, float, input, integer, multiselect_checkbox, phone, radio, sequence, text_area, url
stringOptional custom data set id can be set.
01234567-abcd-dcba-ffff-000000000000Calculated formula used for fields which supports calculation.
stringA default value for field.
stringIf true, then there will be an API validation if value of entity is unique.
falseCreation confirmation. Returns created field
unexpected error
Update Existing custom field
Modifies field or Fields with given id(s)
ID of field to update
Specify validation level of field on update. Use them as bit mask: 0 - validate each field on entity, 2 - validate only changed fields, 4 - validate only system fields, 8 - allows to override readonly fields, 16 - allows to set entity on deleted relationship.
User friendly name for field.
stringCalculated formula used for fields which supports calculation.
stringA default value for field.
stringModification confirmation. Returns resulting field
Sent when invalid ID is given
unexpected error
Get All fields
Returns all defined Fields
if enabled, deleted Fields are returned as well
Number of entities to return from beginning of the result set. Max: 100. Default: 30
Return only the "last" number of entities from result set. When used with first parameter, then it returns last M records from the first N records.
Cursor until which to take entities to result set.
Cursor after which to start taking entities to result set.
Expand related entity. Use api_names of relation fields. You can use multiple values separated via ',' colon. If not used, URI link will be returned instead. You can use dots '.' to expand nested entities as well.
expand=owner,sales_unit,account_relations.accountOrder by values. Use api_name of field to sort by ascending. Prefix api_name with '-' to descending sort. You can use multiple values separated via ',' colon.
order-by=created,-modifiedUse name of field in braces to filter by this field. To advanced filter, use with combination with filter-op parameter.
filter[name]=ExampleFilter operator. Specify a way how to filter fields. Supported operators: [eq, ieq, not-eq, not-ieq, contains, starts, ends, icontains, istarts, iends, null, not-null, empty, not-empty, gt, gte, lt, lte, between].
filter-op[name]=eqLoads only fields defined within this parameter. You can use multiple values separated via ',' colon. If not used, then all fields are returned. You can use dots '.' to specify load only fields in nested as well.
load-only=id,name,owner.idlist of Fields
unexpected error
Get Field Values
Last updated
