List work-writer relationships
Works
List work-writer relationships
GET /work/work-writers
GET
List work-writer relationships
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /work/work-writers Description: ListsCWRWorkWriter rows, tenant-scoped through the joined work.
Optional workId/writerId filters (validated as UUIDs). With
NEITHER page nor size supplied, returns the historical BARE
ARRAY of the full tenant set; supplying either switches to the
{ WorkWriters, totalItems, totalPages, currentPage, filteredItems }
envelope.
Authorization:
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"