latestOpenAPI 3.0.02026-08-1284111344.5 KB
14666f4db0f8
Custom Fields Groups
Retrieve a list of Custom Fields Groups
Retrieves a paginated list of Custom Fields Groups, optionally filtered by entity type.
get/v2/customfieldsgroups
Query parameters
pageSizenumber
Example:10
Number of records to return per page.
pagenumber
Example:1
The page index.
entityType'JOB' | 'CLIENT'
Filter results by the entity the custom fields group belongs to.
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Response
A paginated list of Custom Fields Groups.
Example response
{
"pageSize": 10,
"page": 1,
"totalResults": 50,
"hasMore": true,
"data": [
{
"id": "CFG-eYLPK7198xVp6Z8q",
"entityType": "JOB",
"name": "Custom Fields Group 1"
}
]
}