TIDAL · Arazzo Workflow
TIDAL Album Tracklist Explorer
Version 1.0.0
Read an album, enumerate its items, then resolve the first track and its artist.
Provider
Workflows
album-tracklist
Read an album, its items, and the first track's artist.
Reads an album, follows its items relationship, reads the first item as a track, and follows the track artists relationship.
1
getAlbum
{$sourceDescriptions.catalogApi.url}#/paths/~1albums~1{id}/get
Read the album resource, including its artists and items relationships for context.
2
getAlbumItems
{$sourceDescriptions.catalogApi.url}#/paths/~1albums~1{id}~1relationships~1items/get
Follow the album items relationship to enumerate the track and video resource identifiers on the album.
3
getFirstTrack
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}/get
Read the first album item as a track, including its artists relationship.
4
getTrackArtists
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}~1relationships~1artists/get
Follow the track artists relationship to resolve the performing artist identifiers for the first track.