Request ‒ Reports/Get (List)
Property
Type
Description
Mandatory
appId
String
A unique Application identifier that is automatically generated by IoT Platform . This is the identifier of the Application to which this Group is assigned.
This identifier is automatically generated by IoT Platform when the Applications/Post command is used.
Y
Example JSON Reports/Get (List) Request
curl -X GET \
https://api.stg.axonize.com/odata/reports \
-H ‘Cache-Control: no-cache’ \
-H ‘Content-Type: application/json’ \
-H ‘Authorization: Token’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B212345’ \