POST api/survey/GetSurvey

Request Information

URI Parameters

None.

Body Parameters

SurveyIdRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "98ea55ae-a51f-4d36-96c1-ea8fe4b8b393"
}

application/xml, text/xml

Sample:
<SurveyIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <Id>98ea55ae-a51f-4d36-96c1-ea8fe4b8b393</Id>
</SurveyIdRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfSurveyItemResult
NameDescriptionTypeAdditional information
Content

SurveyItemResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.