Campaign Categories REST Endpoints
Campaign Details/Campaign Categories
The categories resource creates and retrieves the category associated with a campaign.
- Create a category associated with a campaign
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/categories
- Delete a category associated with a campaign
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/categories/{CampCategoryId}
- Get a category associated with a campaign
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/categories/{CampCategoryId}
- Get all categories associated with a campaign
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/categories