Queries statistical reports, such as application reports, drop-down suggestion reports, hotword shading reports, A/B test reports, and data quality reports.
Debugging
Authorization information
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/statistic-report/{moduleName} HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
appGroupIdentity | string | Yes | The name of the application | app_group_name |
moduleName | string | Yes | The module name. Valid values:
| suggest |
startTime | integer | No | The start timestamp of the query. Unit: seconds. | 1582214400 |
endTime | integer | No | The end timestamp of the query. By default, the end time is the current time. Unit: seconds. | 1582646399 |
pageNumber | integer | No | The page number. Default value: 1. | 1 |
pageSize | integer | No | The number of entries per page. Default value: 10. | 10 |
columns | string | No | The fields to query. Set this parameter in the format of columns="pv,uv,ipv". For more information, see Metrics of statistical reports. | pv,uv |
query | string | No | The query conditions. Set this parameter in the format of k1:v1,k2:v2. Valid values:
| bizType:test,sceneTag:myTag |
Response parameters
Examples
Sample success responses
JSON
format
{
"totalCount": 43,
"requestId": "F65C8BB2-C14F-5983-888B-41C4E082D3BC",
"result": [
{}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|