GET api/Setting/JQ_YQ/T/Query/SimpleRet/All
查询全部的T_JQ_YQ记录并以简单对象返回。
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
查询全部的T_JQ_YQ记录并以简单对象返回。
Collection of TheatreName | 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" }, { "theatreid": "sample string 1", "theatrename": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfTheatre xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.WebInterface"> <Theatre> <theatreid>sample string 1</theatreid> <theatrename>sample string 2</theatrename> </Theatre> <Theatre> <theatreid>sample string 1</theatreid> <theatrename>sample string 2</theatrename> </Theatre> </ArrayOfTheatre>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.