Skip to main content
GET
/
api
/
Candidates
/
{candidateId}
/
availability-notification
Get Candidate Availability Notification Subscription.
curl --request GET \
  --url https://api.example.com/api/Candidates/{candidateId}/availability-notification
{
  "isSubscribed": true,
  "daysBeforeNotification": 123,
  "notificationDate": "2023-11-07T05:31:56Z"
}

Path Parameters

candidateId
integer<int32>
required

Response

200 - application/json

OK

isSubscribed
boolean
daysBeforeNotification
integer<int32> | null
notificationDate
string<date-time> | null