Skip to main content
GET
/
v3
/
job-role-types
/
{job_role_type_id}
Retrieve a job role type
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>"
  }
}

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Path Parameters

job_role_type_id
string
required

The unique identifier for the job role type.

Response

Get a job role type.

JSON API response object

data
object
required

A job role type

jsonapi
object
required