Retrieves all, or filtered, changes for the specified ImportManager.
OK
{ }
{- "response": {
- "node": "string",
- "startRow": 0,
- "data": [
- {
- "typedId": "string",
- "managerUN": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "originalValue": "string",
- "targetPrimaryKeys": { },
- "typeOfChange": "CREATE",
- "version": 0,
- "createdBy": 0,
- "validationErrors": [
- null
], - "value": {
- "property1": { },
- "property2": { }
}, - "columnName": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}
], - "endRow": 0,
- "totalRows": 0,
- "status": 0
}
}