Skip to main content
Get all custom-field

Authorizations

Authorization
string
header
required

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

Response

200 - text

Return all custom fields

id
number
required
name
string
required
type
enum<string>
required
Available options:
Short text,
Long text,
Single dropdown,
Multiple dropdown,
Multiple choice,
Numerical,
Date picker
createdAt
required

Object creation date time

Example:

"2023-07-30T09:00:00.000Z"

updatedAt
required

Object update date time

Example:

"2023-07-30T09:00:00.000Z"

deletedAt
required

Object archived date time

Example:

"2023-07-30T09:00:00.000Z"

required
boolean | null
options
object[]