GET api/candidate/calendar/longterm/preferences
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetLongTermPreferenceResponseName | 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-05-06T13:45:51.9539972Z", "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" ] }