connectcases_get_case: Returns information about a specific case if it exists

View source: R/connectcases_operations.R

connectcases_get_caseR Documentation

Returns information about a specific case if it exists

Description

Returns information about a specific case if it exists.

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

Usage

connectcases_get_case(caseId, domainId, fields, nextToken = NULL)

Arguments

caseId

[required] A unique identifier of the case.

domainId

[required] The unique identifier of the Cases domain.

fields

[required] A list of unique field identifiers.

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.