AviatoAviato
DeveloperAPI ReferencePlaybackHistory

/api/playback/history

GET
/api/playback/history

Query Parameters

limit?integer

Max items to return

Range0 < value
offset?|

Number of items to skip

Range0 <= value

Response 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
}