Searches metadata and the content of folders, documents, document versions, and comments.
See https://www.paws-r-sdk.com/docs/workdocs_search_resources/ for full documentation.
workdocs_search_resources(
AuthenticationToken = NULL,
QueryText = NULL,
QueryScopes = NULL,
OrganizationId = NULL,
AdditionalResponseFields = NULL,
Filters = NULL,
OrderBy = NULL,
Limit = NULL,
Marker = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
The String to search for. Searches across different text fields based on request parameters. Use double quotes around the query string for exact phrase matches.
Filter based on the text field type. A Folder has only a name and no content. A Comment has only content and no name. A Document or Document Version has a name and content
Filters based on the resource owner OrgId. This is a mandatory parameter when using Admin SigV4 credentials.
A list of attributes to include in the response. Used to request fields that are not normally returned in a standard response.
Filters results based on entity metadata.
Order by results in one or more categories.
Max results count per page.
The marker for the next set of results.