GET api/candidate/calendar/longterm/preferences
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetLongTermPreferenceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowLongTermInvitations | boolean |
None. |
|
| LongTermAvailableFrom | date |
None. |
|
| MinimumBookingLength | MinimumBookingLengthRecord |
None. |
|
| WeeklyAvailability | Collection of integer |
None. |
|
| Roles | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AllowLongTermInvitations": true,
"LongTermAvailableFrom": "2025-11-06T19:09:44.0294871Z",
"MinimumBookingLength": {
"Id": 1,
"Title": "sample string 2",
"Subtitle": "sample string 3",
"Period": "sample string 4",
"IsRecommended": true,
"Reference": "sample string 6"
},
"WeeklyAvailability": [
1,
2
],
"Roles": [
"sample string 1",
"sample string 2"
]
}