Overview

Sections

Theme switcher

Get User Votes

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.

Query Parameters

userIdinteger Required

The user whose votes to retrieve.

voteTypestring Required

Which kind of vote to return. One of Any, Track, or Artist.

Enum values:
AnyTrackArtist
typestring Required

Like or Dislike

Path Parameters

idinteger Required

The ID of the station.

Response

200
Object

OK

Response Attributes

LikedTrackIdinteger

The ID of this like/dislike record.

TrackIdinteger

The track's unique ID.

Typestring

The vote direction — Liked or Disliked.

Enum values:
DislikedLiked
readOnly
DateUpdatedstring

When the vote was last updated. UTC, formatted yyyy-MM-dd HH:mm:ssZ.

Trackobject

The track's full metadata.

Show child attributes

Artistsarray

The track's artists, each with an ArtistId and Name.

Show child attributes

400
Object

Bad Request

401
Object

Unauthorized

403
Object

Forbidden

404
Object

No matching voted tracks were found.

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?