Communication Event Mappings REST Endpoints

Communication Template Setups/Communication Event Mappings
The list of events mapped to a communication. For example, Proxy Added event is mapped with a communication.
Create a communication event mapping
Method: post
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings
Delete a communication event mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}
Get a single communication event mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}
Get all communication and event mappings.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings
Get all communication and event mappings.
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/communicationTemplateSetups/{CommTemplateSetupId}/child/commEventMappings/{CommEventId}