SOLVED: Where Is My API Response Data?

For the life of me I can’t figure this one out.

My heirarchy: Flight Requests contain Flight Lets which contain Airports (departure + destination airports)

When I GET call the Flight Leg, it contains nothing that identifies the airport such as a unique ID:

Airports are exposed in the Settings tab.

What am I not understanding with this?

Issue was the airport was deleted and as such didn’t return a value when the flight-leg was called.

This topic was automatically closed after 70 days. New replies are no longer allowed.