Skip to main content
GET
List work registration statuses for the tenant
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /cwr/works/registration-status Description: Lists WorkRegistration rows for the tenant, newest statusDate first, with a status-count summary. Optionally filter by status and/or societyCode. 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}"

Query Parameters

status
enum<string>
Available options:
pending,
submitted,
registered,
rejected,
conflict,
cancelled
societyCode
string
Example:

"BMI"

Response

Registrations retrieved

registrations
object[]
summary
object