curl --request GET \
--url https://api.ctrl-hub.com/v3/job-role-types/{job_role_type_id} \
--header 'X-Session-Token: <api-key>'{
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"name": "<string>",
"description": "<string>"
}
},
"jsonapi": {
"version": "<string>"
}
}Retrieve a specific job role type by its unique identifier.
curl --request GET \
--url https://api.ctrl-hub.com/v3/job-role-types/{job_role_type_id} \
--header 'X-Session-Token: <api-key>'{
"data": {
"id": "<string>",
"type": "<string>",
"attributes": {
"name": "<string>",
"description": "<string>"
}
},
"jsonapi": {
"version": "<string>"
}
}Session token for authentication.
The unique identifier for the job role type.