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

Batch Searching for Play Log Details

US
https://open-us.vnnox.com
US
https://open-us.vnnox.com
POST
/v2/logs/play-logs/batch-detail
TIP
1.
This interface is used for batch obtaining the play log details of players.
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 7 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

Body Params application/json

Example
{
  "playerIds": [
    "df6c02352e4fd3cd5bc664fcdaef29c9"
  ],
  "startDate": "2024-06-01",
  "endDate": "2024-06-19",
  "noticeUrl": "http://sit-api.vnnox.com/test/noticeScreenShotUrl"
}

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 POST 'https://open-us.vnnox.com/v2/logs/play-logs/batch-detail' \
--header 'Content-Type: application/json' \
--data-raw '{
  "playerIds": [
    "df6c02352e4fd3cd5bc664fcdaef29c9"
  ],
  "startDate": "2024-06-01",
  "endDate": "2024-06-19",
  "noticeUrl": "http://sit-api.vnnox.com/test/noticeScreenShotUrl"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "taskId": "5"
}
🟢200Call-back Parameters for Notifying Users of Play Log Information
Modified at 2024-08-07 01:35:37
Previous
Batch Searching for Play Log Overviews
Next
Searching for the Play Log Detail of a Single Player
Built with