GET api/BI/Config/ToursimArea/{guid}
获取园区相关设置的api 园区id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取园区相关设置的api 园区id
CommonOperationResultWithTagOfIEnumerableOfBI_Config_ToursimAreaDataItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of BI_Config_ToursimAreaDataItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"ToursimArea": "2675786e-0bed-4ff4-95f1-18062dd97aa2",
"ToursimAreaName": "sample string 2",
"IsDefault": "sample string 3",
"IsClear": "sample string 4",
"StatsStartPointTime": 5,
"ShowSequence": 6
},
{
"ToursimArea": "2675786e-0bed-4ff4-95f1-18062dd97aa2",
"ToursimAreaName": "sample string 2",
"IsDefault": "sample string 3",
"IsClear": "sample string 4",
"StatsStartPointTime": 5,
"ShowSequence": 6
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfBI_Config_ToursimAreaDataItemvws7YgyP 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:BI_Config_ToursimAreaDataItem>
<d2p1:IsClear>sample string 4</d2p1:IsClear>
<d2p1:IsDefault>sample string 3</d2p1:IsDefault>
<d2p1:ShowSequence>6</d2p1:ShowSequence>
<d2p1:StatsStartPointTime>5</d2p1:StatsStartPointTime>
<d2p1:ToursimArea>2675786e-0bed-4ff4-95f1-18062dd97aa2</d2p1:ToursimArea>
<d2p1:ToursimAreaName>sample string 2</d2p1:ToursimAreaName>
</d2p1:BI_Config_ToursimAreaDataItem>
<d2p1:BI_Config_ToursimAreaDataItem>
<d2p1:IsClear>sample string 4</d2p1:IsClear>
<d2p1:IsDefault>sample string 3</d2p1:IsDefault>
<d2p1:ShowSequence>6</d2p1:ShowSequence>
<d2p1:StatsStartPointTime>5</d2p1:StatsStartPointTime>
<d2p1:ToursimArea>2675786e-0bed-4ff4-95f1-18062dd97aa2</d2p1:ToursimArea>
<d2p1:ToursimAreaName>sample string 2</d2p1:ToursimAreaName>
</d2p1:BI_Config_ToursimAreaDataItem>
</tag>
</CommonOperationResultWithTagOfArrayOfBI_Config_ToursimAreaDataItemvws7YgyP>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.