Custom Field API Reference
Parameters
name
- Type: string
- Description: Free text search for custom field names matching criteria
limit
- Type: string
- Description: The number of records returned
cursor
- Type: string
- Description: The cursor returned to from previous page of results
sortBy
- Type: string (enum)
- Description: Sort custom fields by the specified field. Only
pos is supported.
Example Request
curl --request GET \
--url https://api.air.inc/v1/customfields \
--header 'accept: application/json'
Example Response
{
"status": "200 - OK",
"updated": "6 months ago"
}