H Series OpenAPI Instructions
Home
ChineseVersion
Home
ChineseVersion
  1. Inputs
  • Instructions
  • Error Codes
  • Change History
  • Devices
    • Read Device Detailed Information
      POST
    • Read Device Card Information
      POST
    • Read Device IP
      POST
  • Homepage
    • Read System Initialization Status
      POST
    • Read Video Server Address
      POST
  • Screen
    • Set Screen Gamma
    • Display Screen ID
    • Set Screen Brightness
    • Save Screen Brightness
    • Add Screens
    • Delete Screens
    • Read Screen Detailed Information
    • Query Screen List
    • Screen FTB
    • Set BKG
    • Set Freezing
    • Read Screen Not in Live Mode
    • Set 3D Effect
    • Set Screen Layout Information
    • Set Image OSD
    • Set Text OSD
    • Delete Multiple Screens
    • Rename Screens
  • Inputs
    • Read Input List
      POST
    • Read Detailed Information of Specified Inputs
      POST
    • Set Cropping
      POST
    • Delete
      POST
    • Edit Cropping
      POST
    • Set Resolutions
      POST
    • Set Timing
      POST
    • Create Input Groups
      POST
    • Sort Input Groups
      POST
    • Edit Groups
      POST
    • Delete Groups
      POST
    • Delete Input Sources by Groups
      POST
    • Import EDID
      POST
    • Rename
      POST
    • Create Signal Source Playlists
      POST
    • Read Signal Source Playlists
      POST
    • Edit Signal Source Playlist Information
      POST
    • Enable Signal Source Playlists
      POST
    • Delete Signal Source Playlists
      POST
  • Outputs
    • Set Image Quality
    • Set Gamma
    • Set Output Locating
    • Rename
    • Set Timing for 4K Output Card
    • Read Detailed Information
    • Read Output List
    • Se Output Timing
    • Set Output Resolutions
    • Set Areas Loaded by All-in-One Cards
  • Layers
    • Set Stream Pulling Rules for IPC Sources Only
    • Add Layers
    • Delete Layers
    • Read Layer List
    • Read Layer Details
    • Set Layer Basic Information
    • Read Layer Z-order
    • Set Layer Information
    • Clear Layers
    • Set Layer Z-order
    • Lock Layers
    • Change Layer Source Information
    • Freeze Layers
    • Open Layer Layouts
  • Presets
    • Create Presets
    • Delete Presets
    • Set Basic Information of Specified Presets
    • Load Presets
    • Read Detailed Information of Specified Presets
    • Clear Presets
    • Get Preset Group List
    • Create Preset Groups
    • Delete Preset Groups
    • Get Preset Group Enumeration
    • Play Preset Playlist
    • Read All Presets
    • Read Preset Playlist
    • Read Current Played Preset
    • Edit Preset Groups
    • Overwrite Presets
  • BKG
    • Create BKG
    • Delete BKG
    • Get BKG Detailed Information
    • Comprehensive Query
  • IPC
    • IPC Source List
    • Read Specified Data in IPC Source List
    • IP Camera List
    • Obtain IPC Source Channel List
    • Obtain Details of IPC Source Channel List
    • Details of IPC Mosaic Source Channel Data
    • Add IPC Sources
    • Delete IPC Sources
    • Rename IPC Sources
    • Change IPC Source Channels
    • Add IPC Source Channels
    • Delete IPC Source Channels
    • IPC Source Slot List
    • IPC Sources and Channels
    • Check IPC Source Names
    • IPC Source Group List
    • Create IPC Source Groups
    • Delete IPC Source Groups
    • Change IPC Groups
    • Delete IPC Source Group Nodes
    • IPC Mosaic Source List
    • Create IPC Mosaic Source Templates
    • Update IPC Mosaic Source Templates
    • Delete IPC Mosaic Source Templates
    • Apply IPC Mosaic Source Templates
    • Rename IPC Mosaic Sources
  1. Inputs

Read Signal Source Playlists

POST
/open/api//input/readSourceList
Returned Data Field Description
pullEnable: 1: Enable, 0: Disable
zorder: Sorting
isUsed: 1: Use, 2: Not use
sourceId: Source ID in the signal source playback group
sourceName: Name
sourceType: Source type
"subList": 
   {
    "connectCapacity": Connection capacity
    "decodeCapacity": Decoding rules
     "ip": Source IP
      "isOnline": Online or not (1: Yes, 0: No)
     "sourceId": Source ID,
     "sourceName": Source name,
     "sourceType": Source name
     "time": Playback duration,
     "usedType": Used type
     "zorder": Source sorting
   }
"useList": [
{
 "layerId": Used layer ID
 "screenId": Used screen ID
}

Request

Body Params application/json

Example
{
    "body": {
        "deviceId": 0
    },
    "sign": "MTZjYTZjODRhOTUyNGI4ZWZiYjFlYzI5MjcyZmYwNTk=",
    "pId": "ZTM0",
    "timeStamp": "202103301856421"
}

Request Code 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 --request POST '/open/api//input/readSourceList' \
--header 'Content-Type: application/json' \
--data-raw '{
    "body": {
        "deviceId": 0
    },
    "sign": "MTZjYTZjODRhOTUyNGI4ZWZiYjFlYzI5MjcyZmYwNTk=",
    "pId": "ZTM0",
    "timeStamp": "202103301856421"
}'

Responses

🟢200Successful
application/json
Body

Example
{
    "data": {
        "deviceId": 0,
        "sources": [
            {
                "ctrl": {
                    "pullEnable": 1,
                    "zorder": 1
                },
                "deviceId": 0,
                "isUsed": 1,
                "sourceId": 0,
                "sourceName": "TestName1",
"sourceType": 6,
                "subList": [
                    {
                        "connectCapacity": 0,
                        "decodeCapacity": 4,
                        "ip": "10.241.10.84",
                        "isOnline": 1,
                        "sourceId": 7,
                        "sourceName": "ONVIF_5_channel_01",
                        "sourceType": 3,
                        "time": 5,
                        "usedType": 255,
                        "zorder":0},
                    {
                        "connectCapacity": 0,
                        "decodeCapacity": 4,
                        "ip": "10.241.10.85",
                        "isOnline": 1,
                        "sourceId": 8,
                        "sourceName": "ONVIF_4_channel_01",
                        "sourceType": 3,
                        "time": 5,
                        "usedType": 255,
                        "zorder": 1
                    }
                ]
Modified at 2025-10-23 10:14:45
Previous
Create Signal Source Playlists
Next
Edit Signal Source Playlist Information
Built with