get https://hub.xyte.io/core/v1/organization/devices/histories
Retrieve the history of devices within the organization.
This endpoint retrieves the history of devices within the organization. It sends an HTTP GET request to https://hub.xyte.io/core/v1/organization/devices/histories. The response of this request can be documented as a JSON schema.
Authorization
This endpoint requires Authorization.
Response
Returns Paginated data of the following format for each item:
Key | Type | Description |
---|---|---|
uuid | string | Unique identifier of the device. It is a universally unique identifier (UUID). |
create_at | string | Date and time when the device was created on the platform in ISO 8601 format (e.g., "2024-07-11T06:45:00.000Z"). |
name | string | Name of the device. |
space_id | integer | Unique identifier of the space that claimed the device. |
model | string | Model of the device. |
partner | string | Name of the partner organization responsible for the device. |
state | object | Contains the current state of elements of the device, for e.g., temperature, battery, etc. |