Request ‒ Audits/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 user is assigned.
This identifier is automatically generated by IoT Platform when the Applications/Post endpoint is used.
The Token or the Client ID/Client Secret used for authentication in the request header specifies the application(s) to which this user is allowed access.
Y
Example JSON Audits/Get (List) Request
curl -X GET \
https://api.stg.axonize.com/odata/audits \
-H ‘Authorization: Token’ \
-H ‘appId: be517433-c4b8-4788-9258-1ba220435d63’