Get all job family groups
Returns a list of all objects of type job family group.<br/> <br /><br /> <b>Required permissions</b> <br /> The service user making the call must have the required permissions: see <a href="/reference/job-catalog#permissions-required" target="_blank">Permissions required</a>. <br /><br /> <b>Pagination</b> <br /> This endpoint uses cursor-based pagination to handle large number of table entries. To learn more, see <a href="https://apidocs.hibob.com/docs/pagination" target="_blank">Pagination in Bob's API</a>
Query parameters
Maximum number of job family groups to return.
A marker representing the first item on the next page to read. Should not be provided in the first call. To learn more, see <a href="https://apidocs.hibob.com/docs/pagination" target="_blank">Pagination in Bob's API</a>.
Whether to include the additional "humanReadable" JSON node in the response.
Response
Successful response
Example response
{
"JobFamilyGroupEntries": [
[
{
"/jobFamilyGroup/id": {
"humanReadable": "12345",
"value": 12345
},
"/jobFamilyGroup/name": {
"humanReadable": "IT",
"value": "IT"
},
"/jobFamilyGroup/description": {
"humanReadable": "Covers all technology-related job families and roles",
"value": "Covers all technology-related job families and roles"
}
}
]
]
}