COEX-EN
  1. General
COEX-EN
  • Contents
    • API Instructions
    • Error Code
    • General
      • Retrieve Screen Information
        GET
      • Set Screen Brightness
        PUT
      • Set Screen Gamma
        PUT
      • Set Blackout/Freeze Screen
        PUT
      • Retrieve Preset Information
        GET
      • Apply Preset
        POST
      • Retrieve All Cabinet Information
        GET
      • Enable Cabinet Mapping
        PUT
      • Retrieve Input Source List
        GET
      • Switch Source for Layer
        PUT
      • Set EDID
        PUT
      • Set Screen Color Temperature
        PUT
    • Input
      • Retrieve Input Information
        • Retrieve Input Data
        • Retrieve Input Source List
      • EDID
        • Set EDID
      • Color Adjustment
        • Set Saturation
        • Set Color Highlight
        • Set Color Shadow
        • Adjust Hue
        • Reset Color Adjustment
      • Internal Source
        • Set Sending Card Test Pattern
      • Set HDR Mode
        • Set HDR Mode
    • Screen
      • Image booster
        • Color Gamut
          • Set Custom Gamut on a Screen-Basis
          • Switch Color Gamut
        • Retrieve Screen Display Effect Parameters
        • Set Screen Color Temperature
        • Set Custom Gamma for the Screen
        • Set Screen Brightness
        • Set Screen Gamma
      • Layer
        • Switch Source for Layer
      • Processing
        • 3D LUT
          • Delete 3D LUT File
          • Import 3D LUT File
          • Set 3D LUT Strength
          • Enable 3D LUT
      • Canvas
        • Canvas Mapping
      • Preset
        • Modify Preset
        • Retrieve Preset Information
        • Apply Preset
      • Schedule
        • Retrieve All Schedule Information of the Screens
        • Set Schedule On\Off
        • Delete Brightness Schedule
      • Output
        • 3D function
          • 3D Emitter
            • Enable 3D Emitter
          • Enable/Disable 3D
        • Retrieve Output Parameters
          • Retrieve Screen Output Data
        • Display mode
          • Set Blackout/Freeze Screen
        • Multi-Mode
          • Set Multi-mode by Screens
        • 3D
          • 3D Emitter
        • Display Mode
        • Retrieve Display Status
        • Set Output Bit Depth
      • Image Booster
        • Color Gamut
      • Retrieve Screen Properties Information
      • Retrieve the Number of Cabinets of the Screen
      • Retrieve Screen Information
    • Device
      • Device Identify
        • Device Identify
      • Monitoring
        • Retrieve Real-Time Monitoring Information
      • Set Blackout/Freeze Screen
    • Cabinet
      • Retrieve Cabinet Information
        • Retrieve All Cabinet Information
      • Brightness Adjustment
        • Set Cabinet RGB Brightness
        • Set Cabinet Brightness
      • Color Temperature Adjustment
        • Adjust Cabinet Color Temperature
      • Cabinet Control
        • Set Receiving Card Test Pattern
      • Cabinet Identify
        • Enable Cabinet Mapping
      • Multi-Mode
        • Set Multi-mode by Cabinets
      • Configure Cabinet Topology
        • Move Cabinet
  1. General

Retrieve Input Source List

GET
/api/v1/device/input/sources
TIP
Retrieve all input source information (source ID, groupId, type) of the device

Request

None

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://192.168.0.10:8001/api/v1/device/input/sources'

Responses

