Get HR consultant's unsaved searches
GET {{endpoint}}/ws/v.1.00/hr-candidateagent?id={{hr_id}}&unsaved=1
Returns the list of the last 20 unsaved searches made by the HR consultant.
input
- hr_id *: numeric
- unsaved *: 1
output
- id: numeric, to be used if you want to have details of the search filters
- title: string
- default: boolean
[
{
"id": 16,
"title": "cuoco Monza",
"default": false
},
{
"id": 20,
"title": "cuoco Milano",
"default": false
},
...
]
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | ||
unsaved | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |