Grow Notification Metrics REST Endpoints

Campaign Details/Campaign Channel Details/Grow Notification Metrics
The notificationMetrics resource provides details on how to retrieve the metrics associated with one or more notification email cycles.
Create a notification's metric
Method: post
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/notificationMetrics
Delete a notification's metric
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/notificationMetrics/{NotificationId}
Get a notification's metrics
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/notificationMetrics/{NotificationId}
Get all notifications' metrics
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/notificationMetrics
Update a notification's metric
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/notificationMetrics/{NotificationId}