GET api/ctns_site/sel_site_journal?site_id={site_id}
검색한 기관의 기관 일지 가져옴
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
site_id |
기관 코드 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of C_Site_JournalName | Description | Type | Additional information |
---|---|---|---|
CON_ID | string |
None. |
|
DATE_WRITE | string |
None. |
|
SITE_ID | string |
None. |
|
USER_ID | string |
None. |
|
WRITE_NAME | string |
None. |
|
PLAY_PLACE | string |
None. |
|
PLAY_DATE | string |
None. |
|
PLAY_MC | string |
None. |
|
PLAY_USER | string |
None. |
|
PLAY_PURPOSE | string |
None. |
|
PLAY_PROCESS | string |
None. |
|
PLAY_ASSESSMENT | string |
None. |
|
PLAY_REMARK | string |
None. |
|
Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CON_ID": "sample string 1", "DATE_WRITE": "sample string 2", "SITE_ID": "sample string 3", "USER_ID": "sample string 4", "WRITE_NAME": "sample string 5", "PLAY_PLACE": "sample string 6", "PLAY_DATE": "sample string 7", "PLAY_MC": "sample string 8", "PLAY_USER": "sample string 9", "PLAY_PURPOSE": "sample string 10", "PLAY_PROCESS": "sample string 11", "PLAY_ASSESSMENT": "sample string 12", "PLAY_REMARK": "sample string 13", "Status": "sample string 14" }, { "CON_ID": "sample string 1", "DATE_WRITE": "sample string 2", "SITE_ID": "sample string 3", "USER_ID": "sample string 4", "WRITE_NAME": "sample string 5", "PLAY_PLACE": "sample string 6", "PLAY_DATE": "sample string 7", "PLAY_MC": "sample string 8", "PLAY_USER": "sample string 9", "PLAY_PURPOSE": "sample string 10", "PLAY_PROCESS": "sample string 11", "PLAY_ASSESSMENT": "sample string 12", "PLAY_REMARK": "sample string 13", "Status": "sample string 14" } ]
application/xml, text/xml
Sample:
<ArrayOfC_Site_Journal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HappyTable_WebAPI.Models"> <C_Site_Journal> <CON_ID>sample string 1</CON_ID> <DATE_WRITE>sample string 2</DATE_WRITE> <PLAY_ASSESSMENT>sample string 12</PLAY_ASSESSMENT> <PLAY_DATE>sample string 7</PLAY_DATE> <PLAY_MC>sample string 8</PLAY_MC> <PLAY_PLACE>sample string 6</PLAY_PLACE> <PLAY_PROCESS>sample string 11</PLAY_PROCESS> <PLAY_PURPOSE>sample string 10</PLAY_PURPOSE> <PLAY_REMARK>sample string 13</PLAY_REMARK> <PLAY_USER>sample string 9</PLAY_USER> <SITE_ID>sample string 3</SITE_ID> <Status>sample string 14</Status> <USER_ID>sample string 4</USER_ID> <WRITE_NAME>sample string 5</WRITE_NAME> </C_Site_Journal> <C_Site_Journal> <CON_ID>sample string 1</CON_ID> <DATE_WRITE>sample string 2</DATE_WRITE> <PLAY_ASSESSMENT>sample string 12</PLAY_ASSESSMENT> <PLAY_DATE>sample string 7</PLAY_DATE> <PLAY_MC>sample string 8</PLAY_MC> <PLAY_PLACE>sample string 6</PLAY_PLACE> <PLAY_PROCESS>sample string 11</PLAY_PROCESS> <PLAY_PURPOSE>sample string 10</PLAY_PURPOSE> <PLAY_REMARK>sample string 13</PLAY_REMARK> <PLAY_USER>sample string 9</PLAY_USER> <SITE_ID>sample string 3</SITE_ID> <Status>sample string 14</Status> <USER_ID>sample string 4</USER_ID> <WRITE_NAME>sample string 5</WRITE_NAME> </C_Site_Journal> </ArrayOfC_Site_Journal>