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

KeyDatatypeRequiredDescription
idstring
unsavednumber

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Cookiestring
Content-Typestring
Acceptstring