Skip to main content

Get diary settings

GET 

/api/settings/diary

Retrieves diary settings.

Response sample

{
"id": "string",
"type": "string",
"bookingQuestionHierarchy": {
"firstQuestion": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"questionMappedType": 0,
"questionText": {},
"options": [{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"optionText": {},
"abbreviation": {},
"optionValue": "string",
"optionValueType": 0,
"excludeFromRules": true,
"specialActionMessagePrompt": {},
"specialActionType": 0,
"nextQuestion": "string" }]}},
"calendarDayTimePeriods": {
"options": [{
"caption": "string",
"abbreviation": "string",
"value": {
"min": "00:00:00",
"max": "00:00:00" }}]},
"displayDoctorSelection": true
}

Request

Responses

Success: Request accepted.