GET api/ctns_cog/sel_cog_score?sort={sort}&s_date={s_date}&e_date={e_date}&site_id={site_id}&user_id={user_id}&con_name={con_name}
검색 조건에 맞는 인지 점수 정보 가져옴
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sort |
분류 |
string |
Required |
s_date |
검색 기간 |
string |
Required |
e_date |
검색 기간 |
string |
Required |
site_id |
기관 코드 |
string |
Default value is |
user_id |
사용자 아이디 |
string |
Default value is |
con_name |
게임 이름 |
string |
Default value is ALL |
Body Parameters
None.
Response Information
Resource Description
성공 시 조건에 맞는 점수 목록 반환
Collection of C_Info_Cog_GameName | Description | Type | Additional information |
---|---|---|---|
USER_ID | string |
None. |
|
USER_NAME | string |
None. |
|
SITE_ID | string |
None. |
|
CON_ID | string |
None. |
|
CON_NAME | string |
None. |
|
USER_AGE | integer |
None. |
|
USER_GENDER | integer |
None. |
|
USER_EDUCATION | integer |
None. |
|
COG_CONC | integer |
None. |
|
COG_ORT | integer |
None. |
|
COG_VIS | integer |
None. |
|
COG_MEM | integer |
None. |
|
COG_JUDG | integer |
None. |
|
COG_QCK | integer |
None. |
|
COG_NMR | integer |
None. |
|
COG_SPC | integer |
None. |
|
PLAY_DATE | string |
None. |
|
PLAY_TIME | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "USER_ID": "sample string 1", "USER_NAME": "sample string 2", "SITE_ID": "sample string 3", "CON_ID": "sample string 4", "CON_NAME": "sample string 5", "USER_AGE": 6, "USER_GENDER": 7, "USER_EDUCATION": 8, "COG_CONC": 9, "COG_ORT": 10, "COG_VIS": 11, "COG_MEM": 12, "COG_JUDG": 13, "COG_QCK": 14, "COG_NMR": 15, "COG_SPC": 16, "PLAY_DATE": "0001-01-01", "PLAY_TIME": 0 } ]
application/xml, text/xml
Sample:
<ArrayOfC_Info_Cog_Game xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HappyTable_WebAPI.Models"> <C_Info_Cog_Game i:nil="true" /> <C_Info_Cog_Game> <COG_CONC>9</COG_CONC> <COG_JUDG>13</COG_JUDG> <COG_MEM>12</COG_MEM> <COG_NMR>15</COG_NMR> <COG_ORT>10</COG_ORT> <COG_QCK>14</COG_QCK> <COG_SPC>16</COG_SPC> <COG_VIS>11</COG_VIS> <CON_ID>sample string 4</CON_ID> <CON_NAME>sample string 5</CON_NAME> <PLAY_DATE>0001-01-01</PLAY_DATE> <PLAY_TIME>0</PLAY_TIME> <SITE_ID>sample string 3</SITE_ID> <USER_AGE>6</USER_AGE> <USER_EDUCATION>8</USER_EDUCATION> <USER_GENDER>7</USER_GENDER> <USER_ID>sample string 1</USER_ID> <USER_NAME>sample string 2</USER_NAME> </C_Info_Cog_Game> </ArrayOfC_Info_Cog_Game>