getGFXList

Use the interface to get the GFX list.

Request Mode

POST/GET http://ip/V1.0/gfx/getGFXList

Request Data

Null

Response Body

{
    "gfxList": [
        {
            "gfxSceneType": 1,
            "name": "Scoreboard",
            "uuid": "71465631-a682-49af-918e-e3713b6cbb18"
        },
        {
            "gfxSceneType": 2,
            "name": "Timer",
            "uuid": "6565d48c-d6c6-4fd7-8345-9cf62487f41d"
        },
        {
            "gfxSceneType": 9,
            "name": "Lower Third",
            "uuid": "e7d00fe7-188f-4fda-aa68-04f82a6fc844"
        }
    ],
    "totalCount": 5,
    "message": "SUCCESS",
    "status": 0
}
Parameter Type Description
status Int Service status code
0: Success
message String Service status description
totalCount Int Total number of GFXs
gfxList Array of GFXInfo The array of GFX information
GFXInfo
Parameter Type Description
uuid String The unique GFX ID
name String The name of GFX
gfxSceneType Int GFX type.
0: General
1: Scoreboard
2: Timer
3: Stopwatch
4: Custom
5: Baseball Scoreboard
6: Webpage
7: NDI
8: Soccer Scoreboard
9: PAG

HTTP Status Code

results matching ""

    No results matching ""