Searches metadata and the content of folders, documents, document versions, and comments
Source:R/workdocs_operations.R
workdocs_search_resources.RdSearches 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.
Usage
workdocs_search_resources(
AuthenticationToken = NULL,
QueryText = NULL,
QueryScopes = NULL,
OrganizationId = NULL,
AdditionalResponseFields = NULL,
Filters = NULL,
OrderBy = NULL,
Limit = NULL,
Marker = NULL
)Arguments
- AuthenticationToken
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- QueryText
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.
- QueryScopes
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
- OrganizationId
Filters based on the resource owner OrgId. This is a mandatory parameter when using Admin SigV4 credentials.
- AdditionalResponseFields
A list of attributes to include in the response. Used to request fields that are not normally returned in a standard response.
- Filters
Filters results based on entity metadata.
- OrderBy
Order by results in one or more categories.
- Limit
Max results count per page.
- Marker
The marker for the next set of results.