GET breeze/NE/GetHistoryChanges?entityNameId={entityNameId}&entityId={entityId}&personId={personId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityNameId | integer |
Required |
|
| entityId | integer |
Required |
|
| personId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of HistoryFieldChange| Name | Description | Type | Additional information |
|---|---|---|---|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| FieldName | string |
None. |
|
| PreviousValue | string |
None. |
|
| NewValue | string |
None. |
|
| DataOrigin | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Models.HistoryFieldChange, NE.Models",
"ModifiedDate": "2025-10-30T19:14:24.793+00:00",
"ModifiedBy": "sample string 2",
"FieldName": "sample string 3",
"PreviousValue": "sample string 4",
"NewValue": "sample string 5",
"DataOrigin": "sample string 6"
},
{
"$ref": "1"
}
]