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

Description

GET /work//registrations Description: Returns a work’s own registrations (newest statusDate first) alongside a trimmed work summary. 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 registrations retrieved

work
object
registrations
object[]