get https://apisandbox.paylocity.com/api/v2/companies//customfields/
Get All Custom Fields for the selected company
Responses
401Unauthorized
403Forbidden
429Too Many Requests
Get All Custom Fields for the selected company
401Unauthorized
403Forbidden
429Too Many Requests
xxxxxxxxxx
curl --request GET \
--url https://apisandbox.paylocity.com/api/v2/companies/companyId/customfields/category \
--header 'accept: application/json'
xxxxxxxxxx
15[
{
"category": "string",
"defaultValue": "string",
"isRequired": true,
"label": "string",
"type": "string",
"values": [
{
"code": "string",
"description": "string"
}
]
}
]