get https://hybrid.officernd.com/api/{version}/organizations/{orgSlug}/bookings
Retrieve all bookings.
Response
Retrieve all bookings.
xxxxxxxxxx
curl --request GET \
--url https://hybrid.officernd.com/api/v1/organizations/orgSlug/bookings \
--header 'accept: application/json'
xxxxxxxxxx
31]
[
{
"start": {
"dateTime": "2017-10-31T09:00:00.000Z"
},
"end": {
"dateTime": "2017-10-31T11:00:00.000Z"
},
"resourceId": "5943b5ebb4bd93ca5f1906fc",
"visitors": [],
"members": [],
"team": "59493231518f3f150d306c62",
"timezone": "Europe/London",
"source": "admin"
},
{
"start": {
"dateTime": "2017-10-31T13:00:00.000Z"
},
"end": {
"dateTime": "2017-10-31T14:00:00.000Z"
},
"resourceId": "5943b5ebb4bd93ca5f1906fc",
"visitors": [],
"members": [],