ZenSpace
  1. Meeting Space
ZenSpace
  • ZenSpace Integration Documentation
  • ZenSpace General Architecture - Overview
  • ZenSpace API V1.0
    • Device Management
      • lock
        • Get Device Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Control
      • camera
        • Get Device Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Instruction
        • Get Device Control
      • light
        • Get Device Instruction
        • Get Device Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Control
      • fan
        • Get Device Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Instruction
        • Get Device Control
      • o3-sensor
        • temprature
          • Subscribe to Device Events Copy Copy
          • Get Device Status
        • buzzer
          • Get Device Status Copy
          • Action on IoT Device
        • occupancy
          • Get Device Status
        • ring-light
          • Action on IoT Device
          • Get Device Status
        • Get Device Instruction
        • Get Device Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Control
      • meeting-room-display
        • Get Device Status
      • Get Device Instruction Copy
      • Fetch Associated Device Types
    • Bookings
      • Create, Update, or Cancel a Booking
      • Bulk Booking Operation
      • Check-in Operation
    • Meeting Space
      • Store Meeting Space Availability
        POST
      • Get the list of meeting spaces.
        GET
      • Get the state of a specific meeting space.
        GET
  • ZenSpace API V2.0
    • Device Management
      • lock
        • Get Device Control
        • Action on IoT Device
        • Subscribe to Device Events
        • Get Device Status
      • camera
        • Subscribe to Device Events
        • Get Device Control
        • Get Device Instruction
        • Action on IoT Device
        • Get Device Status
      • light
        • Get Device Status
        • Subscribe to Device Events
        • Get Device Instruction
        • Get Device Control
        • Action on IoT Device
      • fan
        • Get Device Instruction
        • Get Device Control
        • Action on IoT Device
        • Subscribe to Device Events
        • Get Device Status
      • o3-sensor
        • temprature
          • Get Device Status
          • Subscribe to Device Events Copy Copy
        • buzzer
          • Action on IoT Device
          • Get Device Status Copy
        • occupancy
          • Get Device Status
        • ring-light
          • Get Device Status
          • Action on IoT Device
        • Action on IoT Device
        • Get Device Control
        • Subscribe to Device Events
        • Get Device Status
        • Get Device Instruction
      • meeting-room-display
        • Get Device Status
      • Fetch Associated Device Types
      • Get Device Instruction Copy
    • Bookings
      • Check-in Operation
      • Bulk Booking Operation
      • Create, Update, or Cancel a Booking
    • Meeting Space
      • Get the state of a specific meeting space.
      • Get the list of meeting spaces.
      • Store Meeting Space Availability
  • ZenSpace Supported Devices
    • ZenSpace Device Integration
  1. Meeting Space

Get the list of meeting spaces.

GET
/meeting_spaces

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/meeting_spaces'

Responses

🟢200OK
*/*
A list of meeting spaces.
Body

Example
[
    {
        "24_hr_available": false,
        "additional_address_info": "dfdfd",
        "allow_current_time_booking": false,
        "available_until": "2024-12-12T08:00:00+00:00",
        "booking_app_url": "https://bookings.zenspace.io/v2/#book/category/1/service/12/count/1/provider/47/",
        "capacity": 0,
        "city": "San Jose",
        "country": "United States",
        "created_at": "2024-11-12T14:12:40.944132",
        "created_by": "d9a050ad-2e08-463f-bd64-90b91699f93d",
        "customer_id": "9675aa7a-1e89-438d-9489-a54ad7566725",
        "enabled": true,
        "external_name": null,
        "floor": "1",
        "google_cal_id": "830090a30416bd87cfa92ef46ee9b2721f8c69642f1566dadab8ae1a09da5a1e@group.calendar.google.com",
        "id": "8af40248-19fa-4230-b22e-9fb40b7516ae",
        "indoor_location": "",
        "location": "",
        "logo": "https://zpcqtjhegmmsrlfldzen.supabase.co/storage/v1/object/public/meetingSpaceLogo/1731421258462-3.jpg",
        "name": "BlueOne Square 1st Floor",
        "next_available_time": "2024-12-11T20:47:00+00:00",
        "room": "1",
        "slot_size": 30,
        "state": "California",
        "status": "available",
        "street": "California",
        "third_party_registered": false,
        "timezone": "America/Los_Angeles",
        "type": "Pod",
        "updated_at": "2024-12-15T07:14:49.838259",
        "zipcode": "90001"
    }
]
🟠401Unauthorized
Modified at 2025-01-22 12:54:50
Previous
Store Meeting Space Availability
Next
Get the state of a specific meeting space.
Built with