Guides

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:

KeyTypeDescription
uuidstringUnique identifier of the device. It is a universally unique identifier (UUID).
create_atstringDate and time when the device was created on the platform in ISO 8601 format (e.g., "2024-07-11T06:45:00.000Z").
namestringName of the device.
space_idintegerUnique identifier of the space that claimed the device.
modelstringModel of the device.
partnerstringName of the partner organization responsible for the device.
stateobjectContains the current state of elements of the device, for e.g., temperature, battery, etc.
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!