Private
clientOptional
callback: undefinedWill be removed in the next major version. Use searchByCQL
instead.
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.
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: undefinedWill be removed in the next major version. Use searchUser
instead.
Optional
callback: undefinedWill be removed in the next major version. Use searchUser
instead.
Generated using TypeDoc v0.25.12
Deprecated
Will be removed in the next major version. Use
searchByCQL
instead.