Campaigns
Get every opportunity linked to a campaign — its full chain of parent campaigns up to the root, plus its entire sub-campaign subtree — as a flat list of nodes. Each node carries its campaignId and parentCampaignId so you can reconstruct the tree at any depth. self identifies the requested campaign.
get/v4/campaigns/{id}/linked
Path parameters
idstring required
Campaign ID (hash) or composite identifier (distributionChain-campaignId)
Query parameters
testboolean
Include test campaigns
pointboolean
Include point campaigns
campaignsboolean
Include campaign data. Will slow down the request
excludeSubCampaignsboolean
Exclude subcampaigns from the results.
Response
Response for status 200
Changes
No recorded changes to this endpoint across all 1 revision of this API.