Skip to main content
GET
Get registration history for a specific work
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /cwr/works//registration Description: Returns the work (id, title, iswc, submitterWorkNumber) plus all of its WorkRegistration rows, newest statusDate first. Authorization:
  • Required role: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

workId
string<uuid>
required

Response

Work and its registration history

work
object
registrations
object[]