/
CA
cardinalapps
/
Cardinal Media Server API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18m ago · Updated 2w ago
Details
Filter operations
Authentication
3
CORS Origins
3
Dev
11
Events
1
General
9
Indexing
12
Invitations
4
Jobs
6
Libraries
5
Licensing
2
Music
15
get
🛡️ Get a single music track.
get
🛡️ Query music tracks.
get
🛡️ Stream a music track.
get
🛡️ Get a single music release.
get
🛡️ Query music releases.
get
🛡️ Get the cover image of a release.
get
🛡️ Get a single music artist.
get
🛡️ Query music artists.
get
🛡️ Get a single music genre.
get
🛡️ Get the waveform of a music track.
get
🛡️ Query playback history for the currently logged in user.
patch
🛡️ Save playback history.
get
🛡️ Get the artist spotlight for the current user: a personal artist pick with the reason it was picked.
get
🛡️ Get the release spotlight for the current user: a personal release pick with the reason it was picked.
get
🛡️ Get the track spotlight for the current user: a personal track pick with the reason it was picked.
Photo Albums
7
Photos
6
Playback Queues
7
Popularity
1
Ratings
3
Remote Access
5
Role Assignments
3
Settings
2
Thumbnails
1
Users
8
Users (Public)
1
Music
🛡️ Get a single music release.
<h3>🛡️ Requires Capabilities: <code>MusicReleases.Read</code></h3>
get
/api/v1/music/release/{id}
Query parameters
tracks
boolean
genres
boolean
artists
boolean
thumbnails
boolean
Response
MusicRelease
required
tracks
MusicTrack[]
artist
MusicArtist
artists
MusicArtist[]
genres
MusicGenre[]
musicReleaseId
string
required
title
string
sortTitle
string
releaseType
'album'
|
'ep'
|
'single'
|
'compilation'
|
'soundtrack'
|
'live'
|
'remix'
|
'dj-mix'
|
'broadcast'
|
'demo'
metadata
MusicReleaseMetadata[]
thumbnails
MusicReleaseThumbnail[]
id
number
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
deletedAt
string
date-time
required
Changes