You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to create an endpoint that will get a user’s unread notifications. This endpoint should be under the route ‘users/:userid/notifications/get” that does not take in a payload and returns the unread notifications of a user
Acceptance Criteria
a new endpoint is created in the organizations router under the route ‘users/:userid/notifcations/get that returns a user’s unread notifications
unit tests and postman screenshot
Proposed Solution
Take a look at some of the other get endpoints we have on Finishline and use it as a reference for this endpoint.
Mocks
No response
The text was updated successfully, but these errors were encountered:
Description
We need to create an endpoint that will get a user’s unread notifications. This endpoint should be under the route ‘users/:userid/notifications/get” that does not take in a payload and returns the unread notifications of a user
Acceptance Criteria
Proposed Solution
Take a look at some of the other get endpoints we have on Finishline and use it as a reference for this endpoint.
Mocks
No response
The text was updated successfully, but these errors were encountered: