learn-assignments
List Assignments
List all assignments in the admin’s organization with pagination.
Requires admin role. Includes enriched data (user/ship names). Supports search by user name, email, or ship name via ?search= param. Search is handled via SQL subqueries in the repository layer.
GET
List Assignments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by ship (single UUID or comma-separated UUIDs for OR)
Filter by active status
Items per page
Required range:
1 <= x <= 1000Pagination cursor
Search term
Maximum string length:
200Include total count
List Assignments