Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The results will be in JSON and will contain a results object that contains an array of page objects. It will also contain a _links object that you can use, along with the start, limit, and size properties to determine if you got all results at once or if you need to do another search using the “next” link in _links to get the next page (see Pagination in the REST API).

In some cases you can indirectly perform a CQL search by using certain search terms in the Confluence search tool on your site. For example, to find pages with “multiexcerpt-include” macros on them, use the search term

Code Block
macro = multiexcerpt\-include

...