GET api/BI/Today/All/Data/{curdate}
获取最后一次清洗的快照时间。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| curdate |
检索数据的日期,格式yyyyMMdd,为空或不设置时,默认为服务器当前日期 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
获取最后一次清洗的快照时间。
CommonOperationResultWithTagOfBI_Today_AllDataItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | BI_Today_AllDataItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"Date": "sample string 1",
"ScenicSpotIncome": 2.0,
"TheatreIncome": 3.0,
"PosIncome": 4.0,
"CateringIncome": 5.0,
"LeaseIncome": 6.0,
"EcoCarIncome": 7.0,
"OtherIncome": 8.0,
"ScenicSpotPeopleTimes": 9,
"TheatrePeopleTimes": 10,
"PosPeopleTimes": 11,
"CateringPeopleTimes": 12,
"LeasePeopleTimes": 13,
"EcoCarPeopleTimes": 14,
"LastCleanTime": "sample string 15"
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfBI_Today_AllDataItemvws7YgyP 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:CateringIncome>5</d2p1:CateringIncome>
<d2p1:CateringPeopleTimes>12</d2p1:CateringPeopleTimes>
<d2p1:Date>sample string 1</d2p1:Date>
<d2p1:EcoCarIncome>7</d2p1:EcoCarIncome>
<d2p1:EcoCarPeopleTimes>14</d2p1:EcoCarPeopleTimes>
<d2p1:LastCleanTime>sample string 15</d2p1:LastCleanTime>
<d2p1:LeaseIncome>6</d2p1:LeaseIncome>
<d2p1:LeasePeopleTimes>13</d2p1:LeasePeopleTimes>
<d2p1:OtherIncome>8</d2p1:OtherIncome>
<d2p1:PosIncome>4</d2p1:PosIncome>
<d2p1:PosPeopleTimes>11</d2p1:PosPeopleTimes>
<d2p1:ScenicSpotIncome>2</d2p1:ScenicSpotIncome>
<d2p1:ScenicSpotPeopleTimes>9</d2p1:ScenicSpotPeopleTimes>
<d2p1:TheatreIncome>3</d2p1:TheatreIncome>
<d2p1:TheatrePeopleTimes>10</d2p1:TheatrePeopleTimes>
</tag>
</CommonOperationResultWithTagOfBI_Today_AllDataItemvws7YgyP>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.