Overview

Sections

Theme switcher

Vote

Header Parameters

Authorizationstring Required

Bearer access token. Its scopes authorize the request and identify the user.

StoreIdstring Required

API Key provided by Tuned Global for accessing the service.

Path Parameters

idinteger Required

The ID of the station being voted on.

Body Parameters

Idinteger

Id of the object being voted on (track id, artist id)

Votestring

The vote action

Enum values:
LikeDislikeDelete
Typestring

Type of object being voted on

Enum values:
TrackArtist
ActionDatestring

When the vote was cast

Response

200
Object

OK

Response Attributes

Voteobject

Detail of an individual vote by a user on a Station

Show child attributes

successboolean

Whether the vote was successfully recorded or not (for error debugging / analysis)

400
Object

The request body contained no votes

401
Object

Unauthorized

403
Object

Forbidden

Was this section helpful?

PUT

/

Select
1

Response

Was this section helpful?