get
https://sandbox-api.viantinc.com/{basePath}/campaignflightcaps/byCampaign/
Orders belonging to Campaigns with campaign-level flighting don't have their own flights, but they can be assigned caps associated with each of the Campaign Flights
Example
Request
curl -u <user>:<password> https://sandbox-api.viant.com/v1/campaignflightcaps/byCampaign/307908
Response
{
"messages": [],
"entity": [
{
"id": 245,
"orderId": 1578710,
"flightId": 10146,
"maxBudget": 12.0,
"dailyBudget": null,
"lifetimeImpressions": null,
"dailyImpressions": null
}
]
}