Custom fields
Append specialized metadata to your content through user-defined fields.
This API provides structured ways to enrich your docs with extra attributes. You can create and manage custom fields to store additional data.
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
200
OK
application/json
Responseall of
get
200
OK
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
Body
namestring · min: 1 · max: 50RequiredPattern:
^[a-z_\-0-9]+$
typestring · enumRequiredPossible values:
titlestring · max: 100Optional
descriptionstring · max: 200Optional
placeholderstring · max: 100Optional
optionsstring[] · min: 1 · max: 50Optional
Responses
201
Custom field created
application/json
post
201
Custom field created
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
fieldNamestringRequired
The name of the custom field
Body
titlestring · max: 100Optional
descriptionstring · max: 200Optional
placeholderstring · max: 100Optional
optionsstring[] · min: 1 · max: 50Optional
Responses
200
OK
application/json
patch
200
OK
Was this helpful?