Motion Logo Motion API Documentation
Support
API Keys

Get Custom Fields

Get all custom fields for a given workspace

GET beta / workspaces / {workspaceId} / custom-fields

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

Path Parameters

workspaceId string required

The workspace for which all custom fields should be retrieved

Response

200 - application/json - array

id string required

field string required

The type of custom field. "text", "url", "date", "person", "multiPerson", "phone", "select", "multiSelect", "number", "email", "checkbox", and "relatedTo" are all valid options

Was this page helpful?