{
"end_time": 0,
"include_deleted": true,
"page_size": 50,
"page_token": "string",
"results": [
"success"
],
"room_ids": [
"string"
],
"room_level_id": "string",
"start_time": 0
}curl --location --request POST '/v7/meeting_room_bookings/batch_get' \
--header 'Content-Type: application/json' \
--data-raw '{
"end_time": 0,
"include_deleted": true,
"page_size": 50,
"page_token": "string",
"results": [
"success"
],
"room_ids": [
"string"
],
"room_level_id": "string",
"start_time": 0
}'{
"data": {
"items": [
{
"accept_count": 0,
"calendar_id": "string",
"create_time": 0,
"delete_time": 0,
"dept_name": "string",
"end_time": 0,
"event_id": "string",
"failed_reason": "string",
"id": "string",
"invite_count": 0,
"is_recurring": true,
"result": "success",
"room_id": "string",
"room_name": "string",
"sign_in_status": "wait",
"sign_time": 0,
"start_time": 0,
"summary": "string",
"user": {
"id": "string",
"user_name": "string"
}
}
],
"next_page_token": "string"
},
"code": 0,
"more": {},
"msg": "string"
}