Retrieve data versions of given shot.

GET /data/shots/{shot_id}/versions

Path parameters

Responses

  • 204

    Data versions of given shot

GET /data/shots/{shot_id}/versions
curl \
 -X GET http://localhost:8080/api/data/shots/{shot_id}/versions \
 -H "Authorization: $API_KEY"