Note, this documention is provided for developers of software applications which interface with RocketReviews.com. It is not useful for most visitors to RocketReviews.com.
Each flight in a user’s Flight Log has a list of attributes describing the flight. To get a list of the attributes a flight can have, call the GetRocketFlightAttributes method.
GetRocketFlightAttributes Input AppID (string) – Your Application’s ID Email (string) – The Email address of the user Token (string) – Access Token Output Attributes (array) – An array describing the attributes a flight can have
Each element in the returned array contains metadata describing an attribute:
AttributeID (int) – A unique ID for the attribute AttributeName (string) – The name of the attribute AttributeType (string) – The type of the attribute UnitsShort (string) – An abbreviation of the units for the attribute UnitsLong (string) – The units for the attribute Choices (string) – A list of valid values for the attribute (bar
Continue reading FlightLogs Web Service – GetRocketFlightAttributes Method …