NovaCloud-EN
  1. Play Logs
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
        • 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
          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
      • 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
        • 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
  1. Play Logs

Searching for the Play Log Overview of a Single Player

US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
GET
/v2/logs/play-logs/single-summary
TIP
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 logs within the past 3 months can be found, containing the logs of the start date, The logs within the past 30 consecutive days at most can be found. The logs only before the end date can be found.
5.
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.
6.
Advanced interface.

Request

Query Params
playerId
string 
required
Player ID to be handled.
noticeUrl
string 
required
After the log is processed successfully, the system will call back this address and send it to the customer in the form of [POST-JSON]. The response time of the interface cannot exceed 3s. The interface of the customer must return the "ok" string, otherwise the system will retry.
startDate
string 
required
Start date, in a format such as 2020-05-06 (The logs within the past 3 months can be found, containing the logs of the start date.)
endDate
string 
required
End date, in a format such as 2020-05-12 (The logs within the past 30 consecutive days at most can be found. The logs only before the end date can be found.)

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 --request GET 'https://open-us.vnnox.com/v2/logs/play-logs/single-summary?playerId&noticeUrl&startDate&endDate'

Responses

🟢200成功
application/json
Body
taskId
string 
required
No. of the current search task
Example
{
    "taskId": "5"
}
🟢200Call-back Parameters for Notifying Users of Play Log Information
Previous
Searching for the Play Log Detail of a Single Player
Next
Obtaining Control Command Execution Logs
Built with