Add a service layer function in workspace.service.ts to return a list of workspaces where the workspaceis invited to. Each item should contain the workspace details and the invitation date. The response should also have pagination support.
Add the endpoint in workspace.controller.ts. The path should be GET /api/workspace/invitations. This should be an authenticated path.
Description
Refer #549
Solution
workspace.service.ts
to return a list of workspaces where the workspaceis invited to. Each item should contain the workspace details and the invitation date. The response should also have pagination support.workspace.controller.ts
. The path should beGET /api/workspace/invitations
. This should be an authenticated path.workspace.e2e.spec.ts