Version: 202607
Get article count
GET/openapi/2026-07/articles/count
Return the total number of articles matching the given criteria.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
countint32
Total number of articles
{
"code": "string",
"message": "string",
"data": {
"count": 0
}
}