POST /forum/{forumId}/search
Performs a full text search in the forum defined by the given id.
Target users: anyone who has READ permission on the project of the forum.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/forum/{forumId}/search
Resource URL Variables
| {forumId} | The ID of the forum where the search is performed |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | POST |
| Request Object | DiscussionSearchRequest (application/json) |
| Response Object | DiscussionSearchResponse (application/json) |