Get HR consultant's jobs
GET {{endpoint}}/ws/v.1.00/hr-job?id={{hr_id}}
Returns the HR consultant's list of job offers.
input
- hr_id *: numeric
output
- id: numeric, to be used if you want to have details of the job offer
- title: string
- online: boolean
[
{
"id": 15,
"title": "Job ads",
"online": true
},
{
"id": 18,
"title": "cuoco",
"online": false
},
...
]
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |