docs.zenspace.io
  1. Schemas
docs.zenspace.io
  • 🧭 Introduction
  • 🧱 System Components
  • 🧰 Tech Stack
  • 🏗️ System Architecture
  • 🌐 Deployment Architecture
  • 🗄️ Database Design Documentation
  • API Endpoints
    • RaspberryPi
      • Heartbeat API
      • Retrieve all active sensors and device permissions
      • Control a device (e.g., turn on/off, adjust intensity)
      • Enable or disable a device
      • Register a meeting space ID and retrieve network details
    • Meeting Space
      • Schedule meeting space state
      • Get meeting spaces by customer
      • Get meeting space state by ID
      • Get meeting space state by device ID
      • Disable meeting space state
      • Send meeting space state by meeting space ID
      • Store meeting space availability
      • Create Google Calendar
    • Device Management
      • Create device
      • Create device sensors
      • Create or update admin unlock codes
      • Upload meeting space screenshot
    • Authentication
      • Create authorization token
    • Messaging
      • Send message to Android device
    • Booking
      • Send meeting space state by booking ID
      • Create or update booking
    • Iftt
      • Create a new event with conditions and actions
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • DevicePermission
      • MeetingSpace
      • MeetingRoomData
      • MeetingSpaceState
      • DeviceSensor
      • BookingRequest
      • StateResponse
  1. Schemas

MeetingSpace

{
    "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:22.123Z",
    "updated_at": "2019-08-24T14:15:22.123Z",
    "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
}
Built with