NovaCloud-en-uat
  1. Player Management
NovaCloud-en-uat
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Players
      • Player Management
        • Obtaining Player List
          GET
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
      • Real-Time Control
        • NTP Time Synchronization
        • Synchronous Playback
        • Brightness Adjustment
        • Screenshots
        • Volume Adjustment
        • Video Source Switching
        • Screen Status
        • Restart Players
        • Screen Power
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • 超规格开关
      • 节目超规格检测
      • Common Solutions
    • Logs
      • Play Logs
        • Batch Searching for Play Log Overviews
        • Batch Searching for Play Log Details
        • Searching for the Play Log Detail of a Single Player
        • Searching for the Play Log Overview of a Single Player
      • Obtaining Control Command Execution Logs
    • Notifications
      • Video Source Change Notifications
      • Solution Change Notifications
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Input Source
        • Monitor Infomation
      • Master Controller
        • Basic Information
        • Alarm Information
        • Controller Operation Monitoring Information
      • Screen
        • Monitoring Information
      • Receiving Card
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Smart Module
        • Monitor Infomation
        • Alarm Infomation
      • module
        • Monitor Infomation
  • Common
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining VNNOX System Access URL
  • 亮度历史
    POST
  1. Player Management

Obtaining Player List

GET
/v2/player/list
提示
1.
This interface is used for obtaining the player list information.
2.
Sub-accounts can only manage data within their specific workgroup and its sub-workgroups.
3.
Basic interface.

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-uat.vnnox.com/v2/player/list?count=20&start=0&name' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'

返回响应

🟢200OK
application/json
Body

示例
{
    "pageInfo": {
        "start": 0,
        "count": 20
    },
    "total": 7,
    "rows": [
        {
            "playerId": "7fd6783109670b52103c5bab659701d5",
            "playerType": 2,
            "name": "Taurus-50000983-2",
            "sn": "BZSA07313J0350000983",
            "version": "V2.2.0.0101",
            "ip": "10.10.11.104",
            "lastOnlineTime": "2020-09-09 15:25:32"
                "onlineStatus": 1
        },
        {
            "playerId": "1b6744469c9aa912704ea0f6199dc060",
            "playerType": 2,
            "name": "Taurus-50000983",
            "sn": "BZSA07313J0350000984",
            "version": "V2.2.0.0102",
            "ip": "10.10.11.104",
            "lastOnlineTime": "2020-09-05 15:25:32"
                "onlineStatus": 0
        }
    ]
}
修改于 2024-07-24 09:08:46
上一页
Common HTTP Status Codes
下一页
Obtaining Basic Player Information
Built with