GET api/NE/GetHistoryChanges?entityNameId={entityNameId}&entityId={entityId}&personId={personId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityNameId

integer

Required

entityId

integer

Required

personId

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HistoryFieldChange
NameDescriptionTypeAdditional 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-04-20T03:37:18.372+00:00",
    "ModifiedBy": "sample string 2",
    "FieldName": "sample string 3",
    "PreviousValue": "sample string 4",
    "NewValue": "sample string 5",
    "DataOrigin": "sample string 6"
  },
  {
    "$ref": "1"
  }
]