v1

latestOpenAPI 3.1.02026-07-2489171167.4 KB
Custom 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.

limitinteger

The number of items that are returned per page

offsetinteger

The offset used for pagination.

totalinteger

The total number of elements across all pages.

Example response

{
  "limit": 20,
  "total": 50
}