Previous Topic

Next Topic

Book Contents

Example: GetUserNamesByType

Example Request—This example retrieves a list of SITE users in the study.

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>

<GetUserNamesByType>

<TrialName>pfst45</TrialName>

<Filter>%%</Filter><TypeFilter>SITE</TypeFilter>

<Extensions/></GetUserNamesByType>

</s:Body>

Example Response—The Body of the response includes a list of the SITE users.

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

<s:Body>

<GetUserNamesByTypeResponse>

<UserNameList>

<USER USERNAME="afarmington" USERTYPE="SITE" GUID="{1E528D19-2235-46DF-AEC1-2F1ED6FA4EB8}" REVISION="275587035852086" />

<USER USERNAME="ajones" USERTYPE="SITE" GUID="{FB73AEB7-DD22-4C7B-A024-76C845330801}" REVISION="275587033134086" />

<USER USERNAME="aortega" USERTYPE="SITE" GUID="{B3925738-9FDF-4676-BC0E-1F2162A418DB}" REVISION="275587040509086" />

<USER USERNAME="awarren" USERTYPE="SITE" GUID="{B3D13070-68D1-4D85-9666-65DC0230FA76}" REVISION="275587027649086" />

<USER USERNAME="cmendoza" USERTYPE="SITE" GUID="{5BB95E51-9857-45E2-ABBD-2FFB832706AC}" REVISION="275587039587086" />

<USER USERNAME="cmitchell" USERTYPE="SITE" GUID="{0FCBFCC7-3134-48C5-8BC5-CF1D22CB6DDD}" REVISION="275587032212086" />

</UserNameList>

</GetUserNamesByTypeResponse>

</s:Body>

Send Feedback