The GetRecordChangeHistory function returns all recordChangeHistory records (if any) for the given parameters.
Method | /GetRecordChangeHistory |
The request body is of type GetRecordChangeHistory.
Name | Description | Data Type |
---|---|---|
tableName | xml:string | |
recordId | xml:int | |
process | xml:string | |
bookMark | xml:int | |
createdDateFrom | xml:dateTime | |
createdDateTo | xml:dateTime |
|
The response body is of type GetRecordChangeHistoryResponse.
Name | Description | Data Type |
---|---|---|
GetRecordChangeHistoryResult | ArrayOfRecordChangeHistoryInfo |
|