Retrieve works associated with a specific 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": {}
}
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Asset ID of the recording
Works retrieved successfully
The response is of type object
.
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": {}
}