List all registrations
Works
List all registrations
GET /work/registrations
GET
List all registrations
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
GET /work/registrations Description: ListsWorkRegistration rows across the tenant’s works. Filters:
workId, societyCode, status (exact registrationStatus), and
an inclusive statusDateFrom/statusDateTo ISO-date range (H-04).
Returns an in-memory summary (count per registrationStatus)
computed from the same filtered rows.
Authorization:
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Available options:
pending, submitted, registered, rejected, conflict, cancelled Inclusive; date-only values expand to 00:00:00.000Z
Inclusive; date-only values expand to 23:59:59.999Z