Skip to main content

查询节目

查询节目(program/search)

需要token

  • 输入:
名称字段类型必须说明
第几页indexnumberY分页
查询数目sizenumberY分页
名称namestringN支持模糊查询
时间类型datestringY更新时间:updateTime,创建时间:createTime
排序sortstringY升序:asc 降序:desc
方向directionnumberY默认值:2
标签idtagIdsArray ObjectN[Object]
标签名称tagNamestringN
  • 输出:
名称字段类型必须说明
编码codenumberY成功:0
节目列表数据dataObjectY数据格式参考下方数据
{
"code": 0,
"data": {
"content": [
{
"createUserId": 251,
"classifyId": 1017,
"remark": "",
"createUserName": "创建人姓名",
"actionScope": "individual",
"source": 1,
"tagInfos": [
{
"id": 120,
"name": "节日"
},
{
"id": 121,
"name": "明星"
}
],
"type": "general",
"canvasHeight": 1920,
"updateStamp": 1713346668526,
"sellerId": 165,
"isDeleted": false,
"canvasBgColor": "#FF000000",
"playDuration": "23:59:59",
"createUserType": 3,
"canvasBgImage": null,
"id": 4061, // 节目id
"height": 1920,
"programTemplateId": 0,
"componentType": null,
"createtime": "2024-04-17 17:37:49",
"canvasWidth": 1080,
"thumbnail": "缩略图",
"updateUserId": 250,
"updateUserName": "更新者姓名",
"auditRemark": null,
"size": "1080×1920",
"updateUserType": 3,
"name": "12",
"width": 1080,
"auditStatus": 2,
"operation": [
"C",
"R",
"U",
"D"
],
"lastUpdateTime": "2025-04-08 15:43:22"
}
],
"last": true,
"totalPages": 1,
"totalElements": 1,
"first": true,
"sort": null,
"numberOfElements": 1,
"size": 50,
"number": 0
}
}