POST api/act?con_kind={con_kind}&con_name={con_name}&con_id={con_id}
(POST ONLY)해당 정보에 부합하는 기록의 존재 여부 판단
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
con_kind |
컨텐츠 종류 |
string |
Required |
con_name |
컨텐츠 이름 |
string |
Required |
con_id |
컨텐츠 실행 아이디 |
string |
Required |
Body Parameters
사용자 아이디 그룹
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfstring>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
있으면 true, 없으면 false 반환
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>