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.
connectcases_search_related_items(
caseId,
domainId,
filters = NULL,
maxResults = NULL,
nextToken = NULL
)
[required] A unique identifier of the case.
[required] The unique identifier of the Cases domain.
The list of types of related items and their parameters to use for filtering.
The maximum number of results to return per page.
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.