artistGroupSources Query
Fetch all sources for all artists in an artist group.
This query:
- Takes an artistGroupKey to identify the artist group
- Finds all artists in that group via the ArtistToArtistGroup join table
- Fetches all performances for those artists
- Returns all sources for those performances
Optional filters:
- year: Filter sources to only those from performances in a specific year
Sources are ordered by performance date, then by source ID.
Arguments
#
Response
#
Returns Connection_Source .
Example
#
Previous
artistGroup
Next
artistGroups
