GET api/BI/TypicalData/Theatre/PeopleTimesData?date={date}

获取典型数据-演出-总体人数展示的数据

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

日期,yyyyMMdd,为空或不设置时,默认为当天

string

Default value is

Body Parameters

None.

Response Information

Resource Description

获取典型数据-演出-总体人数展示的数据

CommonOperationResultWithTagOfBI_TypicalData_SummaryAndYOY_CommonResult
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

BI_TypicalData_SummaryAndYOY_CommonResult

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": {
    "RQ": "sample string 1",
    "SummaryOfWeek": 2.0,
    "SummaryOfWeekYOY": 3.0,
    "SummaryOfMonth": 4.0,
    "SummaryOfMonthYOY": 5.0,
    "SummaryOfYear": 6.0,
    "SummaryOfYearYOY": 7.0
  }
}

application/xml, text/xml

Sample:
<CommonOperationResultWithTagOfBI_TypicalData_SummaryAndYOY_CommonResultvws7YgyP 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">
    <d2p1:RQ>sample string 1</d2p1:RQ>
    <d2p1:SummaryOfMonth>4</d2p1:SummaryOfMonth>
    <d2p1:SummaryOfMonthYOY>5</d2p1:SummaryOfMonthYOY>
    <d2p1:SummaryOfWeek>2</d2p1:SummaryOfWeek>
    <d2p1:SummaryOfWeekYOY>3</d2p1:SummaryOfWeekYOY>
    <d2p1:SummaryOfYear>6</d2p1:SummaryOfYear>
    <d2p1:SummaryOfYearYOY>7</d2p1:SummaryOfYearYOY>
  </tag>
</CommonOperationResultWithTagOfBI_TypicalData_SummaryAndYOY_CommonResultvws7YgyP>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.