ZenSpace
  1. Device Management
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 Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Control
        • Get Device Instruction
      • fan
        • Get Device Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Control
        • Get Device Instruction
      • 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
        GET
      • Fetch Associated Device Types
        GET
    • Bookings
      • Create, Update, or Cancel a Booking
      • Bulk Booking Operation
      • Check-in Operation
    • Meeting Space
      • Store Meeting Space Availability
      • Get the list of meeting spaces.
      • Get the state of a specific meeting space.
  • ZenSpace API V2.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 Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Control
        • Get Device Instruction
      • fan
        • Get Device Status
        • Subscribe to Device Events
        • Action on IoT Device
        • Get Device Control
        • Get Device Instruction
      • 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
      • Get the list of meeting spaces.
      • Get the state of a specific meeting space.
  • ZenSpace Supported Devices
    • ZenSpace Device Integration
  1. Device Management

Fetch Associated Device Types

GET
/attached_device_types/{meeting_space_id}
Device Management

Request

Path Params
meeting_space_id
string 
required
Unique ID of the meeting space.
Example:
b5e4debc-1b58-4e5a-8524-53d1da637ed8
Header Params
X-API-Key
string 
required
API key for authentication.
Example:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ5b3VyLWFwcCIsImlhdCI6MTcyNjg0NjYxMSwiZXhwIjoxNzU4MzgyNjExfQ==.MTI5NzM1ODcxOSwzNDUzNzgyMjg4LDI1MTI4Njg2NzcsMjgyMzQ3MzU4MQ==

Request 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 '/attached_device_types/b5e4debc-1b58-4e5a-8524-53d1da637ed8' \
--header 'X-API-Key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJ5b3VyLWFwcCIsImlhdCI6MTcyNjg0NjYxMSwiZXhwIjoxNzU4MzgyNjExfQ==.MTI5NzM1ODcxOSwzNDUzNzgyMjg4LDI1MTI4Njg2NzcsMjgyMzQ3MzU4MQ=='

Responses

🟢200OK
*/*
Successfully fetched attached device types.
Body
device_types
array[string]
optional
List of attached device types.
Example:
["android_with_lock"]
Example
{
    "device_types": [
        "android_with_lock"
    ]
}
🟠401Unauthorized
🟠404Record Not Found
🔴500Server Error
Modified at 2025-01-23 12:10:52
Previous
Get Device Instruction Copy
Next
Create, Update, or Cancel a Booking
Built with