Searches for content using the Confluence Query Language (CQL)
When additional results are available, returns next
and prev
URLs to retrieve them in subsequent calls. The
URLs each contain a cursor that points to the appropriate set of results. Use limit
to specify the number of
results returned in each call.
Permissions required: Permission to view the entities. Note, only entities that the user has permission to view will be returned.
Optional
callback: undefinedSearches for users using user-specific queries from the Confluence Query Language (CQL).
Note that some user fields may be set to null depending on the user's privacy settings. These are: email, profilePicture, displayName, and timeZone.
Searches for users using user-specific queries from the Confluence Query Language (CQL).
Note that some user fields may be set to null depending on the user's privacy settings. These are: email, profilePicture, displayName, and timeZone.
Optional
callback: undefined
Searches for content using the Confluence Query Language (CQL)
When additional results are available, returns
next
andprev
URLs to retrieve them in subsequent calls. The URLs each contain a cursor that points to the appropriate set of results. Uselimit
to specify the number of results returned in each call.Permissions required: Permission to view the entities. Note, only entities that the user has permission to view will be returned.