Base URLs: https://user-center-domain/prod-api/
(Contact us if unclear)
POST Query Acceleration Package Live Quality Report¶
POST /acdn/volc/hostAcceleratePackRest/describeVQUserData
Query acceleration package live quality report
Body Request Parameters
{
"pageNum": 1,
"pageSize": 10,
"filters": [
{
"label": "dataId",
"value": ["5"]
},
{
"label": "uid",
"value": ["7630145594"]
}
],
"searchHeader": {},
"params": {}
}
Request Parameters¶
Name | Location | Type | Required | Chinese Name | Description |
---|---|---|---|---|---|
Authorization | header | string | Yes | none | |
body | body | DescribeVQUserDataVO | Yes | DescribeVQUserDataVO | none |
Response Example
OK
{
"total": 1,
"rows": [
{
"dataId": 5,
"uid": "763044452594",
"image": "http://livesaas.zbaidu.com/",
"message": "no live data",
"date": "2024-02-05",
"createTime": "2024-02-05 13:57:23"
}
],
"code": 200,
"msg": "Query successful"
}
201 Response
Response Results¶
Status Code | Status Meaning | Description | Data Model |
---|---|---|---|
200 | OK | OK | TableDataInfo |
201 | Created | Created | Inline |
401 | Unauthorized | Unauthorized | Inline |
403 | Forbidden | Forbidden | Inline |
404 | Not Found | Not Found | Inline |
Response Data Structure¶
Data Model¶
TableDataInfo
{
"code": 0,
"msg": "string",
"rows": [
{
"dataId": "string",
"date": "string",
"image": "string",
"message": "string",
"uid": "string"
}
],
"total": 0
}
TableDataInfo
Properties¶
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
code | integer(int32) | false | none | none | |
msg | string | false | none | none | |
rows | [object] | false | none | none | |
» dataId | string | true | none | Report ID | none |
» date | string | true | none | Report date | none |
» image | string | true | none | Report image | none |
» message | string | true | none | Description | none |
» uid | string | true | none | uid | none |
total | integer(int64) | false | none | none |
DescribeVQUserDataVO
{
"filters": [
{
"label": "string",
"value": ["string"]
}
],
"pageNum": 0,
"pageSize": 0,
"params": {},
"userId": 0
}
DescribeVQUserDataVO
Properties¶
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
filters | [SearchFilterVo] | false | none | Search conditions | Can input one or more: Report ID/Douyin UID (dataId/uid) |
pageNum | integer(int32) | false | none | Current page | none |
pageSize | integer(int32) | false | none | Items per page | none |
userId | integer(int64) | false | none | none |
SearchFilterVo
SearchFilterVo
Properties¶
Name | Type | Required | Constraints | Chinese Name | Description |
---|---|---|---|---|---|
label | string | false | none | Name | Report ID: dataId uid:uid |
value | [string] | false | none | 值 | Array type, single value for fuzzy search, multiple values for exact search |