GET V4/Partners/Survey/{surveyName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
surveyName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SurveyName | Description | Type | Additional information |
---|---|---|---|
SurveyName | string |
None. |
|
Questions | Collection of SurveyQuestion |
None. |
Response Formats
application/json, text/json
Sample:
{ "SurveyName": "sample string 1", "Questions": null }
application/xml, text/xml
Sample:
<Survey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PetkeyApi.Common"> <Questions i:nil="true" /> <SurveyName>sample string 1</SurveyName> </Survey>