GET api/ctns/sel_con_date?s_date={s_date}&e_date={e_date}
해당하는 기간의 컨텐츠 실행 테이블 검색
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| s_date |
검색 기간 |
string |
Required |
| e_date |
검색 기간 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of C_Info_Contents| Name | Description | Type | Additional information |
|---|---|---|---|
| CON_ID | string |
None. |
|
| ACT_ID | string |
None. |
|
| CON_NAME | string |
None. |
|
| CON_KIND | string |
None. |
|
| USER_GROUP | string |
None. |
|
| TIME_END | string |
None. |
|
| CON_DATE | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CON_ID": "sample string 1",
"ACT_ID": "sample string 2",
"CON_NAME": "sample string 3",
"CON_KIND": "sample string 4",
"USER_GROUP": "sample string 5",
"TIME_END": "sample string 6",
"CON_DATE": "sample string 7",
"Status": "sample string 8"
},
{
"CON_ID": "sample string 1",
"ACT_ID": "sample string 2",
"CON_NAME": "sample string 3",
"CON_KIND": "sample string 4",
"USER_GROUP": "sample string 5",
"TIME_END": "sample string 6",
"CON_DATE": "sample string 7",
"Status": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfC_Info_Contents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HappyTable_WebAPI.Models">
<C_Info_Contents>
<ACT_ID>sample string 2</ACT_ID>
<CON_DATE>sample string 7</CON_DATE>
<CON_ID>sample string 1</CON_ID>
<CON_KIND>sample string 4</CON_KIND>
<CON_NAME>sample string 3</CON_NAME>
<Status>sample string 8</Status>
<TIME_END>sample string 6</TIME_END>
<USER_GROUP>sample string 5</USER_GROUP>
</C_Info_Contents>
<C_Info_Contents>
<ACT_ID>sample string 2</ACT_ID>
<CON_DATE>sample string 7</CON_DATE>
<CON_ID>sample string 1</CON_ID>
<CON_KIND>sample string 4</CON_KIND>
<CON_NAME>sample string 3</CON_NAME>
<Status>sample string 8</Status>
<TIME_END>sample string 6</TIME_END>
<USER_GROUP>sample string 5</USER_GROUP>
</C_Info_Contents>
</ArrayOfC_Info_Contents>