Version: 202607
List authors
GET/openapi/2026-07/articles/authors
Return the list of distinct article authors.
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
authorsstring[]
Get array of author's name
{
"code": "string",
"message": "string",
"data": {
"authors": [
"string"
]
}
}