GET api/Netigate/ListSendoutRespondents

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NetigateListRespondentsResponse
NameDescriptionTypeAdditional information
respondentId

integer

None.

email

string

None.

password

string

None.

surveyURL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "respondentId": 1,
    "email": "sample string 2",
    "password": "sample string 3",
    "surveyURL": "sample string 4"
  },
  {
    "respondentId": 1,
    "email": "sample string 2",
    "password": "sample string 3",
    "surveyURL": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNetigateListRespondentsResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NetigateListRespondentsResponse>
    <respondentId>1</respondentId>
    <email>sample string 2</email>
    <password>sample string 3</password>
    <surveyURL>sample string 4</surveyURL>
  </NetigateListRespondentsResponse>
  <NetigateListRespondentsResponse>
    <respondentId>1</respondentId>
    <email>sample string 2</email>
    <password>sample string 3</password>
    <surveyURL>sample string 4</surveyURL>
  </NetigateListRespondentsResponse>
</ArrayOfNetigateListRespondentsResponse>