Authorization: Bearer ********************curl --location --globoff 'https://connect.deskbird.com/bookings?offset=undefined&limit=undefined&startDate=undefined&endDate=undefined&updatedAt={%0A%20%20%20%20%22value%22%3A%20%222024-01-01T23%3A00%3A00.000Z..2025-02-01T05%3A15%3A00.000Z%22%2C%0A%20%20%20%20%22description%22%3A%20%22Bookings%20updated%20between%20two%20dates%22%0A}&ids=undefined&statuses=undefined&userIds=undefined&zoneIds=undefined&resourceIds=undefined&officeIds=undefined&createdAt={%0A%20%20%20%20%22value%22%3A%20%222024-01-01T00%3A00%3A00.000Z..2024-12-31T23%3A59%3A59.999Z%22%2C%0A%20%20%20%20%22description%22%3A%20%22Bookings%20created%20between%20two%20dates%22%0A}' \
--header 'Authorization: Bearer <token>'{
"total": 100,
"limit": 10,
"offset": 0,
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"userId": "123e4567-e89b-12d3-a456-426614174000",
"anonymized": false,
"autoCancellationTime": "2021-01-01T00:00:00.000Z",
"checkInStatus": "checkedIn",
"earlyReleaseEndTime": "2021-01-01T00:00:00.000Z",
"endTime": "2021-01-01T00:00:00.000Z",
"guest": {
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@example.com"
},
"isAnonymousBooking": false,
"startTime": "2021-01-01T00:00:00.000Z",
"status": "accepted",
"zoneId": "1234",
"zoneUuid": "123e4567-e89b-12d3-a456-426614174000",
"floorId": "1122",
"floorUuid": "123e4567-e89b-12d3-a456-426614174000",
"resourceId": "123e4567-e89b-12d3-a456-426614174000",
"resource": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "Desk 1",
"type": "flexDesk"
},
"officeId": "ca99dd78-2efb-49eb-a254-be0e3d56ca15",
"user": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"email": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe"
},
"cancelledBy": "auto",
"cancelledByUserId": "123e4567-e89b-12d3-a456-426614174000",
"history": [
{
"action": "created",
"source": "deskbird-api",
"userUuid": "123e4567-e89b-12d3-a456-426614174000",
"completedAt": "2021-01-01T00:00:00.000Z"
}
],
"createdAt": "2021-01-01T00:00:00.000Z",
"updatedAt": "2021-01-01T00:00:00.000Z"
}
]
}