v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBJob Roles
Get A Specific Job Role
This endpoint retrieves a specific job role. <h3>Required Scope</h3>job_roles:read or job_roles:write
get/api/v2/job-roles/{id}
Path parameters
idstring required
The ID of the job role to retrieve.
Response
Success
Example response
{
"data": {
"type": "job-roles",
"id": "RoleID123",
"attributes": {
"role-id": "RoleID123",
"name": "Product Manager",
"description": "Product Manager role",
"data": [
{
"type": "skills",
"id": "Product Management",
"meta": {
"target-level": 4
}
}
]
}
}
}