List writers
Writers
List writers
GET /writer/writers
GET
List writers
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /writer/writers Description: Server-side searchable, filterable, paginated writer listing (H-02).search (alias q) does an ILIKE match across firstName,
lastName, and ipiNameNumber. Each writer includes its linked
userData (TenantUser) when tenantUserId is set. Ordered by
lastName, firstName ascending.
Supports the generic ?export=csv query param (exportMiddleware)
to stream the result set as a CSV attachment instead of JSON.
Authorization:
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
1-indexed page number. Defaults to 1.
Page size. Defaults to 20, capped at 100.
ILIKE search across firstName / lastName / ipiNameNumber. Alias q also accepted.
Alias for search.
Exact-match facet filter.
Exact-match facet filter.
When set to csv, streams a CSV attachment instead of the JSON envelope.
Available options:
csv