Storiq One API  v1.0
API for Storiq One

Device information

To get a device by its id use GET method

path : /storiqone-backend/api/v1/device/ 
Parameters
id: device id
Returns
HTTP status codes :
  • 200 Query succeeded
    Device information is returned 
  • 401 Not logged in
  • 403 Permission denied
  • 404 Device not found
  • 500 Query failure

Device information

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
Warning
To get multiple devices ids list do not pass an id or ids as parameter