getShowList 接口

获取节目列表。

请求方式

POST/GET http://ip/V1.0/show/getShowList

请求数据

NULL

返回数据

{
    "showList": [
        {
            "frameHeight": 1080,
            "frameRate": 60000,
            "frameWidth": 1920,
            "inCurrent": true,
            "name": "Default Show12",
            "orientation": 0,
            "showId": 1717051195073
        },
        {
            "frameHeight": 1920,
            "frameRate": 60000,
            "frameWidth": 1080,
            "inCurrent": false,
            "name": "Default Show (9:16)",
            "orientation": 1,
            "showId": 1717051195074
        },
        {
            "frameHeight": 1080,
            "frameRate": 60000,
            "frameWidth": 1920,
            "inCurrent": false,
            "name": "1002",
            "orientation": 0,
            "showId": 1717739749370
        },
        {
            "frameHeight": 1080,
            "frameRate": 60000,
            "frameWidth": 1920,
            "inCurrent": false,
            "name": "Default Show",
            "orientation": 0,
            "showId": 1718270747433
        }
    ],
    "totalCount": 4,
    "message": "SUCCESS",
    "status": 0
}

HTTP Status Code

参数 类型 说明
status Int 业务状态码
0:成功
message String 业务状态描述
totalCount Int 节目总数
showList Array 节目数据列表

StreamConfigInfo |参数|类型|说明| |:----|:----|:----| |showId |Int |节目唯一标识 | |name |String |节目名称| |orientation |Int |节目朝向
0:横屏;1:竖屏| |inCurrent |Boolean |是否为当前演示节目
false:否;true:是| |frameRate |Int |画面帧率*1000| |frameWidth |Int |画面分辨率宽度| |frameHeight |Int |画面分辨率宽度高度|

与“”相关结果约

    找不到与“”相关的结果