GET api/BI/Scenic/PageConfig/Get?pageindex={pageindex}&pagename={pagename}
获取页面配置信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageindex | integer |
Default value is 0 |
|
| pagename | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
获取页面配置信息
CommonOperationResultWithTagOfIEnumerableOfVisitorInfo_PageResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of VisitorInfo_PageResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"PageIndex": 1,
"PageTitle": "sample string 2",
"RefreshInterval": 3,
"ShowTimeLong": 4,
"Reserve1": "sample string 5",
"Reserve2": "sample string 6"
},
{
"PageIndex": 1,
"PageTitle": "sample string 2",
"RefreshInterval": 3,
"ShowTimeLong": 4,
"Reserve1": "sample string 5",
"Reserve2": "sample string 6"
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfVisitorInfo_PageResultim_SKwIZA 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.VisitorInfo">
<d2p1:VisitorInfo_PageResult>
<d2p1:PageIndex>1</d2p1:PageIndex>
<d2p1:PageTitle>sample string 2</d2p1:PageTitle>
<d2p1:RefreshInterval>3</d2p1:RefreshInterval>
<d2p1:Reserve1>sample string 5</d2p1:Reserve1>
<d2p1:Reserve2>sample string 6</d2p1:Reserve2>
<d2p1:ShowTimeLong>4</d2p1:ShowTimeLong>
</d2p1:VisitorInfo_PageResult>
<d2p1:VisitorInfo_PageResult>
<d2p1:PageIndex>1</d2p1:PageIndex>
<d2p1:PageTitle>sample string 2</d2p1:PageTitle>
<d2p1:RefreshInterval>3</d2p1:RefreshInterval>
<d2p1:Reserve1>sample string 5</d2p1:Reserve1>
<d2p1:Reserve2>sample string 6</d2p1:Reserve2>
<d2p1:ShowTimeLong>4</d2p1:ShowTimeLong>
</d2p1:VisitorInfo_PageResult>
</tag>
</CommonOperationResultWithTagOfArrayOfVisitorInfo_PageResultim_SKwIZA>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.