Retrieve all previews related to a given edit.

GET /data/edits/{edit_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 edit

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