get https://dc1demogw.paylocity.com/api/v2/companies//codes/
Get All Company Codes for the selected company and resource.
Responses
401Unauthorized
403Forbidden
429Too Many Requests
Get All Company Codes for the selected company and resource.
401Unauthorized
403Forbidden
429Too Many Requests
xxxxxxxxxx
curl --request GET \
--url https://dc1demogw.paylocity.com/api/v2/companies/companyId/codes/codeResource \
--header 'accept: application/json'
xxxxxxxxxx
[
{
"code": "string",
"description": "string"
}
]