GET api/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 HistoryFieldChangeName | 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": "2024-11-21T09:39:21.972+00:00", "ModifiedBy": "sample string 2", "FieldName": "sample string 3", "PreviousValue": "sample string 4", "NewValue": "sample string 5", "DataOrigin": "sample string 6" }, { "$ref": "1" } ]