v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBCustom Fields
Get a List of Custom Fields
Retrieve a list of the custom fields you've set up in your SysAid account.
get/custom-fields
Query parameters
limitinteger
The number of items to display per page. The default is 100, and you can have up to 500.
offsetinteger
The offset for pagination. Calculated as (page - 1) * limit (page starts at 1).
entityTypeCustomColumnEntityType[]
Entity type filter.
fieldNamestring
Filter by the custom field name.
Response
A list of custom fields.
Example response
{
"limit": 20,
"total": 50
}