Request ‒ Profiles/Get (List)
Property
Type
Description
Mandatory
Id
String
This is the unique identifier automatically assigned by IoT Platform when a Profile is created. This Profile ID is returned in the response of the Profiles/Post.
Y
appId
String
A unique Application identifier that is automatically generated by IoT Platform . This is the identifier of the Application to which this Notification is assigned.
Example JSON Profiles/Get Request
curl –location –request GET ‘https://api.dev.axonize.com/odata/Profiles/5d136fade3b0cc2c3c96b0cc’ \
–header ‘Content-Type: application/json’ \
–header ‘Accept: application/json, text/plain, */*’ \
–data-raw ”
Response – Profiles/Get