GET api/BI/TypicalData/Theatre/RepertoireAndSessionData?startdate={startdate}&enddate={enddate}
获取典型数据-演出-按剧目-场次展示的数据
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startdate |
起始时间,yyyyMMdd |
string |
Required |
enddate |
截止时间,yyyyMMdd |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取典型数据-演出-按剧目-场次展示的数据
CommonOperationResultWithTagOfIEnumerableOfBI_TypicalData_Theatre_ByTypeDataItemName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of BI_TypicalData_Theatre_ByTypeDataItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "ItemsName": "sample string 1", "SessionCounts": 2, "AvgAttendanceRate": 3.0, "Income": 4.0, "PercentOfIncome": 5.0, "PeopleTimes": 6, "PercentOfPeopleTimes": 7.0, "SessionAvgIncome": 8.0, "SessionAvgPeople": 9.0 }, { "ItemsName": "sample string 1", "SessionCounts": 2, "AvgAttendanceRate": 3.0, "Income": 4.0, "PercentOfIncome": 5.0, "PeopleTimes": 6, "PercentOfPeopleTimes": 7.0, "SessionAvgIncome": 8.0, "SessionAvgPeople": 9.0 } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfBI_TypicalData_Theatre_ByTypeDataItem8klBlK8Q xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.BI.Common"> <d2p1:BI_TypicalData_Theatre_ByTypeDataItem> <d2p1:AvgAttendanceRate>3</d2p1:AvgAttendanceRate> <d2p1:Income>4</d2p1:Income> <d2p1:ItemsName>sample string 1</d2p1:ItemsName> <d2p1:PeopleTimes>6</d2p1:PeopleTimes> <d2p1:PercentOfIncome>5</d2p1:PercentOfIncome> <d2p1:PercentOfPeopleTimes>7</d2p1:PercentOfPeopleTimes> <d2p1:SessionAvgIncome>8</d2p1:SessionAvgIncome> <d2p1:SessionAvgPeople>9</d2p1:SessionAvgPeople> <d2p1:SessionCounts>2</d2p1:SessionCounts> </d2p1:BI_TypicalData_Theatre_ByTypeDataItem> <d2p1:BI_TypicalData_Theatre_ByTypeDataItem> <d2p1:AvgAttendanceRate>3</d2p1:AvgAttendanceRate> <d2p1:Income>4</d2p1:Income> <d2p1:ItemsName>sample string 1</d2p1:ItemsName> <d2p1:PeopleTimes>6</d2p1:PeopleTimes> <d2p1:PercentOfIncome>5</d2p1:PercentOfIncome> <d2p1:PercentOfPeopleTimes>7</d2p1:PercentOfPeopleTimes> <d2p1:SessionAvgIncome>8</d2p1:SessionAvgIncome> <d2p1:SessionAvgPeople>9</d2p1:SessionAvgPeople> <d2p1:SessionCounts>2</d2p1:SessionCounts> </d2p1:BI_TypicalData_Theatre_ByTypeDataItem> </tag> </CommonOperationResultWithTagOfArrayOfBI_TypicalData_Theatre_ByTypeDataItem8klBlK8Q>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.