Get meeting spaces by customer
GET
/meetingspace/get_meeting_space
Meeting Space
Last modified:2025-05-29 13:03:16
x-usage:admin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/meetingspace/get_meeting_space'
Response Response Example
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"street": "string",
"city": "string",
"state": "string",
"zipcode": "string",
"country": "string",
"location": "string",
"indoor_location": "string",
"floor": "string",
"room": "string",
"status": "available",
"additional_address_info": "string",
"type": "string",
"capacity": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
"created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
"google_cal_id": "string",
"timezone": "string",
"logo": "string",
"booking_app_url": "http://example.com",
"enabled": true,
"third_party_registered": true,
"external_name": "string",
"slot_size": 0,
"allow_current_time_booking": true,
"24_hr_available": true,
"next_available_time": "string",
"available_until": "string",
"screen_saver_url": "string",
"is_screen_saver": true
}
]
Request
None