Request ‒ Applications/Get (List)
Property
Type
Description
Mandatory
appId
String
A unique identifier that is automatically generated by IoT Platform for this Application.
Specify the appId of the Master Application in order to receive a list of the Applications that belong to it.
Y
Example JSON Applications/Get (List) Request
curl -X GET \
https://api.stg.axonize.com/odata/applications \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’