Resource to retrieve the casting of a given asset.

GET /data/assets/{asset_id}/casting

Path parameters

Responses

  • 200

    Casting of given asset

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