Retrieve Calculated Fields (Marketing Campaigns)
POST {{base_url}}/campaign/:CampaignID/calculatedFields
Use this endpoint to retrieve all calculated fields associated with a marketing campaign (such as Actual Revenue, Potential Revenue, and Actual Cost) in the Marketing Campaigns hub.
Request Body
{"WBS1"=>"2006BBR0.001"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization | string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
{"ActualRevenue":"0","PotentialRevenue":"0","ActualCost":"850.3200"}