Skip to main content
GET
List custom field definitions

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer<int32>

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.

Required range: x <= 100
page
string

Cursor token to fetch next page of results.

owner_type
enum<string>
required

Filter definitions by owner type (required)

Available options:
item,
rental

Response

A paged array of custom field definitions

data
object[]
nextPage
null | string