Previous Topic

Next Topic

Book Contents

Input parameters—GetByDiscrepancyGuid

Takes a DetailByGuidRequest XML element as an input parameter.

DetailByGuidRequest takes one or more study names, each with an associated list of Discrepancy GUIDs.

DetailByGuidRequest

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.

StateChangesAfter

If specified, only the records that have changes in state that occur after this date are include in the result set.

Date format: YYYY-MM-DDTHH:MM:SS

DiscrepancyGuidList

A list of GUIDS associated with the specified study name.

Maximum number of GUIDs in a single request: 1000.

Bookmark

A response includes a bookmark if there are more records that match the requested criteria.

The caller passes in this bookmark on a subsequent call to return the remaining records.

Absence of a bookmark indicates that the caller wants to receive the first set of records that match the criteria.

Note: When using bookmarks, the subsequent requests must be identical to the first request. If you use different parameter values in subsequent calls, errors and unexpected results will occur.

ResultsetSize

The number of records to be retrieved in a single call.

Default: 1000. Maximum: 2000.

Send Feedback