...
Parameter | Description |
---|---|
startDate | Start date of the interval for which the revisions list is queried. If not specified, startDate = endDate - 30 days |
endDate | End date of the interval for which the revisions list is queried. If not specified endDate = end of today. |
userId | Restrict the exported list to revisions effected by the user identified by userId. Optional parameter. |
userIds | Restrict the exported list to revisions effected by the users identified by the list of userIds. Optional parameter. (Supported from v6.3) |
entities | Optional parameter. Specifies the list of entities or record types whose revisions need to be exported. This is very useful when the requestor intends to review the revisions of only certain record types say Shipment and ShipmentSpecimen. This parameter was added in v6.1.RC5. |
includeModifiedProps | Specifies whether the exported list should include modified attributes list for each revision. |
...