Previous Topic

Next Topic

Book Contents

Input parameters—GetSummaryCounts

Takes a SummaryRequest XML element as an input parameter.

SummaryRequest takes a list of study names and study-related criteria as input parameters.

The site, subject, and visit criteria that you specify form an SQL query that uses AND between each item. Criteria items that are not specified are not included in the query.

SummaryFilterList / SummaryFilter/<parameters>

SummaryRequest

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.

DiscrepancyType

The type of query. Values: Manual or Auto.

Optional.

SiteIdList

A list of site IDs.

Maximum number of site IDs in a single request: 1000.

SubjectGuidList

A list of subject GUIDs.

Maximum number of GUIDs in a single request: 1000.

VisitList

A list of refnametuples. Each refnametuple indicates data related to a visit, such as name, revision, and index.

Maximum number of refnametuples in a single request: 1000.

Send Feedback