View source: R/connectcases_operations.R
connectcases_search_cases | R Documentation |
Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.
See https://www.paws-r-sdk.com/docs/connectcases_search_cases/ for full documentation.
connectcases_search_cases(
domainId,
fields = NULL,
filter = NULL,
maxResults = NULL,
nextToken = NULL,
searchTerm = NULL,
sorts = NULL
)
domainId |
[required] The unique identifier of the Cases domain. |
fields |
The list of field identifiers to be returned as part of the response. |
filter |
A list of filter objects. |
maxResults |
The maximum number of cases to return. The current maximum supported value is 25. This is also the default value when no other value is provided. |
nextToken |
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. |
searchTerm |
A word or phrase used to perform a quick search. |
sorts |
A list of sorts where each sort specifies a field and their sort order to be applied to the results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.