Job Profiles

Get job profile

GET
/api/public/v3/job_profiles/{id}

Path Parameters

id*integer

Response Body

application/json

application/json

curl -X GET "https://example.com/api/public/v3/job_profiles/0"
{  "data": {    "id": 0,    "name": "string",    "fields": {},    "created_at": "string",    "updated_at": "string",    "job_group": {      "id": 0,      "name": "string"    }  }}