GET
/
asset
/
{assetId}
/
works
Get works for a recording
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/asset/{assetId}/works \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

assetId
string<uuid>
required

Asset ID of the recording

Response

200
application/json

Works retrieved successfully

The response is of type object.