v1
latestOpenAPI 3.1.02026-07-24474114.4 KBGet all Playback Reports
Gets device playback reports
get/logs/devicereport
Query parameters
device_idstring
Return Playback Reports for the specified device.id
playlist_idstring
Return Playback Reports for the specified Playlist.id
eventstring
Return Playback Reports for the specified Event
pageinteger
Return the paginated page of the device reports
Response
200
Example response
[
{
"account_id": "5dba92731b5d034f7d8dcasas",
"created_at": 1639474502.038,
"data": {
"page": {
"description": "Twitter",
"id": "60dd6e7c966f63dd6399d0d3",
"playlist_id": "5df258d71b5d0360d8491ed4"
}
},
"device_id": "61b86372aa4a7e2464c32924",
"device_name": "Device-g53bg6",
"event": "played",
"id": "61b86546704aee80f62e011b"
}
]