Get individual HR consultant
GET {{endpoint}}/ws/v.1.00/hr?id={{hr_id}}
Returns the details of an individual HR consultant.
input
- hr_id *: numeric
output
- hr_id: numeric
- ccnl: string
- headquartier: string
{
"hr_id": 3,
"first_name": "Test",
"family_name": "HR"
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |