Request ‒ Roles/Get (Specific)
Property
Type
Description
id
String
This is the unique identifier automatically assigned by IoT Platform when a Role is created. This id is returned in the response of the Roles/Post.
Example JSON Roles/Get (Specific) Request
curl -X GET \
https://api.dev.axonize.com/odata/Roles/9939D515-852A-4CAB-A676-6C214CB09A47 \
-H ‘Accept: application/json, text/plain, */*’ \
-H ‘Accept-Language: en-US,en;q=0.9’ \
-H ‘AppId: 289a7624-c590-4b4c-b15a-7801d8902ce9’ \
-H ‘Content-Type: application/json’ \
-H ‘cache-control: no-cache’ \