🟢200OK
application/json
Body
code
integer 
required
data
array [object {44}] 
required
id
integer 
required
cardId
integer 
required
type
integer 
required
name
string 
required
step
integer 
required
sourceStatus
integer 
required
supportFrameRate
string 
required
supportResolution
string 
required
maxwidth
integer 
required
maxheight
integer 
required
minwidth
integer 
required
minheight
integer 
required
actualResolution
object 
required
actualRefreshRate
integer 
required
bitDepth
integer 
required
colorSpace
string 
required
dynamicRange
string 
required
gamut
string 
required
range
integer 
required
scanMode
integer 
required
inPhase
boolean 
required
defaultEDID
object 
required
usable
boolean 
required
groupId
integer 
required
order
integer 
required
isSupportHDR
boolean 
required
isSupportMetaData
boolean 
required
isSupportEDID
boolean 
required
isSupportInputOverride
boolean 
required
isSupportColorAdjust
boolean 
required
sourceChannel
integer 
required
metaData
object 
required
isSupportHDRParams
boolean 
required
isSupportPQMaxCllChecked
boolean 
required
hdrList
array[integer] | null 
required
isEdidCustom
boolean 
required
isSupportCapacities
boolean 
required
supportCapacities
null 
required
ip
string 
required
port
integer 
required
fiberPortLinkStatus
null 
required
isSupportIPAndPort
boolean 
required
maxCapacity
integer 
required
minCapacity
integer 
required
message
string 
required
Example
{
    "code": 0,
    "data": [
        {
            "id": 1,
            "cardId": 0,
            "type": 9,
            "name": "12G-SDI",
            "step": 0,
            "sourceStatus": 1,
            "supportFrameRate": "23.98|24.00|25.00|29.97|30.00|47.95|48.00|50.00|59.94|60.00|71.93|72.00|75.00|100.00|119.88|120.00|143.86|144.00|240.00",
            "supportResolution": "3840*2160",
            "maxwidth": 4096,
            "maxheight": 4096,
            "minwidth": 800,
            "minheight": 600,
            "actualResolution": {
                "height": 1080,
                "width": 1920
            },
            "actualRefreshRate": 25,
            "bitDepth": 1,
            "colorSpace": "YCbCr 4:2:2",
            "dynamicRange": "SDR",
            "gamut": "Rec.709",
            "range": 0,
            "scanMode": 0,
            "inPhase": false,
            "defaultEDID": {
                "resolution": {
                    "width": 3840,
                    "height": 2160
                },
                "refreshRate": 60,
                "isCustom": false
            },
            "usable": true,
            "groupId": 72,
            "order": 0,
            "isSupportHDR": true,
            "isSupportMetaData": false,
            "isSupportEDID": false,
            "isSupportInputOverride": true,
            "isSupportColorAdjust": true,
            "sourceChannel": 7,
            "metaData": {
                "infoFrameType": 0,
                "infoFrameVersion": 0,
                "infoFramLength": 0,
                "checksum": 0,
                "sourceTye": 0,
                "maxLight": 0,
                "minMasterDisplayLight": 0,
                "maxMasterDisplayLight": 0,
                "maxContentLight": 0,
                "maxFrameAvgLight": 0,
                "whitePointX": 0,
                "whitePointY": 0
            },
            "isSupportHDRParams": true,
            "isSupportPQMaxCllChecked": false,
            "hdrList": [
                0,
                1,
                2
            ],
            "isEdidCustom": false,
            "isSupportCapacities": false,
            "supportCapacities": null,
            "ip": "",
            "port": 0,
            "fiberPortLinkStatus": null,
            "isSupportIPAndPort": false,
            "maxCapacity": 0,
            "minCapacity": 0
        },
        {
            "id": 768,
            "cardId": 0,
            "type": 5,
            "name": "DP1.2",
            "step": 4,
            "sourceStatus": 1,
            "supportFrameRate": "23.98|24.00|25.00|29.97|30.00|47.95|48.00|50.00|59.94|60.00|71.93|72.00|75.00|100.00|119.88|120.00|143.86|144.00|240.00",
            "supportResolution": "800*600|1024*768|1152*864|1280*720|1280*800|1440*900|1600*900|1600*1200|1680*1050|1920*1080|1920*1200|2048*1080|2048*1152|2304*1024|2304*1152|2560*1080|2560*1440|2560*1600|2880*1800|3840*1080|3840*2160",
            "maxwidth": 4092,
            "maxheight": 4095,
            "minwidth": 800,
            "minheight": 600,
            "actualResolution": {
                "height": 2160,
                "width": 3840
            },
            "actualRefreshRate": 60,
            "bitDepth": 0,
            "colorSpace": "RGB 4:4:4",
            "dynamicRange": "SDR",
            "gamut": "",
            "range": 1,
            "scanMode": 0,
            "inPhase": false,
            "defaultEDID": {
                "resolution": {
                    "width": 3840,
                    "height": 2160
                },
                "refreshRate": 60,
                "isCustom": false
            },
            "usable": true,
            "groupId": 40,
            "order": 0,
            "isSupportHDR": true,
            "isSupportMetaData": false,
            "isSupportEDID": true,
            "isSupportInputOverride": true,
            "isSupportColorAdjust": true,
            "sourceChannel": 6,
            "metaData": {
                "infoFrameType": 0,
                "infoFrameVersion": 0,
                "infoFramLength": 0,
                "checksum": 0,
                "sourceTye": 0,
                "maxLight": 0,
                "minMasterDisplayLight": 0,
                "maxMasterDisplayLight": 0,
                "maxContentLight": 0,
                "maxFrameAvgLight": 0,
                "whitePointX": 0,
                "whitePointY": 0
            },
            "isSupportHDRParams": true,
            "isSupportPQMaxCllChecked": false,
            "hdrList": [
                0,
                1,
                2
            ],
            "isEdidCustom": false,
            "isSupportCapacities": false,
            "supportCapacities": null,
            "ip": "",
            "port": 0,
            "fiberPortLinkStatus": null,
            "isSupportIPAndPort": false,
            "maxCapacity": 0,
            "minCapacity": 0
        },
        {
            "id": 512,
            "cardId": 0,
            "type": 3,
            "name": "HDMI2.0 1",
            "step": 4,
            "sourceStatus": 1,
            "supportFrameRate": "23.98|24.00|25.00|29.97|30.00|47.95|48.00|50.00|59.94|60.00|71.93|72.00|75.00|100.00|119.88|120.00|143.86|144.00|240.00",
            "supportResolution": "800*600|1024*768|1152*864|1280*720|1280*800|1440*900|1600*900|1600*1200|1680*1050|1920*1080|1920*1200|2048*1080|2048*1152|2304*1024|2304*1152|2560*1080|2560*1440|2560*1600|2880*1800|3840*1080|3840*2160",
            "maxwidth": 4092,
            "maxheight": 4095,
            "minwidth": 800,
            "minheight": 600,
            "actualResolution": {
                "height": 1080,
                "width": 1920
            },
            "actualRefreshRate": 60,
            "bitDepth": 0,
            "colorSpace": "RGB 4:4:4",
            "dynamicRange": "SDR",
            "gamut": "Rec.709",
            "range": 0,
            "scanMode": 0,
            "inPhase": false,
            "defaultEDID": {
                "resolution": {
                    "width": 3840,
                    "height": 2160
                },
                "refreshRate": 60,
                "isCustom": false
            },
            "usable": true,
            "groupId": 25,
            "order": 0,
            "isSupportHDR": true,
            "isSupportMetaData": true,
            "isSupportEDID": true,
            "isSupportInputOverride": true,
            "isSupportColorAdjust": true,
            "sourceChannel": 5,
            "metaData": {
                "infoFrameType": 0,
                "infoFrameVersion": 0,
                "infoFramLength": 0,
                "checksum": 0,
                "sourceTye": 0,
                "maxLight": 0,
                "minMasterDisplayLight": 0,
                "maxMasterDisplayLight": 0,
                "maxContentLight": 0,
                "maxFrameAvgLight": 0,
                "whitePointX": 0,
                "whitePointY": 0
            },
            "isSupportHDRParams": true,
            "isSupportPQMaxCllChecked": true,
            "hdrList": [
                255,
                0,
                1,
                2
            ],
            "isEdidCustom": false,
            "isSupportCapacities": false,
            "supportCapacities": null,
            "ip": "",
            "port": 0,
            "fiberPortLinkStatus": null,
            "isSupportIPAndPort": false,
            "maxCapacity": 0,
            "minCapacity": 0
        },
        {
            "id": 256,
            "cardId": 0,
            "type": 3,
            "name": "HDMI2.0 2",
            "step": 4,
            "sourceStatus": 1,
            "supportFrameRate": "23.98|24.00|25.00|29.97|30.00|47.95|48.00|50.00|59.94|60.00|71.93|72.00|75.00|100.00|119.88|120.00|143.86|144.00|240.00",
            "supportResolution": "800*600|1024*768|1152*864|1280*720|1280*800|1440*900|1600*900|1600*1200|1680*1050|1920*1080|1920*1200|2048*1080|2048*1152|2304*1024|2304*1152|2560*1080|2560*1440|2560*1600|2880*1800|3840*1080|3840*2160",
            "maxwidth": 4092,
            "maxheight": 4095,
            "minwidth": 800,
            "minheight": 600,
            "actualResolution": {
                "height": 1080,
                "width": 1920
            },
            "actualRefreshRate": 60,
            "bitDepth": 0,
            "colorSpace": "RGB 4:4:4",
            "dynamicRange": "SDR",
            "gamut": "Rec.709",
            "range": 0,
            "scanMode": 0,
            "inPhase": false,
            "defaultEDID": {
                "resolution": {
                    "width": 3840,
                    "height": 2160
                },
                "refreshRate": 60,
                "isCustom": false
            },
            "usable": true,
            "groupId": 26,
            "order": 0,
            "isSupportHDR": true,
            "isSupportMetaData": true,
            "isSupportEDID": true,
            "isSupportInputOverride": true,
            "isSupportColorAdjust": true,
            "sourceChannel": 4,
            "metaData": {
                "infoFrameType": 0,
                "infoFrameVersion": 0,
                "infoFramLength": 0,
                "checksum": 0,
                "sourceTye": 0,
                "maxLight": 0,
                "minMasterDisplayLight": 0,
                "maxMasterDisplayLight": 0,
                "maxContentLight": 0,
                "maxFrameAvgLight": 0,
                "whitePointX": 0,
                "whitePointY": 0
            },
            "isSupportHDRParams": true,
            "isSupportPQMaxCllChecked": true,
            "hdrList": [
                255,
                0,
                1,
                2
            ],
            "isEdidCustom": false,
            "isSupportCapacities": false,
            "supportCapacities": null,
            "ip": "",
            "port": 0,
            "fiberPortLinkStatus": null,
            "isSupportIPAndPort": false,
            "maxCapacity": 0,
            "minCapacity": 0
        },
        {
            "id": 258,
            "cardId": 0,
            "type": 3,
            "name": "HDMI2.0 3",
            "step": 4,
            "sourceStatus": 1,
            "supportFrameRate": "23.98|24.00|25.00|29.97|30.00|47.95|48.00|50.00|59.94|60.00|71.93|72.00|75.00|100.00|119.88|120.00|143.86|144.00|240.00",
            "supportResolution": "800*600|1024*768|1152*864|1280*720|1280*800|1440*900|1600*900|1600*1200|1680*1050|1920*1080|1920*1200|2048*1080|2048*1152|2304*1024|2304*1152|2560*1080|2560*1440|2560*1600|2880*1800|3840*1080|3840*2160",
            "maxwidth": 4092,
            "maxheight": 4095,
            "minwidth": 800,
            "minheight": 600,
            "actualResolution": {
                "height": 1080,
                "width": 1920
            },
            "actualRefreshRate": 60,
            "bitDepth": 0,
            "colorSpace": "RGB 4:4:4",
            "dynamicRange": "SDR",
            "gamut": "Rec.709",
            "range": 0,
            "scanMode": 0,
            "inPhase": false,
            "defaultEDID": {
                "resolution": {
                    "width": 3840,
                    "height": 2160
                },
                "refreshRate": 60,
                "isCustom": false
            },
            "usable": true,
            "groupId": 27,
            "order": 0,
            "isSupportHDR": true,
            "isSupportMetaData": true,
            "isSupportEDID": true,
            "isSupportInputOverride": true,
            "isSupportColorAdjust": true,
            "sourceChannel": 3,
            "metaData": {
                "infoFrameType": 0,
                "infoFrameVersion": 0,
                "infoFramLength": 0,
                "checksum": 0,
                "sourceTye": 0,
                "maxLight": 0,
                "minMasterDisplayLight": 0,
                "maxMasterDisplayLight": 0,
                "maxContentLight": 0,
                "maxFrameAvgLight": 0,
                "whitePointX": 0,
                "whitePointY": 0
            },
            "isSupportHDRParams": true,
            "isSupportPQMaxCllChecked": true,
            "hdrList": [
                255,
                0,
                1,
                2
            ],
            "isEdidCustom": false,
            "isSupportCapacities": false,
            "supportCapacities": null,
            "ip": "",
            "port": 0,
            "fiberPortLinkStatus": null,
            "isSupportIPAndPort": false,
            "maxCapacity": 0,
            "minCapacity": 0
        },
        {
            "id": 25856,
            "cardId": 101,
            "type": 224,
            "name": "internal-source",
            "step": 4,
            "sourceStatus": 1,
            "supportFrameRate": "23.98|24.00|25.00|29.97|30.00|47.95|48.00|50.00|59.94|60.00|71.93|72.00|75.00|100.00|119.88|120.00|143.86|144.00|240.00",
            "supportResolution": "800*600|1024*768|1152*864|1280*720|1280*800|1440*900|1600*900|1600*1200|1680*1050|1920*1080|1920*1200|2048*1080|2048*1152|2304*1024|2304*1152|2560*1080|2560*1440|2560*1600|2880*1800|3840*1080|3840*2160",
            "maxwidth": 4096,
            "maxheight": 4096,
            "minwidth": 800,
            "minheight": 600,
            "actualResolution": {
                "height": 2160,
                "width": 3840
            },
            "actualRefreshRate": 60,
            "bitDepth": 0,
            "colorSpace": "YCbCr 4:4:4",
            "dynamicRange": "SDR",
            "gamut": "DCI-P3(D65)",
            "range": 1,
            "scanMode": 0,
            "inPhase": false,
            "defaultEDID": {
                "resolution": {
                    "width": 3840,
                    "height": 2160
                },
                "refreshRate": 60,
                "isCustom": false
            },
            "usable": true,
            "groupId": 224,
            "order": 0,
            "isSupportHDR": false,
            "isSupportMetaData": false,
            "isSupportEDID": true,
            "isSupportInputOverride": true,
            "isSupportColorAdjust": true,
            "sourceChannel": 8,
            "metaData": {
                "infoFrameType": 0,
                "infoFrameVersion": 0,
                "infoFramLength": 0,
                "checksum": 0,
                "sourceTye": 0,
                "maxLight": 0,
                "minMasterDisplayLight": 0,
                "maxMasterDisplayLight": 0,
                "maxContentLight": 0,
                "maxFrameAvgLight": 0,
                "whitePointX": 0,
                "whitePointY": 0
            },
            "isSupportHDRParams": true,
            "isSupportPQMaxCllChecked": true,
            "hdrList": null,
            "isEdidCustom": false,
            "isSupportCapacities": false,
            "supportCapacities": null,
            "ip": "",
            "port": 0,
            "fiberPortLinkStatus": null,
            "isSupportIPAndPort": false,
            "maxCapacity": 0,
            "minCapacity": 0
        }
    ],
    "message": "Success"
}
Modified at 2025-07-03 05:32:21
Previous
Enable Cabinet Mapping
Next
Switch Source for Layer
Built with