-
-
Notifications
You must be signed in to change notification settings - Fork 5
Add route for fetching a response by ID #19
Copy link
Copy link
Closed
Labels
P1High priority tasks.High priority tasks.area: adminCode relating to admin functionality like creating and reading form responses.Code relating to admin functionality like creating and reading form responses.area: form submissionCode relating to the response submission to forms backend.Code relating to the response submission to forms backend.area: routeCode that will create a new route on the web application.Code that will create a new route on the web application.
Metadata
Metadata
Assignees
Labels
P1High priority tasks.High priority tasks.area: adminCode relating to admin functionality like creating and reading form responses.Code relating to admin functionality like creating and reading form responses.area: form submissionCode relating to the response submission to forms backend.Code relating to the response submission to forms backend.area: routeCode that will create a new route on the web application.Code that will create a new route on the web application.
Type
Fields
Give feedbackNo fields configured for issues without a type.
We should add an admin route for forms admins to fetch a response by the ID, that way we can link to it from Discord.
The route should take the ID as a URL parameter and essentially return the entire
FormResponseobject.