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
)
[required] The unique identifier of the Cases domain.
The list of field identifiers to be returned as part of the response.
A list of filter objects.
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.
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.
A word or phrase used to perform a quick search.
A list of sorts where each sort specifies a field and their sort order to be applied to the results.