GET api/Agent/MicroApp/Dev/Meter/CurrentUserSerialIdList
获取当前用户有管辖权的流量计的列表。
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取当前用户有管辖权的流量计的列表。
CommonOperationResultWithTagOfIEnumerableOfInt64| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
1,
2
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOflonguHEDJ7Dj 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.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</tag>
</CommonOperationResultWithTagOfArrayOflonguHEDJ7Dj>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.