Retrieve all asset shots for given shot.

GET /data/shots/{shot_id}/asset-types

Path parameters

Responses

  • 200

    All asset shots for given shot

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