How can we help?

Searching:

0 results found

Profiles/Get (Specific)

GET /odata/Profiles/id
 

Description

Retrieves a specific profile.

See the following for request and response details:

 

Request ‒ Profiles/Get (List)
Property Type Description Mandatory
Id String This is the unique identifier automatically assigned by Axonize 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 Axonize. 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

 

Example JSON Profiles/Get Response

{

“@odata.context”: “https://10.9.0.104/odata/$metadata#Profiles”,

“name”: “testProfile”,

“allowedGroups”: [

“5d136face3b0ca17f80b6c7f”

],

“notAllowedGroups”: [],

“deviceBlackList”: [

“5d136faae3b0cb0558594eb8”

],

“id”: “5d136fade3b0cc2c3c96b0cc”,

“appId”: “3802759a-2ad0-4300-9770-55fdabff2d18”,

“createDate”: “2019-06-26T13:14:21.535Z”,

“createUser”: null,

“updateDate”: “2019-06-26T13:14:21.535Z”,

“updateUser”: null,

“deleted”: false,

“deleteDate”: “0001-01-01T00:00:00Z”

}