Return a list of all calendar entires
Request
/api/v1/calendar-entry/list?from=2021-06-01T00:00:00Z&to=2023-06-07T00:00:00Z
Parameter
Attribut | Datentyp | Beschreibung |
from | ISO Date / Time | Start date |
to | ISO Date / Time | End date |
Answer
Data
Attribut | Datentyp | Beschreibung |
id
|
Long | ID |
startDate
|
ISO Date / Time | Start date |
endDate
|
ISO Date / Time | End date |
calendarEntryType
|
String
|
Type |
cleaningTourId
|
Long
|
ID of tour oder null if global |
cleaningTourName |
String
|
Name of the tour |
deputyTourBaseDefinitionId
|
Long
|
ID of deputy |
deputyTourBaseDefinitionName
|
String
|
Name of deputy |
holidaySkipType |
String
|
Holiday Entry Type |
programChangeTypeId |
Long
|
ID Program Change Type (Holiday) |
programChangeTypeName |
String
|
Name from the Program Change Type (Holiday= |
Type
- PRESENT -> Tour is present
- ABSENT_DEPUTY -> Deputy is planned
- HOLIDAY -> Global holidays
Holiday Skip Type
- DAY_SHIFTING -> Shifted by 1 day
- FREQUENCY_SHIFTING -> Shifted by frequency
- DAY_SHIFTING_IGNORE_FIXED -> Shifted by frequency without day
- PROGRAM -> Program change type
Comments
0 comments
Please sign in to leave a comment.