Previous Topic

Next Topic

Book Contents

Example: GetIdentifierSetList

Example request—This example requests identifier sets for a site, user, and query group.

The example shows the Body of the request. It must be preceded by the SOAP header that contains the SOAP action listed in the table for this operation.

<s:Body>

<GetIdentifierSetList>

<TrialName>pfst45</TrialName>

<IdentifierSetList>

<IdentifierSet>

<Name>(02) Cleveland Clinic</Name>

<TYPE>SITE</TYPE>

</IdentifierSet>

<IdentifierSet>

<Name>mcarlson</Name>

<TYPE>USER</TYPE>

</IdentifierSet>

<IdentifierSet>

<Name>CRA Query</Name>

<TYPE>QUERYGROUP</TYPE>

</IdentifierSet>

</IdentifierSetList>

</GetIdentifierSetList>

</s:Body>

Example response

The body of the response is preceded by the SOAP header, which is not shown in this example.

<s:Body>

<GetIdentifierSetListResponse>

<IdentifierSetList>

<HasStaleIdentifierSets>false</HasStaleIdentifierSets>

<IdentifierSet>

<Name>mcarlson</Name>

<TYPE>USER</TYPE>

<DBUID>9568</DBUID>

<GUID>{F453A59D-B098-4277-B188-E1A410605034}</GUID>

<REVISION>275587031321086</REVISION>

<MAXHISTORICALORDER>18723</MAXHISTORICALORDER>

<STALE>false</STALE>

</IdentifierSet>

<IdentifierSet>

<Name>(02) Cleveland Clinic</Name>

<TYPE>SITE</TYPE>

<DBUID>10334</DBUID>

<GUID>{9005B081-2469-4219-BDC1-D45790991A5F}</GUID>

<REVISION>275587048243086</REVISION>

<MAXHISTORICALORDER>5362</MAXHISTORICALORDER>

<STALE>false</STALE>

</IdentifierSet>

<IdentifierSet>

<Name>CRA Query</Name>

<TYPE>QUERYGROUP</TYPE>

<DBUID>10558</DBUID>

<GUID>{3CC89144-A200-4E10-8AE5-33ACE70F84B4}</GUID>

<REVISION>275587051556086</REVISION>

<MAXHISTORICALORDER>4824</MAXHISTORICALORDER>

<STALE>false</STALE>

</IdentifierSet>

</IdentifierSetList>

</GetIdentifierSetListResponse>

</s:Body>

Send Feedback