POST api/servey/GetListServeyForUser

Lấy ds Survey

Request Information

URI Parameters

None.

Body Parameters

Tham số

GetListSurveyParam
NameDescriptionTypeAdditional information
ApplicationCode

string

None.

ApplicationURL

string

None.

UserName

string

None.

UserId

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationCode": "sample string 1",
  "ApplicationURL": "sample string 2",
  "UserName": "sample string 3",
  "UserId": "sample string 4",
  "token": "sample string 5"
}

text/xml

Sample:
<GetListSurveyParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param.Survey">
  <ApplicationCode>sample string 1</ApplicationCode>
  <ApplicationURL>sample string 2</ApplicationURL>
  <UserId>sample string 4</UserId>
  <UserName>sample string 3</UserName>
  <token>sample string 5</token>
</GetListSurveyParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SurveyServiceResult
NameDescriptionTypeAdditional information
Success

boolean

None.

Data

Object

None.

ErrorType

string

None.

OtherData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {},
  "ErrorType": "sample string 3",
  "OtherData": {}
}

text/xml

Sample:
<SurveyServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Response.Survey">
  <Data />
  <ErrorType>sample string 3</ErrorType>
  <OtherData />
  <Success>true</Success>
</SurveyServiceResult>