Get Forecast scenarios
GET
https://apigw.seomonitor.com/v3/forecast/v3.0/scenariosThis endpoint returns a list of Scenarios created in a specified campaign, including the Objective if one is set, and their details.
Request
(Required) This parameter specifies the ID of the campaign for which you want to return data.
Please refer to the Quick Start Guide to learn how to retrieve the IDs of your campaigns.
Request samples
Responses
The ID of the Forecast scenario for which the data is returned.
The name assigned to the scenario in the platform.
Whether the Forecast scenario is set as the current Objective of the campaign.
The date when the scenario was created, in YYYY-MM-DD format.
The first and last name of the user who created the scenario.
The date when the last changes were made to the SEO goal and configuration of the scenario.
The monthly budget allocated to the scenario, in the campaign currency.
{
"forecast_id": 2282,
"name": "Furniture forecast",
"objective": false,
"created_date": "2023-08-01",
"created_by": "Andrea Jones",
"update_date": "2023-08-27",
"monthly_budget": "5600"
}