latestOpenAPI 3.1.02026-08-13233474.8 KB

e920ac8ed225

Custom Fields

Get Custom Fields

Get a list of custom fields scoped by the query parameters.

get/custom_fields

Query parameters

idstring

Custom Field ID.

Custom Field ID.

organizationIdstring

Organization ID. A lack of this property will look for all custom fields in the account, both account scoped and organization scoped.

Organization ID. A lack of this property will look for all custom fields in the account, both account scoped and organization scoped.

cursorstring

Cursor for start of next set of items. Pass whatever you receive from the response to get the next elements in the array.

Cursor for start of next set of items. Pass whatever you receive from the response to get the next elements in the array.

limitnumber

Limit of items per page.

Limit of items per page.

Response

Returns a list of agents that match the query parameters.

cursorstring nullable required

Cursor for start of next set of items. If there were no items to return with the last cursor you passed, this will return null.

hasMoreboolean required

Whether there are more items to load past this cursor.