DeveloperAPI ReferencePlaybackHistory
/api/playback/history
Query Parameters
limit?integer
Max items to return
Range
0 < valueoffset?|
Number of items to skip
Range
0 <= valueResponse Body
application/json
curl -X GET "https://example.com/api/playback/history"{
"items": [
{
"id": "string",
"userId": "string",
"itemId": "string",
"position": 0,
"duration": 0,
"completed": true,
"activeSessionId": "string",
"lastSource": "tracked",
"updatedAt": "string"
}
],
"total": 0,
"limit": 0,
"offset": 0
}