AviatoAviato
DeveloperAPI ReferencePlaybackStateItemid

/api/playback/state/{itemId}

GET
/api/playback/state/{itemId}

Path Parameters

itemId*string

Item ID

Response Body

application/json

application/json

curl -X GET "https://example.com/api/playback/state/string"
{
  "state": {
    "id": "string",
    "userId": "string",
    "itemId": "string",
    "position": 0,
    "duration": 0,
    "completed": true,
    "activeSessionId": "string",
    "lastSource": "tracked",
    "updatedAt": "string"
  }
}
{
  "error": "string"
}