NovaCloud-en-uat
  1. Play Logs
NovaCloud-en-uat
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Players
      • Player Management
        • Obtaining Player List
      • 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
          POST
        • Batch Searching for Play Log Details
          POST
        • Searching for the Play Log Detail of a Single Player
          GET
        • Searching for the Play Log Overview of a Single Player
          GET
      • Obtaining Control Command Execution Logs
        GET
    • 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. Play Logs

Searching for the Play Log Overview of a Single Player

开发中
GET
/v2/logs/play-logs/single-summary
1.
This interface is used for batch obtaining the play log overview of a single player.
2.
An organization user have only one play log search task running at a time and must await the completion of the previous task before submitting a new one.
3.
The logs will be stored in our cloud space in the form of an Excel file and will be sent to the customer as a link. Please download and use it as needed.
4.
The Excel file can be retained in our cloud space for 7 days, and the file will be automatically deleted after 7 days. Please complete the download and transfer within 7 days.
5.
Advanced 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/logs/play-logs/single-summary?playerId&noticeUrl&startDate&endDate' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;'

返回响应

🟢200Success
application/json
Body

示例
{
    "taskId": "5"
}
🟢200Call-back Parameters for Notifying Users of Play Log Information
修改于 2024-07-04 08:21:56
上一页
Searching for the Play Log Detail of a Single Player
下一页
Obtaining Control Command Execution Logs
Built with