| contentSpaceOrFolderIds |
String |
IDs of managed content spaces (key prefix 0Zu) and folders (key prefix
9Pu) in which to search. In version 57.0, exactly one space is required and
one folder in that space is allowed. |
Required |
57.0 |
| contentTypeFQN |
String |
Fully qualified name of the content type used to restrict the
search. |
Optional |
57.0 |
| page |
Integer |
Number of the page you want returned. Starts at 0. If you
don’t specify a value or if you specify 0, the first page is returned. |
Optional |
57.0 |
| languages |
String[] |
List of up to 10 languages or All to
search for all languages. Specify each language as a language only, such as
en, or as a language and locale, such
as en_US. Search returns only exact
matches and only languages that are supported by the workspace. If
unspecified, the workspace default language is used.
In version 57.0, search returns all languages by default. In version
58.0 and later, use languages=All to
get all the languages.
|
Optional |
58.0 |
| pageSize |
Integer |
Specifies the number of items
per page. Valid values are from 1 through 250. If you don’t specify a value,
the default size is 25. |
Optional |
57.0 |
| queryTerm |
String |
List of up to 50 space separated search terms. The search terms must
contain at least two characters that aren’t wildcards. |
Required |
57.0 |
| scope |
String |
Text search scope for items. Values are:
If unspecified, defaults to All.If you specify a folder ID, you can’t restrict the
search scope.
|
Optional |
57.0 |