The payloadType of your Connections API request indicates whether connections should be only passenger, cargo, or if all other payloadTypes should be included in your response.
payloadType = passenger
This type will return the following serviceTypes: J, S, U, Q, G, and B
payloadType = all
This type will return the following serviceTypes: J, S, U, Q, G, and B
payloadType = cargo
This type will return the following serviceTypes: F, V, M, and A
For more information on serviceTypes, please see:
https://developer.flightstats.com/api-docs/connections/v2/connectionsResponse
Comments
0 comments
Article is closed for comments.