Confluence Questions REST ResourcesPUBLIC SINCE 2.3

by Atlassian for Confluence Server 5.3+

SearchResource

The following resources are applicable:

/search

Mount Point: /rest/questions/1.0/search

GET

Search questions with a provided query

Parameters

name description type default
type the target type (currently, only "question" is supported) query
query the query string query
spaceKey the space key query
highlightMatches indicates if matches should be highlighted query
start the start offset query 0
limit the search limit (for pagination purpose) query 10

Response Body

element: (custom)
media types: application/json

a JSON map that contains the search result (which is a JSON array of com.atlassian.confluence.plugins.questions.api.dto.QuestionDTO or 400 BAD REQUEST if the type does not equal to "question"