GET
getDevicesFlows
Can be used to retrieve the current data for a connected device. The deviceid can contain special characters that must be URL encoded.
Resource URL
https://api.toon.eu/toon/v3 /{agreementId}/devices/{deviceid}/flows
Query Parameters
Name | Values | Description |
---|---|---|
fromTime |
A Java timestamp in milliseconds used to determine the start of the period that data is collected from. |
|
toTime |
A Java timestamp in milliseconds used to determine the end of the period that data is collected from. |
Header Parameters
Name | Values | Description |
---|---|---|
Content-Type |
|
Request Body
agreementId Agreement id true
deviceid A url-encoded id copied from GET /devices. true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400
Bad Request
-
500
Internal server error
Resource Summary |
|
Security |
Working...