POST api/survey/GetSurveyPreviewDetail

Request Information

URI Parameters

None.

Body Parameters

SurveyPreviewRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ListIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "050ff8b1-72a0-4015-936f-004e6f36c808",
  "ListIndex": 2
}

application/xml, text/xml

Sample:
<SurveyPreviewRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <Id>050ff8b1-72a0-4015-936f-004e6f36c808</Id>
  <ListIndex>2</ListIndex>
</SurveyPreviewRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfSurveyDetailResult
NameDescriptionTypeAdditional information
Content

SurveyDetailResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.