latestOpenAPI 3.0.02026-08-1284111344.5 KB
14666f4db0f8
Custom Fields Groups
Retrieve a single Custom Fields Group
Retrieves a single Custom Fields Group by its ID.
get/v2/customfieldsgroups/{id}
Path parameters
idstring required
Example:CFG-eYLPK7198xVp6Z8q
The custom fields group ID (prefix CFG-).
Headers
Authorizationstring required
Example:Bearer <token>
Bearer Token
Response
The requested Custom Fields Group.
Example response
{
"id": "CFG-eYLPK7198xVp6Z8q",
"entityType": "JOB",
"name": "Custom Fields Group 1"
}