Version: 202506
Get article count
GET/openapi/2025-06/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
}
}