curl --location -g --request GET 'https://advertising-api.amazon.com/sb/campaigns/{{campaignId}}/budgetRules' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/json'
{
"associatedRules": [
{
"createdDate": 1676949721783,
"lastUpdatedDate": 1676949721783,
"ruleDetails": {
"budgetIncreaseBy": {
"type": "PERCENT",
"value": 35
},
"duration": {
"dateRangeTypeRuleDuration": {
"endDate": "20230430",
"startDate": "20230301"
},
"eventTypeRuleDuration": null
},
"name": "Spring 35%",
"performanceMeasureCondition": null,
"recurrence": {
"daysOfWeek": [
"MONDAY",
"WEDNESDAY"
],
"intraDaySchedule": null,
"type": "WEEKLY"
},
"ruleType": "SCHEDULE"
},
"ruleId": "7788e003-ff0b-4005-bcfb-b68936103a9d",
"ruleState": "ACTIVE",
"ruleStatus": "PENDING_START",
"ruleStatusDetails": {
"reasonCode": null,
"status": "PENDING_START"
}
}
]
}