get https://hub.xyte.io/core/v1/organization/devices
Retrieves a list of devices associated with your organization.
Authorization
This endpoint requires Authorization.
Response
Returns Paginated data of the following format for each item:
Key | Subkey | Type | Description |
---|---|---|---|
id | string | Unique identifier of the device. It is a universally unique identifier (UUID). | |
name | string | Name of the device. | |
sn | string | Serial number of the device. | |
mac | string | MAC address of the device. This can be null if not available. | |
cloud_id | string | Unique identifier of the device within the Xyte cloud. | |
status | string | Current status of the device: "online", "offline", "error". | |
last_seen_at | string | Date and time when the device was last seen online in ISO 8601 format (e.g., "2024-07-24T07:22:20.037Z"). | |
details | object | Contains additional details about the device. This can be null if not available. | |
model | object | Contains information about the device's model. | |
id | string | Unique identifier of the device model. It is a universally unique identifier (UUID). | |
name | string | Name of the device model. | |
sub_model | string | The submodel of the device, in the event that different products share the same model. This can be null if not applicable. | |
firmware | object | Contains information about the device's firmware. | |
version | string | Version of the firmware installed on the device. | |
space | object | Contains information about the space that claimed the device. | |
id | integer | Unique identifier of the space. | |
full_path | string | Hierarchical path of the space where the device is located. |