v6

latestOpenAPI 3.1.02026-07-311856741.1 MB
custom-fields
public

List Custom Fields

List custom fields.

Scopes: custom_fields:read custom_fields:write

get/v1/custom-fields/

Query parameters

string uuid4

The organization ID.

OR
string[]
Example:1dbfc517-0bbf-4301-9ba8-555ca42b9737

Filter by organization ID.

querystring nullable

Filter by custom field name or slug.

Filter by custom field name or slug.

'text' | 'number' | 'date' | 'checkbox' | 'select'
OR
CustomFieldType[]

Filter by custom field type.

pageinteger

Page number, defaults to 1.

Page number, defaults to 1.

limitinteger

Size of a page, defaults to 10. Maximum is 100.

Size of a page, defaults to 10. Maximum is 100.

sortingCustomFieldSortProperty[] nullable

Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.

Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.

Response

Successful Response

Example response

{
  "items": [
    {
      "organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737"
    }
  ]
}