Storiq One API
v1.0
API for Storiq One
|
To get a device by its id use GET method
path : /storiqone-backend/api/v1/device/
id | : device id |
Device information is returned
To get devices ids list, use GET method : without reference to specific id or ids
path : /storiqone-backend/api/v1/device/
Optional parameters
Name | Type | Description | Constraint |
---|---|---|---|
limit | integer | specifies the maximum number of rows to return. | limit > 0 |
offset | integer | specifies the number of rows to skip before starting to return rows. | offset >= 0 |