GET api/audit/role/{id}/materialinfo
Retrieve Material Information Audit Logs for Role . Processes this audit API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the requested resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of EntityAuditChangeDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PartitionKey |
The partition key value. |
string |
None. |
| RowKey |
The row key value. |
string |
None. |
| Timestamp |
The timestamp, expressed as a date and time. |
date |
None. |
| ChangedProperties |
The changed properties value. |
EntityAuditChangedPropertiesDataContract |
None. |
| TransactionCommittedTime |
The transaction committed time, expressed as a date and time. |
date |
None. |
| PersonName |
The person name value. |
string |
None. |
| PersonId |
The unique identifier of the related person resource. |
integer |
None. |
| ImpersonatedBy |
The impersonated by value. |
string |
None. |
| DezrezTraceGuid |
The dezrez trace guid globally unique identifier. |
globally unique identifier |
None. |
| UnitOfWorkSessionReference |
The unit of work session reference globally unique identifier. |
globally unique identifier |
None. |
| JobHandlerName |
The job handler name value. |
string |
None. |
Response Formats
application/json, text/json
[
{
"PartitionKey": "sample string 1",
"RowKey": "sample string 2",
"Timestamp": "2026-08-05T01:29:26.0913946+00:00",
"ChangedProperties": {
"EntityState": "sample string 1",
"EntityType": "sample string 2",
"EntityName": "sample string 3",
"EntityID": 4,
"ChangedProperties": [
{
"OldValue": "sample string 1",
"NewValue": "sample string 2",
"NewSystemName": "sample string 3",
"OldSystemName": "sample string 4",
"OldId": 1,
"NewId": 1,
"PropertyName": "sample string 5",
"PropertyType": "sample string 6",
"AddedKeys": [
1,
2
],
"RemovedKeys": [
1,
2
],
"InnerType": "sample string 7"
},
{
"OldValue": "sample string 1",
"NewValue": "sample string 2",
"NewSystemName": "sample string 3",
"OldSystemName": "sample string 4",
"OldId": 1,
"NewId": 1,
"PropertyName": "sample string 5",
"PropertyType": "sample string 6",
"AddedKeys": [
1,
2
],
"RemovedKeys": [
1,
2
],
"InnerType": "sample string 7"
}
]
},
"TransactionCommittedTime": "2026-08-05T01:29:26.0913946Z",
"PersonName": "sample string 5",
"PersonId": 6,
"ImpersonatedBy": "sample string 7",
"DezrezTraceGuid": "ede0a37e-5186-4f1e-8edc-88fb0e49deb6",
"UnitOfWorkSessionReference": "48744bac-3d53-4a5c-9709-d38a049b05ce",
"JobHandlerName": "sample string 10"
},
{
"PartitionKey": "sample string 1",
"RowKey": "sample string 2",
"Timestamp": "2026-08-05T01:29:26.0913946+00:00",
"ChangedProperties": {
"EntityState": "sample string 1",
"EntityType": "sample string 2",
"EntityName": "sample string 3",
"EntityID": 4,
"ChangedProperties": [
{
"OldValue": "sample string 1",
"NewValue": "sample string 2",
"NewSystemName": "sample string 3",
"OldSystemName": "sample string 4",
"OldId": 1,
"NewId": 1,
"PropertyName": "sample string 5",
"PropertyType": "sample string 6",
"AddedKeys": [
1,
2
],
"RemovedKeys": [
1,
2
],
"InnerType": "sample string 7"
},
{
"OldValue": "sample string 1",
"NewValue": "sample string 2",
"NewSystemName": "sample string 3",
"OldSystemName": "sample string 4",
"OldId": 1,
"NewId": 1,
"PropertyName": "sample string 5",
"PropertyType": "sample string 6",
"AddedKeys": [
1,
2
],
"RemovedKeys": [
1,
2
],
"InnerType": "sample string 7"
}
]
},
"TransactionCommittedTime": "2026-08-05T01:29:26.0913946Z",
"PersonName": "sample string 5",
"PersonId": 6,
"ImpersonatedBy": "sample string 7",
"DezrezTraceGuid": "ede0a37e-5186-4f1e-8edc-88fb0e49deb6",
"UnitOfWorkSessionReference": "48744bac-3d53-4a5c-9709-d38a049b05ce",
"JobHandlerName": "sample string 10"
}
]