connectcases_search_cases: Searches for cases within their associated Cases domain

View source: R/connectcases_operations.R

connectcases_search_casesR Documentation

Searches for cases within their associated Cases domain

Description

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.

Usage

connectcases_search_cases(
  domainId,
  fields = NULL,
  filter = NULL,
  maxResults = NULL,
  nextToken = NULL,
  searchTerm = NULL,
  sorts = NULL
)

Arguments

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.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.