Skip to main content

List the assets attached to an entity

GET 

/api/v1/musiccompanion/entities/:id/assets

Every matching attached asset with its kind (AUDIO, ARTWORK, VIDEO) and status, ordered by ascending position. Lower positions have higher priority, and position 0 is normally primary. Filtering by kind reduces the result to that attachment kind; an entity without a match returns an empty data array. The product UI may apply additional eligibility and tie-breaking rules when choosing one asset, including requiring an ONLINE storage location. Use the asset id with GET /api/v1/musiccompanion/assets/{id}/download.

Request

Responses

The attached assets, in display order.