Retrieve all shot asset instances linked to asset.

GET /data/assets/{asset_id}/shot-asset-instances

Path parameters

Responses

  • 200

    All shot asset instances linked to asset

GET /data/assets/{asset_id}/shot-asset-instances
curl \
 -X GET http://localhost:8080/api/data/assets/{asset_id}/shot-asset-instances \
 -H "Authorization: $API_KEY"