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¬iceUrl&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