This interface is used for batch obtaining the play log overviews 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 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
Body Params application/json
playerIds
array[string]
required
A collection of player IDs to be handled. At most 100 player can be handled simultaneously.
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.)
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.