getShowList

Use the interface to get the show list.

Request Mode

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

Request Data

NULL

Response Body

{
    "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

Parameter Type Description
status Int Service status code
0: Success
message String Service status description
totalCount Int Total number of shows
showList Array of ShowInfo The array of show information
ShowInfo
Parameter Type Description
showId Int The unique show ID
name String The name of show
orientation Int The orientation of show
0: horizontal; 1: vertical
inCurrent Boolean Whether it is the current presenting show
false: No; true: Yes
frameRate Int Frame rate * 1000
frameWidth Int Frame width
frameHeight Int Frame height

results matching ""

    No results matching ""