v1

latestOpenAPI 3.0.12026-08-063985821.3 MB
Candidate API:Availability

Get availability

get/candidates/{candidateId}/availability

Path parameters

candidateIdinteger required

Candidate Id

Response

Availability for the specified candidate

Example response

{
  "items": [
    {
      "date": "2018-06-30",
      "day": "Saturday",
      "shifts": [
        {
          "start": "09:00",
          "end": "12:00"
        },
        {
          "start": "13:00",
          "end": "17:00"
        }
      ]
    },
    {
      "date": "2018-07-01",
      "day": "Sunday",
      "shifts": [
        {
          "start": "09:00",
          "end": "12:00"
        }
      ],
      "recurring": true,
      "until": "2018-09-30"
    }
  ]
}