get https://example.com/app-api/campaign//flight-lineitemid/
Retrieve the Flight LineItem Ids and Strategy Ids
Responses
404Flight has not been found
Retrieve the Flight LineItem Ids and Strategy Ids
404Flight has not been found
xxxxxxxxxx
curl --request GET \
--url https://example.com/app-api/campaign/campaignExternalId/flight-lineitemid/flightExternalId \
--header 'accept: application/json'
xxxxxxxxxx
{
"strategyId": "string",
"adserverId": 0
}