NovaCloud-EN
    NovaCloud-EN
    • API Access Guide
    • Common HTTP Status Codes
    • VNNOX
      • Player
        • Player Management
          • Obtain player list
        • Obtaining Player Status
          • Obtaining Basic Player Information
          • Obtaining Player Configuration Status
      • Solutions
        • Emergency Insertion
          • Single-Page Emergency Insertion Solutions
          • Canceling Emergency Insertion Solutions
        • Program widget examples
          • Hand-drawn clock widget
          • Text component
          • RSS component
          • WEATHER - Simple Weather Component
          • ANALOG_WEATHER - Basic Weather Component
          • ANALOG_WEATHER - Basic Weather Component
          • Weather widget
          • Environmental Monitoring widget
        • Common Solutions
        • Offline Export
        • Over-specification Detection Switching
        • Program Over-specification Detection
      • Real-Time Control
        • NTP Time Synchronization
        • Synchronous playback
        • Brightness Adjustment
        • Screenshots
        • Volume Adjustment
        • Video Source Switching
        • Screen Status
        • Restart Players
        • Screen Power
      • Scheduled Control
        • Scheduled Screen Status
        • Scheduled Restart Players
        • Scheduled Volume Adjustment
        • Scheduled Brightness Adjustment
        • Scheduled Video Source Switching
      • 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
        • Receiving Card
          • Topology Information
          • Basic Information
          • Monitoring Information
          • Alarm Information
        • Screen
          • Screen list
          • Screen detail
          • Monitoring Information
        • Master Controller
          • Basic Information
          • Alarm Information
          • Operating Parameters Information
        • Smart Module
          • Monitoring Information
          • Alarm Infomation
        • Input Source
          • Monitor Infomation
        • Module/Cabinet
          • Monitoring Information
        • Monitoring Card
          • Alarm Information
          • Monitoring Information
        • Camera
          • Camera configuration
          • The camera monitors the aggregated information
      • Brightness Log
        • Brightness History
    • Others
      • Third-Party System Authorization
        • Obtaining User List
        • Obtaining Login URL
    • Schemas
      • Scheduled plan item
      • Player Common Solution
      • Hand drawn digital clock
      • Environmental Monitoring item
      • Solution widgets base
      • Text component
      • RSS component
      • WEATHER - Simple Weather Component
      • ANALOG_WEATHER - Basic Weather Component
      • ADVANCED_WEATHER - Advanced Weather Component

    Player Common Solution

    {
        "playerIds": [
            "string"
        ],
        "schedule": {
            "startDate": "string",
            "endDate": "string",
            "plans": [
                {
                    "weekDays": [
                        0
                    ],
                    "startTime": "string",
                    "endTime": "string"
                }
            ]
        },
        "pages": [
            {
                "name": "string",
                "schedules": [
                    {
                        "startDate": "string",
                        "endDate": "string",
                        "plans": [
                            {
                                "weekDays": "string",
                                "startTime": "string",
                                "endTime": "string"
                            }
                        ]
                    }
                ],
                "widgets": [
                    {
                        "zIndex": 0,
                        "name": "string",
                        "type": "string",
                        "md5": "string",
                        "size": 0,
                        "duration": 0,
                        "url": "string",
                        "layout": {
                            "x": "string",
                            "y": "string",
                            "width": "string",
                            "height": "string"
                        },
                        "inAnimation": {
                            "type": "string",
                            "duration": 0
                        }
                    }
                ]
            }
        ],
        "noticeUrl": "string"
    }
    Built with