GET api/TheatreList?theatreid={theatreid}
获取系统中指定ID的剧场。 认证方式:HAWK,密钥:KEY+UPPER(MD5(密码))。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| theatreid |
剧场的ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取系统中指定ID的剧场。 认证方式:HAWK,密钥:KEY+UPPER(MD5(密码))。
Theatre| Name | Description | Type | Additional information |
|---|---|---|---|
| theatreid |
剧场ID |
string |
None. |
| theatrename |
剧场名称 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"theatreid": "sample string 1",
"theatrename": "sample string 2"
}
application/xml, text/xml
Sample:
<Theatre xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface"> <theatreid>sample string 1</theatreid> <theatrename>sample string 2</theatrename> </Theatre>