Campaigns Goals REST Endpoints

Campaign Details/Campaigns Goals
The goals resource provides details on how to create and update the goals of a campaign.
Create a campaign goal
Method: post
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/goals
Delete a campaign goal
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/goals/{GoalId}
Get a campaign goal
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/goals/{GoalId}
Get all campaign goals
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/goals
Update a campaign goal
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/goals/{GoalId}