Get Case Event Configuration
connectcases_get_case_event_configuration | R Documentation |
Returns the case event publishing configuration¶
Description¶
Returns the case event publishing configuration.
Usage¶
Arguments¶
domainId
[required] The unique identifier of the Cases domain.
Value¶
A list with the following syntax:
list(
eventBridge = list(
enabled = TRUE|FALSE,
includedData = list(
caseData = list(
fields = list(
list(
id = "string"
)
)
),
relatedItemData = list(
includeContent = TRUE|FALSE
)
)
)
)