GET eo-gsea?ClientId={ClientId}&limit={limit}

Retrieve all GSEA

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientId

ClientId

string

Required

limit

Limit

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional 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": "0960a910-ac68-47c0-8a89-19fadcac4f41",
  "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>0960a910-ac68-47c0-8a89-19fadcac4f41</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>