Retrieve all previews related to a given entity.
It sends them as a dict. Keys are related task type ids and values are arrays of preview for this task type.
Path parameters
-
entity_id
Required
GET
/data/playlists/entities/{entity_id}/preview-files
curl \
--request GET 'http://api.example.com/data/playlists/entities/{entity_id}/preview-files' \
--header "Authorization: $API_KEY"