...
Code Block | ||
---|---|---|
| ||
{ "StartdateStartDate": "2022-0301-01 00:00:00", "EnddateEndDate": "2022-0301-31 23:59:00" } |
Available request parameters
Key | Type | Explanation | |||||||
---|---|---|---|---|---|---|---|---|---|
| datetime string | The start of the search time range. | |||||||
| datetime string | The end of the search time range. | |||||||
| Boolean | By default auto-created bookings for Assigned Spaces are not included in the GetAllBookings response. To include these bookings as well you will need set | |||||||
| Integer | Limit the results to a single resource profile. Enter the ID number for the resource profile.
| |||||||
| String | Limit the results to a single resource profile. Enter the name of the resource as a string. | |||||||
| String | Limit the results to a chosen Country. Enter the Country name as a string. | |||||||
| String | Limit the results to a chosen City. Enter the City name as a string. | |||||||
| String | Limit the results to a chosen Site. Enter the Site name as a string. | |||||||
| String | Limit the results to a chosen Building. Enter the Building name as a string. | |||||||
| String | Limit the results to a chosen Floor. Enter the Floor name as a string. | |||||||
| String | Limit the results to a chosen Zone. Enter the Zone name as a string. | |||||||
| String | Limit the results to a chosen Booking System.
| |||||||
| String | Limit the results to a chosen Space type. Enter the Space type name as a string. | |||||||
| String | Limit the results to a chosen time zone. To find the available options see the Resource Time Zone dropdown from the All Bookings report page in the admin dashboard. rowStart dashboard. | |||||||
| String | Limit the results to booking created by members of a Team. Enter the name of the Team as a string. | |||||||
| String | Limit the results to booking created by members of a Department. Enter the name of the Department as a string. | |||||||
| Integer | Limit the results by truncating objects from off the top of the available results.
Useful when dealing with large datasets which can be slow to respond. | |||||||
| Integer | Limit the results by truncating objects from off the end of the available results.
Useful when dealing with large datasets which can be slow to respond. |
...
Key | Type | Example | Explanation |
---|---|---|---|
BookingId | Integer | 12746 | The unique ID number for each booking. |
MeetingId | Integer | "" | The unique ID for the booking. |
ResourceName | String | “Conference Room 1” | The name of the Resource for this booking. |
SpaceTypeName | String | “Room” | The space type that the resource is assigned. I.E. Room, Desk etc. |
BookingSystemName | String | “Conference.Room.1” | The booking system name for the booked resource. |
StartTime | Datetime | 2022-08-25 13:00:00 | The actual start time of the booking. |
EndTime | Datetime | 2022-08-25 15:00:00 | The actual end time of the booking. |
StartTimeOriginal | Datetime | 2022-08-25 13:00:00 | The originally booked start time of the booking. |
EndTimeOriginal | Datetime | 2022-08-25 15:00:00 | The originally booked end time of the booking. |
Subject | String | “Meeting Subject” | The subject of the booking. |
IsPrivate | Boolean | FALSE | Shows true is the booking is marked as Private. |
IsConfirmed | Integer | 1 | 0 = Not checked in. |
IsEnded | Integer | 2 | 0 = Booking has not ended. |
IsNoShow | Boolean | FALSE | TRUE = User did not check into book. |
IsInstant | Boolean | TRUE | TRUE = User created instant booking using quick options in RX. |
IsAM | Boolean | null | The booking is a morning booking. |
IsPM | Boolean | null | The booking is an afternoon booking. |
IsEOD | Boolean | null | The booking is an All Day booking. |
IsWorkingDay | Boolean | null | The booking is a Working Day booking. |
Organizer | String | “Bruce Wayne” | The name of the booking organizerorganiser. |
OrganizerEmail | String | “Bruce Wayne<bruce.wayne@wayneenterprise.org>” | The email address of the booking organizerorganiser. |
IsAllDay | Boolean | FALSE | The booking is an All Day booking. |
BookingAttendees | String | "" | A comma separated list of names for users who attended the booking. |
BookingAttendeesEmailList | String | "" | A comma separated list of email addresses for users who attended the booking. |
UnplannedBookingAttendees | String | "" | A comma separated list of names for unplanned users who attended the booking. |
UnplannedBookingAttendeesEmailList | String | "" | A comma separated list of email addresses for unplanned users who attended the booking. |
Country | String | “United States” | The country where the resource is located. |
City | String | “Gotham” | The city where the resource is located. |
Site | String | null | The Site where the resource is located. |
Building | String | “Wayne Enterprise” | The Building where the resource is located. |
Floor | String | “37th Floor” | The Floor where the resource is located. |
Zone | String | null | The Zone where the resource is located. |
CheckedInFrom | String | “Room Screen” | Shows which device type was used to perform this action.
|
CheckedOutFrom | String | “Room Screen” | |
ExtendedFrom | String | "" | |
BookedFrom | String | “Room Screen” | |
ResourceId | Integer | 2 | The ID number for the booked Resource. |
Occupancy | String | 12 | The configured max occupancy for the booked resource. |
BookingSystem | String | “Local” | Shows the type of connected booking system.
|
CheckedOutBy | String | "" | The name of the user who performed the Check out action for this booking. |
ExtendedBy | String | ““ | The name of the user who performed the Extend action for this booking. |
AutoCancellation | Boolean | TRUE | Shows if the Auto-Cancellation option is enabled/disabled for this Resource. |
OrganizersDepartments | String | "" | Comma separated list of Departments which the organizer organiser of this booking is a member. |
OrganizersTeams | String | "" | Comma separated list of Teams which the organizer organiser of this booking is a member. |
CheckedOutByEmail | String | "" | Email address of the user who performed the Check out action for this booking. |
CheckedInByEmail | String | “bruce.wayne@wayneenterprise.org” | Email address of the user who performed the Check in action for this booking. |
ExtendedByEmail | String | "" | Email address of the user who performed an Extend action for this booking. |
CheckedInBy | String | “Bruce Wayne” | The name of the user who performed the Check in action for this booking. |
Assigned | Boolean | FALSE | TRUE = This resource is an Assigned Space |
Location | String | “United States | Gotham | Wayne Enterprise | 7th Floor” | A single string with the full location of the booked resource. |