Skip to main content

读取节目

读取节目(program/v2/read)

需要token

  • 输入:
名称字段类型必须说明
节目ididnumberY
  • 输出:
名称字段类型必须说明
编码codenumberY成功:0
节目数据dataObjectY数据格式参考下方数据

数据属性含义参考节目创建的入参

{
"code": 0,
"data": {
"id": 4061,
"programTemplateId": 0,
"canvasHeight": 1920,
"canvasWidth": 1080,
"canvasBgColor": "#FF000000",
"canvasBgImage": null,
"name": "1",
"remark": "",
"thumbnail": "节目缩略图",
"actionScope": "individual",
"programType": "general",
"attrData": null,
"attrType": null,
"attrDuration": null,
"playDuration": "23:59:59",
"componentType": null,
"updateStamp": 1713346668526,
"auditStatus": 2,
"programComponent": [
{
"id": 6113,
"componentParam": {
"opts": {
"transformer": "Default",
"pageTransformer": "0",
"time": 8,
"scaleType": "0",
"totalTime": 8
},
"res": [
{
"fe_guid": "dc3c7b05-9134-d813-1091-da9640c2edef",
"resourceId": 5396,
"name": "素材名称.jpg",
"type": "image",
"time": "00:00:08",
"_ui_w": 1080,
"_ui_h": 1920,
"_ui_show": "素材访问地址"
}
]
},
"thirdPartyParam": {},
"programId": 4061,
"componentId": 2,
"type": "image",
"x": 0,
"y": 0,
"w": 1080,
"h": 1920,
"level": 100,
"componentOtherParam": {},
"bgColor": "#c6c3ea"
}
],
"pageShots": null,
"source": 1,
"tagInfos:: null
}
}