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
Is your feature request related to a problem? Please describe.
As a member of the staff, in order to revert the queries, I should be able to view the query rooms.
Describe the solution you'd like
Create an api: [get] /api/query/org/(org-id)/rooms/
It will return an array of query room objects which contains
query_room.id
query_room.for_user.name
Only staff with CAN_REPLY_TO_QUERIES permission should be able to access this.
Make swagger docs for the same
Add tests for the same
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a member of the staff, in order to revert the queries, I should be able to view the query rooms.
Describe the solution you'd like
[get] /api/query/org/(org-id)/rooms/
The text was updated successfully, but these errors were encountered: