GET api/ctns_survey/sel_survey_mmse_list?mid={mid}&id={id}

(매니저) 관리자 아이디, 사용자 아이디를 입력하여 MMSE에서 사용되는 정답 리스트 반환

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mid

관리자 아이디

string

Required

id

사용자 아이디

string

Required

Body Parameters

None.

Response Information

Resource Description

성공 시 정답 리스트, Status : Success 반환

C_Survey_MMSE_List
NameDescriptionTypeAdditional information
USER_GENDER

integer

None.

USER_AGE

integer

None.

USER_EDUCATION

integer

None.

Year

integer

None.

Day

integer

None.

DayOfTheWeek

string

None.

Month

integer

None.

State

string

None.

City

string

None.

AddressLine

string

None.

Floor

string

None.

PlaceName

string

None.

ThreeStuffName

string

None.

Watch

string

None.

Pencil

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "USER_GENDER": 1,
  "USER_AGE": 2,
  "USER_EDUCATION": 3,
  "Year": 4,
  "Day": 5,
  "DayOfTheWeek": "sample string 6",
  "Month": 7,
  "State": "sample string 8",
  "City": "sample string 9",
  "AddressLine": "sample string 10",
  "Floor": "sample string 11",
  "PlaceName": "sample string 12",
  "ThreeStuffName": "sample string 13",
  "Watch": "sample string 14",
  "Pencil": "sample string 15",
  "Status": "sample string 16"
}

application/xml, text/xml

Sample:
<C_Survey_MMSE_List xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HappyTable_WebAPI.Models">
  <AddressLine>sample string 10</AddressLine>
  <City>sample string 9</City>
  <Day>5</Day>
  <DayOfTheWeek>sample string 6</DayOfTheWeek>
  <Floor>sample string 11</Floor>
  <Month>7</Month>
  <Pencil>sample string 15</Pencil>
  <PlaceName>sample string 12</PlaceName>
  <State>sample string 8</State>
  <Status>sample string 16</Status>
  <ThreeStuffName>sample string 13</ThreeStuffName>
  <USER_AGE>2</USER_AGE>
  <USER_EDUCATION>3</USER_EDUCATION>
  <USER_GENDER>1</USER_GENDER>
  <Watch>sample string 14</Watch>
  <Year>4</Year>
</C_Survey_MMSE_List>