Response ‒ Roles/Get (Specific)
For the requested Role, the response provides the properties in Request ‒ Roles/Post and Response ‒ Roles/Post. The response that is returned also contains the following properties –
Property | Type | Description |
---|
modifiedDate | Date | The time when the Role was updated. |
modifiedBy | String | The user id that last updated the Role. |
createdBy | String | The user id that created the Role. |
Example JSON Roles/Get (Specific) Response
Status 200 – OK
{
“@odata.context”: “https://dev-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Roles/$entity”,
“name”: “NewRole”,
“displayName”: “Role”,
“isShared”: 1,
“taskIds”: [],
“id”: “9939D515-852A-4CAB-A676-6C214CB09A47”,
“appId”: “289a7624-c590-4b4c-b15a-7801d8902ce9”,
“creationDate”: “2018-10-25T12:48:03.567Z”
}