curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/video?uid&filterType&pageNo&pageSize' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
{
"code": "string",
"message": "string",
"result": {
"pageNo": 0,
"pageSize": 0,
"total": 0,
"data": [
{
"videoInfo": {
"videoId": "string",
"videoUrl": "string",
"videoCoverUrl": "string",
"videoDesc": "string",
"createTime": 0,
"playCountInfo": {
"total": 0
},
"likeCountInfo": {
"total": 0
},
"commentCountInfo": {
"total": 0
},
"shareCountInfo": {
"total": 0
},
"engageRate": 0,
"soldCountInfo": {
"video": 0
},
"gmvInfo": {
"video": {
"local": 0
}
},
"currencySymbolInfo": {
"local": "string"
}
},
"bizDate": "string",
"itemInfo": {
"itemId": "string",
"categoryList": [
{
"categoryName": "string",
"id": "string",
"pid": "string",
"region": "string",
"level": "string"
}
],
"discoverTime": 0,
"itemName": "string",
"priceInfo": [
{
"local": 0
}
],
"commissionRate": "string",
"rating": "string",
"currencySymbolInfo": {
"local": "string"
}
},
"sellerInfo": {
"sellerId": "string",
"sellerName": "string"
}
}
]
}
}