Resource to retrieve the casting of assets from given asset type.

GET /data/projects/{project_id}/asset-types/{asset_type_id}/casting

Path parameters

Responses

  • 200

    Casting of assets from given asset type

GET /data/projects/{project_id}/asset-types/{asset_type_id}/casting
curl \
 -X GET http://localhost:8080/api/data/projects/{project_id}/asset-types/{asset_type_id}/casting \
 -H "Authorization: $API_KEY"