POST api/Question/GetQuestionsBySurvey

Request Information

URI Parameters

None.

Body Parameters

SurveyTemplates
NameDescriptionTypeAdditional information
PatientId

string

None.

CareGiverId

string

None.

SurveyId

string

None.

ComorbidId

string

None.

SurveyName

string

None.

ShortDescription

string

None.

Status

string

None.

LoginId

string

None.

StakeHolder

string

None.

Condition

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": "sample string 1",
  "CareGiverId": "sample string 2",
  "SurveyId": "sample string 3",
  "ComorbidId": "sample string 4",
  "SurveyName": "sample string 5",
  "ShortDescription": "sample string 6",
  "Status": "sample string 7",
  "LoginId": "sample string 8",
  "StakeHolder": "sample string 9",
  "Condition": "sample string 10"
}

application/xml, text/xml

Sample:
<SurveyTemplates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.Question">
  <CareGiverId>sample string 2</CareGiverId>
  <ComorbidId>sample string 4</ComorbidId>
  <Condition>sample string 10</Condition>
  <LoginId>sample string 8</LoginId>
  <PatientId>sample string 1</PatientId>
  <ShortDescription>sample string 6</ShortDescription>
  <StakeHolder>sample string 9</StakeHolder>
  <Status>sample string 7</Status>
  <SurveyId>sample string 3</SurveyId>
  <SurveyName>sample string 5</SurveyName>
</SurveyTemplates>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.