Employees

List job profiles

GET
/api/public/v3/employees/{employee_id}/job_profiles

Path Parameters

employee_id*integer

Response Body

application/json

application/json

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