Flights
Show flight details
get/measurement/flights/{id}
Path parameters
idstring required
Example:0123456789abcdef
Response
OK
Example response
{
"measurementFlight": {
"id": 123,
"startDate": "2024-03-01",
"endDate": "2024-03-31",
"expectedImpressions": 100,
"cpm": 10,
"uid": "qtr-1-flight-1",
"ad": {
"id": "0123456789abcdef",
"name": "The Pod Show - Mid-Roll",
"uid": "ad-123-456"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.