GET eo-gsea?ClientId={ClientId}&limit={limit}
Retrieve all GSEA
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
ClientId |
string |
Required |
| limit |
Limit |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| GseaParticipantId | globally unique identifier |
None. |
|
| ParticipantId | string |
None. |
|
| ParticipantName | string |
None. |
|
| ParticipantEmailAddress | string |
None. |
|
| AppliedforGSEAinthepast | string |
None. |
|
| ParticipantMemberStatus | string |
None. |
|
| ParticipantLeadSource | string |
None. |
|
| ParticipantQualificationStatus | string |
None. |
|
| ParticipantOtherLeadSource | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GseaParticipantId": "c5fb875c-a241-4491-abb8-d77022cc3e38",
"ParticipantId": "sample string 2",
"ParticipantName": "sample string 3",
"ParticipantEmailAddress": "sample string 4",
"AppliedforGSEAinthepast": "sample string 5",
"ParticipantMemberStatus": "sample string 6",
"ParticipantLeadSource": "sample string 7",
"ParticipantQualificationStatus": "sample string 8",
"ParticipantOtherLeadSource": "sample string 9"
}
application/xml, text/xml
Sample:
<GseaParticipantsResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <GseaParticipantId>c5fb875c-a241-4491-abb8-d77022cc3e38</GseaParticipantId> <ParticipantId>sample string 2</ParticipantId> <ParticipantName>sample string 3</ParticipantName> <ParticipantEmailAddress>sample string 4</ParticipantEmailAddress> <AppliedforGSEAinthepast>sample string 5</AppliedforGSEAinthepast> <ParticipantMemberStatus>sample string 6</ParticipantMemberStatus> <ParticipantLeadSource>sample string 7</ParticipantLeadSource> <ParticipantQualificationStatus>sample string 8</ParticipantQualificationStatus> <ParticipantOtherLeadSource>sample string 9</ParticipantOtherLeadSource> </GseaParticipantsResult>