Retrieve all previews related to a given entity.

GET /data/playlists/entities/{entity_id}/preview-files

It sends them as a dict. Keys are related task type ids and values are arrays of preview for this task type.

Path parameters

Responses

  • 200

    All previews related to given entity

GET /data/playlists/entities/{entity_id}/preview-files
curl \
 -X GET http://localhost:8080/api/data/playlists/entities/{entity_id}/preview-files \
 -H "Authorization: $API_KEY"