{
"category": 10,
"count": 1
}
curl --location --request POST '/get_collection_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": 10,
"count": 1
}'
{
"status": "ok",
"retcode": 0,
"data": {
"result": 0,
"errMsg": "string",
"collectionSearchList": {
"collectionItemList": [
{
"cid": "string",
"type": 0,
"status": 0,
"author": {
"type": 0,
"numId": "string",
"strId": "string",
"groupId": "string",
"groupName": "string",
"uid": "string"
},
"bid": 0,
"category": 0,
"createTime": "string",
"collectTime": "string",
"modifyTime": "string",
"sequence": "string",
"shareUrl": "string",
"customGroupId": 0,
"securityBeat": true,
"summary": {
"textSummary": "string",
"linkSummary": "string",
"gallerySummary": "string",
"audioSummary": "string",
"videoSummary": "string",
"fileSummary": "string",
"locationSummary": "string",
"richMediaSummary": "string"
}
}
],
"hasMore": true,
"bottomTimeStamp": "string"
}
},
"message": "string",
"wording": "string",
"echo": "string"
}