Hello, so I was playing around with the Live API for a bit and noticed in the user flight history, the aircraftId seems to be displaying a value of 00000000-0000-0000-0000-000000000000
And I noticed a new modelId in the aircraft endpoint, and it may have been mapped to that
Is this a bug or the API is undergoing an update? Thanks 
/aircraft endpoint
[userId]/flights endpoint
We might remove aircraftId in lieu of liveryId (since this will tell you both livery + aircraft in one go). Ignore modelId, this isnβt relevant in the public API
1 Like
Ah okay, so eventually aircraftId will be phased out
Most likely; we just use liveryId internally as it conveys all the data you need (since you need to look up the reference anyway) and removes a Guid per entry.
1 Like