GET api/ctns_survey/sel_survey_mmse_user_info?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

C_Survey_MMSE_User_Info
NameDescriptionTypeAdditional information
USER_ID

string

None.

USER_AGE

integer

None.

USER_EDUCATION

integer

None.

USER_GENDER

integer

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "USER_ID": "sample string 1",
  "USER_AGE": 2,
  "USER_EDUCATION": 3,
  "USER_GENDER": 4,
  "Status": "sample string 5"
}

application/xml, text/xml

Sample:
<C_Survey_MMSE_User_Info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HappyTable_WebAPI.Models">
  <Status>sample string 5</Status>
  <USER_AGE>2</USER_AGE>
  <USER_EDUCATION>3</USER_EDUCATION>
  <USER_GENDER>4</USER_GENDER>
  <USER_ID>sample string 1</USER_ID>
</C_Survey_MMSE_User_Info>