Input parameters—GetHistoryByDiscrepancyGuid

Takes a HistoryByGuidRequest XML element as an input parameter.

HistoryByGuidRequest takes a study name with an associated list of GUID and revision number pairs. The GUID is the unique identifier for a discrepancy.

HistoryByGuidRequest

Parameter Description
authenticationTrialName The study in which the discrepancies are issued or updated. If username/password authentication is enabled, the username and password that you specify in the SOAP header are authenticated against this study name.
DiscrepancyIdentifierList A list of DiscrepancyIdentifiers that are associated with the specified study name.
DiscrepancyIdentifier

A GUID and revision number pair. Revision number is optional.

You can pass in as many GUID and revision number pairs as you like, on a per-study basis.

If you specify a revision number, the result set is limited to records that have a revision number greater than the one you specified.