Request ‒ Reports/Get (Specific)
Property
Type
Description
Mandatory
id
String
This is the unique identifier automatically assigned by IoT Platform when a Report is created. This ID is returned in the response of the Reports/Post.
Y
Example JSON Reports/Get (Specific) Request
curl -X GET \
https://api.stg.axonize.com/odata/reports/5a840d8619ec0c1550a12345\
-H ‘Cache-Control: no-cache’ \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B212345’ \