Intelligent Correction / Oral Evaluation / Statistics / call volume
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
aicontent:countOralEvaluationStatisticsCalls |
list |
*All Resource
|
None | None |
Request syntax
POST /api/v1/aliyunConsole/countOralEvaluationStatisticsCalls HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body | OralEvaluationStatisticsCallsCountRequest |
No |
The request body. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
OpenApiMultiResponse |
||
| requestId |
string |
The request ID. |
xxxx-xxxx-xxxx-xxxxxxxx |
| success |
boolean |
Indicates whether the request was successful. |
true |
| errCode |
string |
The error code. |
UNKNOWN_ERROR |
| errMessage |
string |
The error message. |
未知错误 |
| httpStatusCode |
integer |
The HTTP status code. |
200 |
| data |
array |
The returned data. |
[] |
| OralEvaluationStatisticsCallsCountResponse |
An object in the data array. |
Examples
Success response
JSON format
{
"requestId": "xxxx-xxxx-xxxx-xxxxxxxx",
"success": true,
"errCode": "UNKNOWN_ERROR",
"errMessage": "未知错误",
"httpStatusCode": 200,
"data": [
{
"projectId": "123",
"projectData": {
"applicationInternalId": "11",
"ApplicationData": [
{
"applicationAccessId": "a0007g7",
"Data": [
{
"name": "2025-01",
"count": 2
}
]
}
]
}
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
该文章对您有帮助吗?