TimeSlotData
Introduction
Detailed view of the TimeSlotData datatype. This page explains all the attributes of that datatype.
Attributes
Name | Type | Posible values | Description |
---|---|---|---|
id | string | n/a | The id of the timeslot. Has to be 32 characters long. |
startDate | long | 1361523600000 | Unix timestamp with the start date of the timeslot. Timestamp is given in miliseconds, not in seconds. |
startDate | long | 1361523600000 | Unix timestamp with the end date of the timeslot. Timestamp is given in miliseconds, not in seconds. |
deadline | long | 1361523600000 | Unix timestamp with the deadline for that timeslot. Timestamp is given in miliseconds, not in seconds. |
freeSeats | integer | n/a | The number of freeeSeats in that timeslot. |
totalSeats | integer | n/a | The number of total seats in that timeslot. |
address | EventAddress | n/a | This field contains all address information for an appointment. Look at the according page for details. |
JSON response