Api referenceGlobal
List all job roles of a global
List all job roles
List all job roles
AuthorizationBearer <token>
In: header
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
Response Body
application/json
curl -X GET "https://example.com/v2/global/job-roles"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}