-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: Add endpoint to fetch all workspace invitations for a user #404
Comments
Hello @rajdip-b |
Sure! |
@sankettank66 any progress? |
@sankettank66 Are you still working on this, or should I take it on? |
@rashmod Feel free to take this up. |
/attempt |
Assigned the issue to @bansal-harsh-2504! |
@rajdip-b Do I need to create a prisma model for workspaceInvitation ? |
No, you will be just using the existing tables. |
/attempt |
Assigned the issue to @nilaygit-10721! |
Unassigning due to inactivity |
@muntaxir4 i think we can safely close this one since we are tracking it in #550 |
Description
We would like to add an endpoint to fetch all the active workspace invitations that the user has.
Solution
/api/workspace/invitations
underworkspace.controller.ts
getAllWorkspaceInvitations
inworkspace.service.ts
that implements the logic. The response should be paginatedworkspace.e2e.spec.ts
The text was updated successfully, but these errors were encountered: