{
"title": "string",
"author": "string",
"startCreateTime": 0,
"endCreateTime": 0,
"createUids": [
"string"
],
"status": "string",
"articleColumnId": "string",
"platform": "string",
"page": 0,
"pageSize": 0
}
curl --location --request POST '/api/article/list' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"author": "string",
"startCreateTime": 0,
"endCreateTime": 0,
"createUids": [
"string"
],
"status": "string",
"articleColumnId": "string",
"platform": "string",
"page": 0,
"pageSize": 0
}'
{
"code": 0,
"message": "string",
"data": {
"total": 0,
"items": [
{
"id": "string",
"title": "string",
"articleColumnItems": [
{
"id": "string",
"name": "string",
"platform": "string"
}
],
"articleColumnNamesText": "string",
"author": "string",
"readCnt": 0,
"collectCnt": 0,
"shareCnt": 0,
"weight": 0,
"createTime": 0,
"createName": "string",
"createUid": "string",
"status": "string"
}
]
}
}