connectcases_search_related_items: Searches for related items that are associated with a case

View source: R/connectcases_operations.R

connectcases_search_related_itemsR Documentation

Description

Searches for related items that are associated with a case.

See https://www.paws-r-sdk.com/docs/connectcases_search_related_items/ for full documentation.

Usage

connectcases_search_related_items(
  caseId,
  domainId,
  filters = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

caseId

[required] A unique identifier of the case.

domainId

[required] The unique identifier of the Cases domain.

filters

The list of types of related items and their parameters to use for filtering.

maxResults

The maximum number of results to return per page.

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.


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