Response ‒ Roles/Get (List)
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 (List) Response
Status 200 – OK
{
“@odata.context”: “https://dev-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Roles”,
“value”: [
{
“name”: “projectmanager”,
“displayName”: “msg_role_project_manager”,
“isShared”: null,
“taskIds”: [],
“id”: “1E17A975-3C39-46BB-B982-98818EF7C37A”,
“appId”: null,
“creationDate”: null
},
{
“name”: “tenanttechsupport”,
“displayName”: “msg_role_tenant_tech_support”,
“isShared”: null,
“taskIds”: [],
“id”: “8DFBDE35-22F4-4FEF-A136-557575D576D5”,
“appId”: null,
“creationDate”: null
} ]
}