Skip to content

Instantly share code, notes, and snippets.

@extratone
Last active January 3, 2023 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save extratone/f0ed651796a0756a7ad10e02fd142344 to your computer and use it in GitHub Desktop.
Save extratone/f0ed651796a0756a7ad10e02fd142344 to your computer and use it in GitHub Desktop.
Infinite Flight's official API roadmap Trello baord, exported as JSON.
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 3.
Card Name Card Description List Name Labels
Get Flight Plan - Sending 0.0 lat/lng instead of null (see description) **0 is something. Null is nothing.** A null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as latitudes along the equator). Issues Live API (blue)
Live API Docs doesn't appropriately mention ALL nullable values (see description) It would also be better to mention if they can be null in the "Type" column and in the "Description" if there's any additional info. This makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API can send a non-empty string with a "fake" username for presentation ("Controller"). Complete list of what I could get : v2/users : UserStats - discourseUsername UserStats - virtualOrganization v2/sessions/{sessionId}/atc : ActiveATCFacility - username ActiveATCFacility - virtualOrganization ActiveATCFacility - airportName v2/users/{userId}/atc/{atcSessionId} : ATCFacility - airportIcao v2/sessions/{sessionId}/flights : FlightEntry - virtualOrganization FlightEntry - username v2/sessions/{sessionId}/flights/{flightId}/flightplan : FlightPlanItem - name FlightPlanItem - children FlightPlanItem - identifier v2/tracks : OceanicTrack - eastLevels OceanicTrack - westLevels v2/users/{userId}/flights & v2/users/{userId}/atc : PaginatedList - data v2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} : UserFlight - liveryId (mentioned in another issue) UserFlight - callsign v2/sessions/{sessionId}/notams : NotamResult - sessionId Issues Live API (blue)
Get User Flights - add violations received during flight Feature Requests Live API (blue)
Kafka Topic or any producer for IF events https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603 Feature Requests Live API (blue)
Get Airport Status & Get World Status - Proper airportName field (completely distinct from airportIcao) with the full name in Infinite Flight of the airport (e.g EGLL / London Heathrow) Feature Requests Live API (blue)
Include a user's roles in the flights endpoint Feature Requests Live API (blue)
a Feature Requests Live API (blue)
Get a list of userIds by role Get a list of userIds of specific groups such as IFATCs / mods / staff / other.... Feature Requests Live API (blue)
Get Flights - Active / Away status Feature Requests Live API (blue)
Get User Stats (HTTP POST) - Number of online ATC sessions (we have onlineFlights for flights) Feature Requests Live API (blue)
Get User ATC Session(s) - Number of violations issued Feature Requests Live API (blue)
Get User ATC Session(s) - Server name Feature Requests Live API (blue)
Get Flights - Time last updated & possibly refresh delay in sec/min between updates. Helps to perfectly sync with IF (example useful case: stops the flights from getting thrown backwards when animating them) Feature Requests Live API (blue)
Get Session Detail - Fetch grade/other requirements (Get Sessions returns only if restricted or not) Feature Requests Live API (blue)
Get User Detail / Post User Stats - Number of online ATC sessions Feature Requests Live API (blue)
Get User Detail / Post User Stats - Total time ATC Sessions Feature Requests Live API (blue)
Get ATC Schedule Feature Requests Live API (blue)
Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS] It seems that the liveryId returns a correct value for some people such as KaiM & Laura but for most people it seems that it doesn't. Done Live API (blue)
ATC Actions for non-IFATC and Time Periods In Live API UserDetails endpoint. Request by Chris_S via IFC. See https://community.infiniteflight.com/t/userdetails-aspx-request/416101. Done Live API (blue)
Atlantic / pacific tracks It would be great to be able to fetch the current tracks from infinite flight. This could also include the new tracks that Misha has been testing. Done Live API (blue)
Historical Data for Live API See https://community.infiniteflight.com/t/historical-flights-in-userdetails-aspx/417261/2 Done Live API (blue)
NOTAMS / TFR(s) Be able to receive the current TFRs through the API. Done Live API (blue)
Get ATC operations gained from a particular controlling session Done Live API (blue)
Live API Airport Details Endpoint See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143. Done Live API (blue)
Flight time and range for current flight Won't add Live API (blue)
Request multiple flight plans through single request A system for getting multiple flight plans all at once, similar to the current system for getting user information. Won't add Live API (blue)
Ability to Generate API Keys Possibly through a developer center, anyone could be able to get their own API Key. Could be done through a review and approve workflow. Won't add Live API (blue)
Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request Won't add Live API (blue)
Webhooks/Event Subscriptions Implement a "don't call us, we'll call you" system for some events in the Live API. Possible events: - Certain User Opened ATC Facility - Certain User Begins Flight - Certain User Closed ATC Facility - Certain User Ends Flight Won't add Live API (blue)
Multiple flight ids for flight plan endpoint. Example: https://api.infiniteflight.com/public/v2/flight//flightplan?id=12312541&id=9877835&id=219873 Should be able to fetch an array of flight plans for multiple users Original Request in IFC: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702 Won't add Live API (blue)
Request Multiple FPLs (Link to IFC) This would be useful for getting ETAs for a list of flights, for example: flights inbound to an airport. More info below: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702/20 Won't add Live API (blue)
Get flight plan by IFC Name Won't add Live API (blue)
Get All Liveries - Include aircraft registration We don't record this data and won't be adding this at this time. Sorry! Won't add Live API (blue)
Get Flight Plan - Sending 0.0 lat/lng instead of null (see description) **0 is something. Null is nothing.** A null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as latitudes along the equator). Issues Live API (blue)
Live API Docs doesn't appropriately mention ALL nullable values (see description) It would also be better to mention if they can be null in the "Type" column and in the "Description" if there's any additional info. This makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API can send a non-empty string with a "fake" username for presentation ("Controller"). Complete list of what I could get : v2/users : UserStats - discourseUsername UserStats - virtualOrganization v2/sessions/{sessionId}/atc : ActiveATCFacility - username ActiveATCFacility - virtualOrganization ActiveATCFacility - airportName v2/users/{userId}/atc/{atcSessionId} : ATCFacility - airportIcao v2/sessions/{sessionId}/flights : FlightEntry - virtualOrganization FlightEntry - username v2/sessions/{sessionId}/flights/{flightId}/flightplan : FlightPlanItem - name FlightPlanItem - children FlightPlanItem - identifier v2/tracks : OceanicTrack - eastLevels OceanicTrack - westLevels v2/users/{userId}/flights & v2/users/{userId}/atc : PaginatedList - data v2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} : UserFlight - liveryId (mentioned in another issue) UserFlight - callsign v2/sessions/{sessionId}/notams : NotamResult - sessionId Issues Live API (blue)
Get User Flights - add violations received during flight Feature Requests Live API (blue)
Kafka Topic or any producer for IF events https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603 Feature Requests Live API (blue)
Get Airport Status & Get World Status - Proper airportName field (completely distinct from airportIcao) with the full name in Infinite Flight of the airport (e.g EGLL / London Heathrow) Feature Requests Live API (blue)
Include a user's roles in the flights endpoint Feature Requests Live API (blue)
Search userIds with username regex expression Feature Requests Live API (blue)
Get a list of userIds by role Get a list of userIds of specific groups such as IFATCs / mods / staff / other.... Feature Requests Live API (blue)
Get Flights - Active / Away status Feature Requests Live API (blue)
Get User Stats (HTTP POST) - Number of online ATC sessions (we have onlineFlights for flights) Feature Requests Live API (blue)
Get User ATC Session(s) - Number of violations issued Feature Requests Live API (blue)
Get User ATC Session(s) - Server name Feature Requests Live API (blue)
Get Flights - Time last updated & possibly refresh delay in sec/min between updates. Helps to perfectly sync with IF (example useful case: stops the flights from getting thrown backwards when animating them) Feature Requests Live API (blue)
Get Session Detail - Fetch grade/other requirements (Get Sessions returns only if restricted or not) Feature Requests Live API (blue)
Get User Detail / Post User Stats - Number of online ATC sessions Feature Requests Live API (blue)
Get User Detail / Post User Stats - Total time ATC Sessions Feature Requests Live API (blue)
Get ATC Schedule Feature Requests Live API (blue)
Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS] It seems that the liveryId returns a correct value for some people such as KaiM & Laura but for most people it seems that it doesn't. Done Live API (blue)
ATC Actions for non-IFATC and Time Periods In Live API UserDetails endpoint. Request by Chris_S via IFC. See https://community.infiniteflight.com/t/userdetails-aspx-request/416101. Done Live API (blue)
Atlantic / pacific tracks It would be great to be able to fetch the current tracks from infinite flight. This could also include the new tracks that Misha has been testing. Done Live API (blue)
Historical Data for Live API See https://community.infiniteflight.com/t/historical-flights-in-userdetails-aspx/417261/2 Done Live API (blue)
NOTAMS / TFR(s) Be able to receive the current TFRs through the API. Done Live API (blue)
Get ATC operations gained from a particular controlling session Done Live API (blue)
Live API Airport Details Endpoint See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143. Done Live API (blue)
Flight time and range for current flight Won't add Live API (blue)
Request multiple flight plans through single request A system for getting multiple flight plans all at once, similar to the current system for getting user information. Won't add Live API (blue)
Ability to Generate API Keys Possibly through a developer center, anyone could be able to get their own API Key. Could be done through a review and approve workflow. Won't add Live API (blue)
Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request Won't add Live API (blue)
Webhooks/Event Subscriptions Implement a "don't call us, we'll call you" system for some events in the Live API. Possible events: - Certain User Opened ATC Facility - Certain User Begins Flight - Certain User Closed ATC Facility - Certain User Ends Flight Won't add Live API (blue)
Multiple flight ids for flight plan endpoint. Example: https://api.infiniteflight.com/public/v2/flight//flightplan?id=12312541&id=9877835&id=219873 Should be able to fetch an array of flight plans for multiple users Original Request in IFC: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702 Won't add Live API (blue)
Request Multiple FPLs (Link to IFC) This would be useful for getting ETAs for a list of flights, for example: flights inbound to an airport. More info below: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702/20 Won't add Live API (blue)
Get flight plan by IFC Name Won't add Live API (blue)
Get All Liveries - Include aircraft registration We don't record this data and won't be adding this at this time. Sorry! Won't add Live API (blue)
Get Flight Plan - Sending 0.0 lat/lng instead of null (see description) **0 is something. Null is nothing.** A null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as latitudes along the equator). Issues Live API (blue)
Live API Docs doesn't appropriately mention ALL nullable values (see description) It would also be better to mention if they can be null in the "Type" column and in the "Description" if there's any additional info. This makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API can send a non-empty string with a "fake" username for presentation ("Controller"). Complete list of what I could get : v2/users : UserStats - discourseUsername UserStats - virtualOrganization v2/sessions/{sessionId}/atc : ActiveATCFacility - username ActiveATCFacility - virtualOrganization ActiveATCFacility - airportName v2/users/{userId}/atc/{atcSessionId} : ATCFacility - airportIcao v2/sessions/{sessionId}/flights : FlightEntry - virtualOrganization FlightEntry - username v2/sessions/{sessionId}/flights/{flightId}/flightplan : FlightPlanItem - name FlightPlanItem - children FlightPlanItem - identifier v2/tracks : OceanicTrack - eastLevels OceanicTrack - westLevels v2/users/{userId}/flights & v2/users/{userId}/atc : PaginatedList - data v2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} : UserFlight - liveryId (mentioned in another issue) UserFlight - callsign v2/sessions/{sessionId}/notams : NotamResult - sessionId Issues Live API (blue)
Get User Flights - add violations received during flight Feature Requests Live API (blue)
Kafka Topic or any producer for IF events https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603 Feature Requests Live API (blue)
Card Name Card Description List Name Labels
Card Name Card Description List Name Labels
commands/reversethrust this command doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1) Issues Connect (green)
simulator/throttle set and get are negative if each other If you set simulator/throttle to a value x, then request the value and get a value y, y = -x. Set value of simulator/throttle: 100 Get value of simulator/throttle: -100 Issues Connect (green)
Features Endpoint TlL;DR: An `aircraft/0/features/*` endpoint would allow apps to see what capabilities an aircraft has. E.g.: `aircraft/0/features/retractable_gear : True` and `aircraft/0/features/spoilers : False` for the TBM. This is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops. I’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app. I suggest the creation of `aircraft/0/features/*` endpoints for all these features that vary by aircraft. An alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me. Feature Requests Connect (green)
Add a command to Connect v2 API comparable to "NetworkJoystick.SetNetworkJoystickAxes" in the v1 API Feature Requests Connect (green)
provide a better error response Currently the api returns OK (Result = 0) with a TextRespones indicating error. Would be nice to either have it return erorr, or return an error type, so it is easier to understand when invalid data has been sent Feature Requests Connect (green)
simulator/throttle/reverse a get and set boolean state, in order to set reverse thrust on and off, e.g. setState(ID: "sim/throttle/reverse", value: true) to activate reverse thrust Feature Requests Connect (green)
generic ATC command Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: "atcCommand", value: 12) which would send the ID of the ATC command, would help Feature Requests Connect (green)
add infiniteflight/commands when on the menu (infiniteflight/appstate and others are available in the sim, but not from the menu) Feature Requests Connect (green)
commands/togglemap No way to show the map atm. Would be nice to have this, as well as zoom/motion and a state like mapIsShowing or something Feature Requests Connect (green)
Select Aircraft as Controller in Connect API As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to. See https://community.infiniteflight.com/t/select-aircraft-in-atc-interface/417256/2. Feature Requests Connect (green)
No way to tell if an aircraft has beacon (or other) lights. Not all aircraft have beacon lights (TBM, A-10). There’s no difference in the api in this case -- there are still all the same endpoints. This is expandable in case an aircraft with less lights (e.g. a J-3 Cub) is added. Endpoints such as `aircraft/0/has_beacon lights` for all the different lights would be helpful. Feature Requests Connect (green)
Way to return current camera from ConnectAPI The api gives info on different cameras by number (I can look up the name of camera 4, for example) but there’s no way to find out the number of the current camera. Feature Requests Connect (green)
Ability to set time and date Feature Requests Connect (green)
UDP connections for flight control axes UDP connection would allow for better latency of flight control commands. Sending camera commands via the UDP SmoothTrack API is faster than sending them over TCP. I’d like to be able to continuously send flight control commands the same way. Feature Requests Connect (green)
aircraft/0/weight Feature Requests Connect (green)
aircraft/0/mlw Feature Requests Connect (green)
aircraft/0/mtow Feature Requests Connect (green)
Opening up the Connect API for ATC Feature Requests Connect (green)
Ability to access functions of the editor It would be cool to have access to different scenery editor functions via the connect API. Such as placing, modifying, deleting, etc. The only one that I currently know of is the delete command. Even that still prompts the user to confirm though. Feature Requests Connect (green)
Get information about surrounding traffic in Connect V2 Feature Requests Connect (green)
aircraft/0/systems/nav_lights_switch endpoint is missing This endpoint exists for the other three types of lights. It’s nice because it takes a boolean rather than a 1 or 0 int. A workaround is to use aircraft/0/systems/electrical_switch/nav_lights_switch/state. Done Connect (green)
aircraft/0/systems/autopilot/on This does not have setState functionality. Tested with Bools Done Connect (green)
Set State - Boolean - Instantaneous gear descend/retract : aircraft/0/systems/landing_gear/lever_state Done Connect (green)
commands/Engine.Start and commands/Engine.Stop These do not function. Tested with engine numbers as an argument Done Connect (green)
aircraft/0/systems/autopilot/spd/target setState does not change the value of the autopilot spd target. Tested with float value. Done Connect (green)
commands/resetcamera A command like this to recenter the camera (like on double tap) would be useful Done Connect (green)
Missing proper documentation https://github.com/flyingdevelopmentstudio/infiniteflight-api Made by @philippe and @nicholas. Great starting point and very helpful but outdated (? perhaps) and uncomplete. Done Connect (green)
Add a state in the Connect v2 API to interrogate (and set) the rudder brakes. `aircraft/0/systems/brakes/left/percentage` Done Connect (green)
axis for dynamic braking this has been added! `aircraft/0/systems/brakes/left/percentage`, and the right side too Done Connect (green)
Elevator trim direct setting state available as: aircraft/0/systems/axes/elevator_trim Done Connect (green)
commands/Pushback only attaches/detaches tug but doesn’t push back Won't add Connect (green)
provide V1 api Command.SetGearState I know it is old API, but would be a huge improvement Currently you can only toggle gear, so setting the gear to a specific state requires another query to the aircraft state Won't add Connect (green)
commands/reversethrust this command doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1) Issues Connect (green)
simulator/throttle set and get are negative if each other If you set simulator/throttle to a value x, then request the value and get a value y, y = -x. Set value of simulator/throttle: 100 Get value of simulator/throttle: -100 Issues Connect (green)
Features Endpoint TlL;DR: An `aircraft/0/features/*` endpoint would allow apps to see what capabilities an aircraft has. E.g.: `aircraft/0/features/retractable_gear : True` and `aircraft/0/features/spoilers : False` for the TBM. This is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops. I’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app. I suggest the creation of `aircraft/0/features/*` endpoints for all these features that vary by aircraft. An alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me. Feature Requests Connect (green)
Add a command to Connect v2 API comparable to "NetworkJoystick.SetNetworkJoystickAxes" in the v1 API Feature Requests Connect (green)
provide a better error response Currently the api returns OK (Result = 0) with a TextRespones indicating error. Would be nice to either have it return erorr, or return an error type, so it is easier to understand when invalid data has been sent Feature Requests Connect (green)
simulator/throttle/reverse a get and set boolean state, in order to set reverse thrust on and off, e.g. setState(ID: "sim/throttle/reverse", value: true) to activate reverse thrust Feature Requests Connect (green)
generic ATC command Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: "atcCommand", value: 12) which would send the ID of the ATC command, would help Feature Requests Connect (green)
add infiniteflight/commands when on the menu (infiniteflight/appstate and others are available in the sim, but not from the menu) Feature Requests Connect (green)
commands/togglemap No way to show the map atm. Would be nice to have this, as well as zoom/motion and a state like mapIsShowing or something Feature Requests Connect (green)
Select Aircraft as Controller in Connect API As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to. See https://community.infiniteflight.com/t/select-aircraft-in-atc-interface/417256/2. Feature Requests Connect (green)
No way to tell if an aircraft has beacon (or other) lights. Not all aircraft have beacon lights (TBM, A-10). There’s no difference in the api in this case -- there are still all the same endpoints. This is expandable in case an aircraft with less lights (e.g. a J-3 Cub) is added. Endpoints such as `aircraft/0/has_beacon lights` for all the different lights would be helpful. Feature Requests Connect (green)
Way to return current camera from ConnectAPI The api gives info on different cameras by number (I can look up the name of camera 4, for example) but there’s no way to find out the number of the current camera. Feature Requests Connect (green)
Ability to set time and date Feature Requests Connect (green)
UDP connections for flight control axes UDP connection would allow for better latency of flight control commands. Sending camera commands via the UDP SmoothTrack API is faster than sending them over TCP. I’d like to be able to continuously send flight control commands the same way. Feature Requests Connect (green)
aircraft/0/weight Feature Requests Connect (green)
aircraft/0/mlw Feature Requests Connect (green)
aircraft/0/mtow Feature Requests Connect (green)
Opening up the Connect API for ATC Feature Requests Connect (green)
Ability to access functions of the editor It would be cool to have access to different scenery editor functions via the connect API. Such as placing, modifying, deleting, etc. The only one that I currently know of is the delete command. Even that still prompts the user to confirm though. Feature Requests Connect (green)
Get information about surrounding traffic in Connect V2 Feature Requests Connect (green)
aircraft/0/systems/nav_lights_switch endpoint is missing This endpoint exists for the other three types of lights. It’s nice because it takes a boolean rather than a 1 or 0 int. A workaround is to use aircraft/0/systems/electrical_switch/nav_lights_switch/state. Done Connect (green)
aircraft/0/systems/autopilot/on This does not have setState functionality. Tested with Bools Done Connect (green)
Set State - Boolean - Instantaneous gear descend/retract : aircraft/0/systems/landing_gear/lever_state Done Connect (green)
commands/Engine.Start and commands/Engine.Stop These do not function. Tested with engine numbers as an argument Done Connect (green)
aircraft/0/systems/autopilot/spd/target setState does not change the value of the autopilot spd target. Tested with float value. Done Connect (green)
commands/resetcamera A command like this to recenter the camera (like on double tap) would be useful Done Connect (green)
Missing proper documentation https://github.com/flyingdevelopmentstudio/infiniteflight-api Made by @philippe and @nicholas. Great starting point and very helpful but outdated (? perhaps) and uncomplete. Done Connect (green)
Add a state in the Connect v2 API to interrogate (and set) the rudder brakes. `aircraft/0/systems/brakes/left/percentage` Done Connect (green)
axis for dynamic braking this has been added! `aircraft/0/systems/brakes/left/percentage`, and the right side too Done Connect (green)
Elevator trim direct setting state available as: aircraft/0/systems/axes/elevator_trim Done Connect (green)
commands/Pushback only attaches/detaches tug but doesn’t push back Won't add Connect (green)
provide V1 api Command.SetGearState I know it is old API, but would be a huge improvement Currently you can only toggle gear, so setting the gear to a specific state requires another query to the aircraft state Won't add Connect (green)
commands/reversethrust this command doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1) Issues Connect (green)
simulator/throttle set and get are negative if each other If you set simulator/throttle to a value x, then request the value and get a value y, y = -x. Set value of simulator/throttle: 100 Get value of simulator/throttle: -100 Issues Connect (green)
Features Endpoint TlL;DR: An `aircraft/0/features/*` endpoint would allow apps to see what capabilities an aircraft has. E.g.: `aircraft/0/features/retractable_gear : True` and `aircraft/0/features/spoilers : False` for the TBM. This is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops. I’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app. I suggest the creation of `aircraft/0/features/*` endpoints for all these features that vary by aircraft. An alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me. Feature Requests Connect (green)
Add a command to Connect v2 API comparable to "NetworkJoystick.SetNetworkJoystickAxes" in the v1 API Feature Requests Connect (green)
provide a better error response Currently the api returns OK (Result = 0) with a TextRespones indicating error. Would be nice to either have it return erorr, or return an error type, so it is easier to understand when invalid data has been sent Feature Requests Connect (green)
simulator/throttle/reverse a get and set boolean state, in order to set reverse thrust on and off, e.g. setState(ID: "sim/throttle/reverse", value: true) to activate reverse thrust Feature Requests Connect (green)
generic ATC command Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: "atcCommand", value: 12) which would send the ID of the ATC command, would help Feature Requests Connect (green)
add infiniteflight/commands when on the menu (infiniteflight/appstate and others are available in the sim, but not from the menu) Feature Requests Connect (green)
commands/togglemap No way to show the map atm. Would be nice to have this, as well as zoom/motion and a state like mapIsShowing or something Feature Requests Connect (green)
Select Aircraft as Controller in Connect API As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to. See https://community.infiniteflight.com/t/select-aircraft-in-atc-interface/417256/2. Feature Requests Connect (green)
No way to tell if an aircraft has beacon (or other) lights. Not all aircraft have beacon lights (TBM, A-10). There’s no difference in the api in this case -- there are still all the same endpoints. This is expandable in case an aircraft with less lights (e.g. a J-3 Cub) is added. Endpoints such as `aircraft/0/has_beacon lights` for all the different lights would be helpful. Feature Requests Connect (green)
Way to return current camera from ConnectAPI The api gives info on different cameras by number (I can look up the name of camera 4, for example) but there’s no way to find out the number of the current camera. Feature Requests Connect (green)
Ability to set time and date Feature Requests Connect (green)
The API responses being compatible in multiple languages. Some people in our development may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: /v2/sessions?apikey={apikey}&lang=cn (for chinese) or /v2/sessions?apikey={apikey}&lang=de (for german) Feature Requests
Infinite Flight OAuth system (@see description) Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. It would be especially useful when syncing up their IF account to a third party app (in the easiest way possible). Feature Requests
GetUserStats - Level 2/3 Count Add Level 2/3 count for 24 hours to the GetUserStats endpoint similar to the old api with the 24 hour ghosting. This will save going to the grade endpoint. Done
The API responses being compatible in multiple languages. Some people in our development may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: /v2/sessions?apikey={apikey}&lang=cn (for chinese) or /v2/sessions?apikey={apikey}&lang=de (for german) Feature Requests
Infinite Flight OAuth system (@see description) Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. It would be especially useful when syncing up their IF account to a third party app (in the easiest way possible). Feature Requests
GetUserStats - Level 2/3 Count Add Level 2/3 count for 24 hours to the GetUserStats endpoint similar to the old api with the 24 hour ghosting. This will save going to the grade endpoint. Done
{
"id": "5e86488365c8882afcb44101",
"nodeId": "ari:cloud:trello::board/workspace/5dffc8a8c3ed082c3673bf61/5e86488365c8882afcb44101",
"name": "API Wishlist",
"desc": "",
"descData": null,
"closed": false,
"dateClosed": null,
"idOrganization": "5dffc8a8c3ed082c3673bf61",
"idEnterprise": null,
"limits": {
"attachments": {
"perBoard": {
"status": "ok",
"disableAt": 36000,
"warnAt": 28800
},
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"boards": {
"totalMembersPerBoard": {
"status": "ok",
"disableAt": 1600,
"warnAt": 1280
},
"totalAccessRequestsPerBoard": {
"status": "ok",
"disableAt": 4000,
"warnAt": 3200
}
},
"cards": {
"openPerBoard": {
"status": "ok",
"disableAt": 5000,
"warnAt": 4000
},
"openPerList": {
"status": "ok",
"disableAt": 5000,
"warnAt": 4000
},
"totalPerBoard": {
"status": "ok",
"disableAt": 2000000,
"warnAt": 1600000
},
"totalPerList": {
"status": "ok",
"disableAt": 1000000,
"warnAt": 800000
}
},
"checklists": {
"perBoard": {
"status": "ok",
"disableAt": 1800000,
"warnAt": 1440000
},
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"checkItems": {
"perChecklist": {
"status": "ok",
"disableAt": 200,
"warnAt": 160
}
},
"customFields": {
"perBoard": {
"status": "ok",
"disableAt": 50,
"warnAt": 40
}
},
"customFieldOptions": {
"perField": {
"status": "ok",
"disableAt": 50,
"warnAt": 40
}
},
"labels": {
"perBoard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"lists": {
"openPerBoard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
},
"totalPerBoard": {
"status": "ok",
"disableAt": 3000,
"warnAt": 2400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
},
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"pinned": false,
"starred": true,
"url": "https://trello.com/b/8ZoaVL6c/api-wishlist",
"prefs": {
"permissionLevel": "public",
"hideVotes": false,
"voting": "disabled",
"comments": "members",
"invitations": "members",
"selfJoin": false,
"cardCovers": true,
"isTemplate": false,
"cardAging": "regular",
"calendarFeedEnabled": false,
"hiddenPluginBoardButtons": [],
"switcherViews": [{
"_id": "629c2b306766c513b067b2c6",
"viewType": "Board",
"enabled": true
}, {
"_id": "629c2b306766c513b067b2c7",
"viewType": "Table",
"enabled": true
}, {
"_id": "629c2b306766c513b067b2c8",
"viewType": "Calendar",
"enabled": false
}, {
"_id": "629c2b306766c513b067b2c9",
"viewType": "Dashboard",
"enabled": false
}, {
"_id": "629c2b306766c513b067b2ca",
"viewType": "Timeline",
"enabled": false
}, {
"_id": "629c2b306766c513b067b2cb",
"viewType": "Map",
"enabled": false
}],
"background": "grey",
"backgroundColor": "#838C91",
"backgroundImage": null,
"backgroundImageScaled": null,
"backgroundTile": false,
"backgroundBrightness": "dark",
"backgroundBottomColor": "#838C91",
"backgroundTopColor": "#838C91",
"canBePublic": true,
"canBeEnterprise": true,
"canBeOrg": true,
"canBePrivate": true,
"canInvite": true
},
"shortLink": "8ZoaVL6c",
"subscribed": true,
"labelNames": {
"green": "Connect",
"yellow": "",
"orange": "",
"red": "",
"purple": "",
"blue": "Live API",
"sky": "",
"lime": "",
"pink": "",
"black": "",
"green_dark": "",
"yellow_dark": "",
"orange_dark": "",
"red_dark": "",
"purple_dark": "",
"blue_dark": "",
"sky_dark": "",
"lime_dark": "",
"pink_dark": "",
"black_dark": "",
"green_light": "",
"yellow_light": "",
"orange_light": "",
"red_light": "",
"purple_light": "",
"blue_light": "",
"sky_light": "",
"lime_light": "",
"pink_light": "",
"black_light": ""
},
"powerUps": [],
"dateLastActivity": "2022-12-30T03:28:06.217Z",
"dateLastView": "2023-01-03T17:06:44.369Z",
"shortUrl": "https://trello.com/b/8ZoaVL6c",
"idTags": [],
"datePluginDisable": null,
"creationMethod": null,
"ixUpdate": "1515",
"templateGallery": null,
"enterpriseOwned": false,
"idBoardSource": null,
"premiumFeatures": [
"additionalBoardBackgrounds",
"additionalStickers",
"customBoardBackgrounds",
"customEmoji",
"customStickers",
"plugins"
],
"idMemberCreator": "5a14a4967c066aae214f58d7",
"actions": [{
"id": "63b460c281c04b01f5148514",
"idMemberCreator": "58a25ee4bad2b846d6ea52f6",
"data": {
"board": {
"prefs": {
"background": "grey"
},
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"old": {
"prefs": {
"background": "5c10bad4733aad48a7355aa9"
}
}
},
"appCreator": null,
"type": "updateBoard",
"date": "2023-01-03T17:07:14.958Z",
"limits": null,
"memberCreator": {
"id": "58a25ee4bad2b846d6ea52f6",
"activityBlocked": false,
"avatarHash": "e39a3c9ee66117e5728add6ec6ea5801",
"avatarUrl": "https://trello-members.s3.amazonaws.com/58a25ee4bad2b846d6ea52f6/e39a3c9ee66117e5728add6ec6ea5801",
"fullName": "David Blue",
"idMemberReferrer": null,
"initials": "DB",
"nonPublic": {
"fullName": "David Blue",
"initials": "DB",
"avatarHash": null
},
"nonPublicAvailable": true,
"username": "drywallmedia"
}
}, {
"id": "63b460a3fd044203edbda5e8",
"idMemberCreator": "58a25ee4bad2b846d6ea52f6",
"data": {
"idMemberAdded": "58a25ee4bad2b846d6ea52f6",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2023-01-03T17:06:43.221Z",
"limits": null,
"member": {
"id": "58a25ee4bad2b846d6ea52f6",
"activityBlocked": false,
"avatarHash": "e39a3c9ee66117e5728add6ec6ea5801",
"avatarUrl": "https://trello-members.s3.amazonaws.com/58a25ee4bad2b846d6ea52f6/e39a3c9ee66117e5728add6ec6ea5801",
"fullName": "David Blue",
"idMemberReferrer": null,
"initials": "DB",
"nonPublic": {
"fullName": "David Blue",
"initials": "DB",
"avatarHash": null
},
"nonPublicAvailable": true,
"username": "drywallmedia"
},
"memberCreator": {
"id": "58a25ee4bad2b846d6ea52f6",
"activityBlocked": false,
"avatarHash": "e39a3c9ee66117e5728add6ec6ea5801",
"avatarUrl": "https://trello-members.s3.amazonaws.com/58a25ee4bad2b846d6ea52f6/e39a3c9ee66117e5728add6ec6ea5801",
"fullName": "David Blue",
"idMemberReferrer": null,
"initials": "DB",
"nonPublic": {
"fullName": "David Blue",
"initials": "DB",
"avatarHash": null
},
"nonPublicAvailable": true,
"username": "drywallmedia"
}
}, {
"id": "63ae5ac686337b0083316cbb",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 131071.5,
"id": "638c15765c991b003e503444",
"name": "aircraft/0/systems/nav_lights_switch endpoint is missing",
"idShort": 73,
"shortLink": "VmmEfp7i"
},
"old": {
"pos": 360447
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:28:06.235Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae5ac686337b0083316cac",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "638c15765c991b003e503444",
"name": "aircraft/0/systems/nav_lights_switch endpoint is missing",
"idShort": 73,
"shortLink": "VmmEfp7i"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:28:06.203Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae5a861c1d7e37a5badbe0",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1015807,
"id": "626419450c0d3e05975c6dad",
"name": "commands/Pushback only attaches/detaches tug but doesn’t push back",
"idShort": 47,
"shortLink": "QuvGDKl0"
},
"old": {
"pos": 278527
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:27:02.529Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae5a861c1d7e37a5badbd1",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "626419450c0d3e05975c6dad",
"name": "commands/Pushback only attaches/detaches tug but doesn’t push back",
"idShort": 47,
"shortLink": "QuvGDKl0"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:27:02.489Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae5611dfa8f7004b675efc",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 282623,
"id": "625938ddbb1f2f47af4e2747",
"name": "Set State - Boolean - Instantaneous gear descend/retract : aircraft/0/systems/landing_gear/lever_state",
"idShort": 43,
"shortLink": "pApxxkFz"
},
"old": {
"pos": 262143
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:08:01.162Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae5611dfa8f7004b675eed",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "625938ddbb1f2f47af4e2747",
"name": "Set State - Boolean - Instantaneous gear descend/retract : aircraft/0/systems/landing_gear/lever_state",
"idShort": 43,
"shortLink": "pApxxkFz"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:08:01.130Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae54b01d334d0206f56c83",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 303103,
"id": "5e864b7652d9b15f62ac36d8",
"name": "commands/Engine.Start and commands/Engine.Stop",
"idShort": 7,
"shortLink": "EMlP81nQ"
},
"old": {
"pos": 196607
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:02:08.785Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae54b01d334d0206f56c74",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e864b7652d9b15f62ac36d8",
"name": "commands/Engine.Start and commands/Engine.Stop",
"idShort": 7,
"shortLink": "EMlP81nQ"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-30T03:02:08.746Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63ae54a18ce8c9004a836dd5",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"text": "This one isn't designed to be used in the Connect API- I've removed it and a few others like it for the next update",
"textData": {
"emoji": {}
},
"card": {
"id": "5e864994c48e9f0328877fa0",
"name": "commands/reversethrust",
"idShort": 2,
"shortLink": "6qaFOucs"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2022-12-30T03:01:53.745Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "639d47f8b2d78b009f08764d",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"text": "This might slot well into `aircraft/0/configuration/*`. I notice there’s a `has_autopilot` endpoint already.",
"textData": {
"emoji": {}
},
"card": {
"id": "638c2a8f21508f025f46d70d",
"name": "Features Endpoint",
"idShort": 74,
"shortLink": "TnmEMG7d"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "commentCard",
"date": "2022-12-17T04:39:20.535Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "639c4ff702743e00152bb8fe",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 884735,
"id": "63898979be8b550030138f4b",
"name": "No way to tell if an aircraft has beacon (or other) lights. ",
"idShort": 72,
"shortLink": "yL9gYxZd"
},
"old": {
"pos": 344063
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-16T11:01:11.897Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "639c4ff702743e00152bb8ef",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e86488d9bb9d77423fec72f",
"id": "63898979be8b550030138f4b",
"name": "No way to tell if an aircraft has beacon (or other) lights. ",
"idShort": 72,
"shortLink": "yL9gYxZd"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-16T11:01:11.854Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "639c4db240af6d010146409e",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "627193ac3b705154e5258ece",
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS]",
"idShort": 49,
"shortLink": "TaguC35s"
},
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-12-16T10:51:30.255Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "63980dc25e25ec00c969b8c0",
"idMemberCreator": "5badf8525deb7816e3cf3890",
"data": {
"idMemberAdded": "5badf8525deb7816e3cf3890",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-12-13T05:29:38.847Z",
"limits": null,
"member": {
"id": "5badf8525deb7816e3cf3890",
"activityBlocked": false,
"avatarHash": "6b652d949994c2226dcff19400e152d8",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5badf8525deb7816e3cf3890/6b652d949994c2226dcff19400e152d8",
"fullName": "David Blue",
"idMemberReferrer": null,
"initials": "DB",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "neoyokel"
},
"memberCreator": {
"id": "5badf8525deb7816e3cf3890",
"activityBlocked": false,
"avatarHash": "6b652d949994c2226dcff19400e152d8",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5badf8525deb7816e3cf3890/6b652d949994c2226dcff19400e152d8",
"fullName": "David Blue",
"idMemberReferrer": null,
"initials": "DB",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "neoyokel"
}
}, {
"id": "6397bb3a9d9d750140ea67fe",
"idMemberCreator": "628f3eefdd6cfe58d59f59eb",
"data": {
"idMemberAdded": "628f3eefdd6cfe58d59f59eb",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-12-12T23:37:30.932Z",
"limits": null,
"member": {
"id": "628f3eefdd6cfe58d59f59eb",
"activityBlocked": false,
"avatarHash": "d2db71c8d962972e92c548cca08db72f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/628f3eefdd6cfe58d59f59eb/d2db71c8d962972e92c548cca08db72f",
"fullName": "Sam Neale",
"idMemberReferrer": null,
"initials": "SN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "samneale4"
},
"memberCreator": {
"id": "628f3eefdd6cfe58d59f59eb",
"activityBlocked": false,
"avatarHash": "d2db71c8d962972e92c548cca08db72f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/628f3eefdd6cfe58d59f59eb/d2db71c8d962972e92c548cca08db72f",
"fullName": "Sam Neale",
"idMemberReferrer": null,
"initials": "SN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "samneale4"
}
}, {
"id": "638c2e92b2482903b55165cd",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"pos": 1425407,
"id": "5ec25a25a9182e684d990eb1",
"name": "Elevator trim direct setting state",
"idShort": 17,
"shortLink": "6mHwjjQr"
},
"old": {
"pos": 393215
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:22:26.177Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e92b2482903b55165bc",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5ec25a25a9182e684d990eb1",
"name": "Elevator trim direct setting state",
"idShort": 17,
"shortLink": "6mHwjjQr"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:22:26.138Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e8bf72ae200c223fd14",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "available as: aircraft/0/systems/axes/elevator_trim",
"id": "5ec25a25a9182e684d990eb1",
"name": "Elevator trim direct setting state",
"idShort": 17,
"shortLink": "6mHwjjQr"
},
"old": {
"desc": "aircraft/0/systems/axes/elevator_trim"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:22:19.972Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e8303183a01565913a7",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "aircraft/0/systems/axes/elevator_trim",
"id": "5ec25a25a9182e684d990eb1",
"name": "Elevator trim direct setting state",
"idShort": 17,
"shortLink": "6mHwjjQr"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:22:11.767Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e5ecd529201b8c71fc8",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"pos": 1409023,
"id": "5e86ccb49abc9d379485753f",
"name": "axis for dynamic braking",
"idShort": 11,
"shortLink": "TBH1RHCe"
},
"old": {
"pos": 327679
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:21:34.130Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e5ecd529201b8c71fb7",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e86ccb49abc9d379485753f",
"name": "axis for dynamic braking",
"idShort": 11,
"shortLink": "TBH1RHCe"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:21:34.098Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e4bcf4a0c019b03f603",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"pos": 1392639,
"id": "62629a6bf9aada5bf88e1ca5",
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"idShort": 45,
"shortLink": "EGg2ogIQ"
},
"old": {
"pos": 8191.875
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:21:15.106Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e4bcf4a0c019b03f5f2",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "62629a6bf9aada5bf88e1ca5",
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"idShort": 45,
"shortLink": "EGg2ogIQ"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:21:15.061Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2e313a5e7c030e3806e5",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "TlL;DR: An `aircraft/0/features/*` endpoint would allow apps to see what capabilities an aircraft has. E.g.: `aircraft/0/features/retractable_gear : True` and `aircraft/0/features/spoilers : False` for the TBM. \n\n\n\nThis is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops. \n\nI’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app. \n\nI suggest the creation of `aircraft/0/features/*` endpoints for all these features that vary by aircraft. \n\nAn alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me.",
"id": "638c2a8f21508f025f46d70d",
"name": "Features Endpoint",
"idShort": 74,
"shortLink": "TnmEMG7d"
},
"old": {
"desc": "TlL;DR: An `aircraft/0/features/*` endpoint would allow apps to see what capabilities an aircraft has. E.g.: `aircraft/0/features/retractable_gear : True` and `aircraft/0/features/spoilers : False` for the TBM. \n\n\n\nThis is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops. \n\nI’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app. \n\nI suggest the creation of `aircraft/0/features/*` endpoints for all these features that vary by aircraft. \n\nAn alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me. "
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:20:49.804Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2d9dab7f68009358bf25",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"pos": 1023.984375,
"id": "638c2a8f21508f025f46d70d",
"name": "Features Endpoint",
"idShort": 74,
"shortLink": "TnmEMG7d"
},
"old": {
"pos": 376831
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:18:21.166Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2d9dab7f68009358bf14",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"idList": "5e86488d9bb9d77423fec72f",
"id": "638c2a8f21508f025f46d70d",
"name": "Features Endpoint",
"idShort": 74,
"shortLink": "TnmEMG7d"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:18:21.131Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2d8222947102140eec9a",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "TlL;DR: An `aircraft/0/features/*` endpoint would allow apps to see what capabilities an aircraft has. E.g.: `aircraft/0/features/retractable_gear : True` and `aircraft/0/features/spoilers : False` for the TBM. \n\n\n\nThis is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops. \n\nI’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app. \n\nI suggest the creation of `aircraft/0/features/*` endpoints for all these features that vary by aircraft. \n\nAn alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me. ",
"id": "638c2a8f21508f025f46d70d",
"name": "Features Endpoint",
"idShort": 74,
"shortLink": "TnmEMG7d"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T05:17:54.590Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c2a8f21508f025f46d717",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "638c2a8f21508f025f46d70d",
"name": "Features Endpoint",
"idShort": 74,
"shortLink": "TnmEMG7d"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2022-12-04T05:05:19.386Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c15dafe81a401626c9464",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "This endpoint exists for the other three types of lights. It’s nice because it takes a boolean rather than a 1 or 0 int. \n\nA workaround is to use aircraft/0/systems/electrical_switch/nav_lights_switch/state. ",
"id": "638c15765c991b003e503444",
"name": "aircraft/0/systems/nav_lights_switch endpoint is missing",
"idShort": 73,
"shortLink": "VmmEfp7i"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-04T03:36:58.502Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "638c15765c991b003e50344e",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "638c15765c991b003e503444",
"name": "aircraft/0/systems/nav_lights_switch endpoint is missing",
"idShort": 73,
"shortLink": "VmmEfp7i"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2022-12-04T03:35:18.682Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "63898a04e3b02c0148d910de",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "Not all aircraft have beacon lights (TBM, A-10). There’s no difference in the api in this case — there are still all the same endpoints. This is expandable in case an aircraft with less lights (e.g. a J-3 Cub) is added. Endpoints such as `aircraft/0/has_beacon lights` for all the different lights would be helpful. ",
"id": "63898979be8b550030138f4b",
"name": "No way to tell if an aircraft has beacon (or other) lights. ",
"idShort": 72,
"shortLink": "yL9gYxZd"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-12-02T05:15:48.670Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "63898979be8b550030138f55",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "63898979be8b550030138f4b",
"name": "No way to tell if an aircraft has beacon (or other) lights. ",
"idShort": 72,
"shortLink": "yL9gYxZd"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2022-12-02T05:13:29.253Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "636d269d9ae77d043fb475fb",
"idMemberCreator": "636d269b71eb06011fd921be",
"data": {
"idMemberAdded": "636d269b71eb06011fd921be",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-11-10T16:28:13.379Z",
"limits": null,
"member": {
"id": "636d269b71eb06011fd921be",
"activityBlocked": false,
"avatarHash": "e8a81280f6ea8c4afc4c1fa8f56446b9",
"avatarUrl": "https://trello-members.s3.amazonaws.com/636d269b71eb06011fd921be/e8a81280f6ea8c4afc4c1fa8f56446b9",
"fullName": "Wyatt Sumner",
"idMemberReferrer": null,
"initials": "WS",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "wyattsumner"
},
"memberCreator": {
"id": "636d269b71eb06011fd921be",
"activityBlocked": false,
"avatarHash": "e8a81280f6ea8c4afc4c1fa8f56446b9",
"avatarUrl": "https://trello-members.s3.amazonaws.com/636d269b71eb06011fd921be/e8a81280f6ea8c4afc4c1fa8f56446b9",
"fullName": "Wyatt Sumner",
"idMemberReferrer": null,
"initials": "WS",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "wyattsumner"
}
}, {
"id": "636a98a7ddbb6901d0ecb9e4",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"pos": 2047.96875,
"id": "6357ac2c678a7d01661dd2ac",
"name": "Get User Flights - add violations received during flight",
"idShort": 71,
"shortLink": "7s9Z0oWj"
},
"old": {
"pos": 1294335
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-11-08T17:57:59.605Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "636a98975c1bad0262893e32",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"pos": 1294335,
"id": "6357ac2c678a7d01661dd2ac",
"name": "Get User Flights - add violations received during flight",
"idShort": 71,
"shortLink": "7s9Z0oWj"
},
"old": {
"pos": 950271
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-11-08T17:57:43.906Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "636a983089d93f014e242792",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"pos": 950271,
"id": "6357ac2c678a7d01661dd2ac",
"name": "Get User Flights - add violations received during flight",
"idShort": 71,
"shortLink": "7s9Z0oWj"
},
"old": {
"pos": 2531327
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-11-08T17:56:00.724Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "6357ac31171a46014475f87c",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"idLabels": [
"5e8648837669b2254912c9ae"
],
"id": "6357ac2c678a7d01661dd2ac",
"name": "Get User Flights - add violations received during flight",
"idShort": 71,
"shortLink": "7s9Z0oWj"
},
"old": {
"idLabels": []
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-10-25T09:28:17.232Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "6357ac2c678a7d01661dd2b4",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"id": "6357ac2c678a7d01661dd2ac",
"name": "Get User Flights - add violations received during flight",
"idShort": 71,
"shortLink": "7s9Z0oWj"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-10-25T09:28:12.572Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "633827619cbec602967efa8c",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"text": "Any further updates on this? I know Cam told me it should be hopefully fixed with new servers.",
"textData": {
"emoji": {}
},
"card": {
"id": "627193ac3b705154e5258ece",
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS]",
"idShort": 49,
"shortLink": "TaguC35s"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "commentCard",
"date": "2022-10-01T11:41:21.417Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "63342b300ccb6202e1a130a8",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"card": {
"desc": "We don't record this data and won't be adding this at this time. Sorry!",
"id": "6322e5492ed38d02adcd27dd",
"name": "Get All Liveries - Include aircraft registration",
"idShort": 70,
"shortLink": "OT4MD7GF"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-09-28T11:08:32.106Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "63342b23e5489302d2c39bd3",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "6322e5492ed38d02adcd27dd",
"name": "Get All Liveries - Include aircraft registration",
"idShort": 70,
"shortLink": "OT4MD7GF"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-09-28T11:08:19.954Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "6322e54e9b1e700216fbca3f",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"idLabels": [
"5e8648837669b2254912c9ae"
],
"id": "6322e5492ed38d02adcd27dd",
"name": "Get All Liveries - Include aircraft registration",
"idShort": 70,
"shortLink": "OT4MD7GF"
},
"old": {
"idLabels": []
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-09-15T08:41:50.246Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "6322e5492ed38d02adcd27e7",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"id": "6322e5492ed38d02adcd27dd",
"name": "Get All Liveries - Include aircraft registration",
"idShort": 70,
"shortLink": "OT4MD7GF"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-09-15T08:41:45.425Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "6318232a2d47dd01ea687ba0",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"text": "The actual issue here might be that the axis for the throttles is backward. Setting the axis (i use 3) to 1000 is no throttle, -1000 is full throttle.",
"textData": {
"emoji": {}
},
"card": {
"id": "630ec529608a7e02f51dbd46",
"name": "simulator/throttle set and get are negative if each other",
"idShort": 68,
"shortLink": "new6S2W4"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "commentCard",
"date": "2022-09-07T04:50:50.992Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "63176daaf8801f01657fdf98",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "63176daaf8801f01657fdf8f",
"name": "Get ATC Schedule",
"idShort": 69,
"shortLink": "v8r5AE4n"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-09-06T15:56:26.704Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6313b60c534da6005a17dbbb",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "`aircraft/0/systems/brakes/left/percentage`",
"id": "62629a6bf9aada5bf88e1ca5",
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"idShort": 45,
"shortLink": "EGg2ogIQ"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-09-03T20:16:12.638Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "6313b5f374930c01eddbf513",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "this has been added! `aircraft/0/systems/brakes/left/percentage`, and the right side too",
"id": "5e86ccb49abc9d379485753f",
"name": "axis for dynamic braking",
"idShort": 11,
"shortLink": "TBH1RHCe"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-09-03T20:15:47.935Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "630ec5a47e24fa02cbb2c97d",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "If you set simulator/throttle to a value x, then request the value and get a value y, y = -x. \n\nSet value of simulator/throttle: 100\nGet value of simulator/throttle: -100",
"id": "630ec529608a7e02f51dbd46",
"name": "simulator/throttle set and get are negative if each other",
"idShort": 68,
"shortLink": "new6S2W4"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-08-31T02:21:24.989Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "630ec529608a7e02f51dbd4f",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "630ec529608a7e02f51dbd46",
"name": "simulator/throttle set and get are negative if each other",
"idShort": 68,
"shortLink": "new6S2W4"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2022-08-31T02:19:21.849Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "63093b4594ac7d015a24eee3",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Get User Detail / Post User Stats - Total time ATC Sessions",
"id": "63093b3ae9666f0dfee98352",
"idShort": 67,
"shortLink": "O628Rnkc"
},
"old": {
"name": "Get User Detail / Post User Stats - Number of online ATC sessions"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-08-26T21:29:41.875Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "63093b3ae9666f0dfee9835b",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "63093b3ae9666f0dfee98352",
"name": "Get User Detail / Post User Stats - Number of online ATC sessions",
"idShort": 67,
"shortLink": "O628Rnkc"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-08-26T21:29:30.924Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "63093b32f5d566011bfafc2b",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "63093b32f5d566011bfafc22",
"name": "Get User Detail / Post User Stats - Number of online ATC sessions",
"idShort": 66,
"shortLink": "nd9IVOut"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-08-26T21:29:22.439Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "630194f4bc942f007da20070",
"idMemberCreator": "5f25045fce3afd1c515fd294",
"data": {
"card": {
"id": "630194f4bc942f007da20052",
"name": "Get information about surrounding traffic in Connect V2",
"idShort": 65,
"shortLink": "rsFEpNHt"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-08-21T02:14:12.746Z",
"limits": null,
"memberCreator": {
"id": "5f25045fce3afd1c515fd294",
"activityBlocked": false,
"avatarHash": "229762e84a9764fbeae2e0ed3d5c8308",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f25045fce3afd1c515fd294/229762e84a9764fbeae2e0ed3d5c8308",
"fullName": "Sam Neale",
"idMemberReferrer": null,
"initials": "SN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "samneale8"
}
}, {
"id": "6301946601044c0095a5da57",
"idMemberCreator": "5f25045fce3afd1c515fd294",
"data": {
"idMemberAdded": "5f25045fce3afd1c515fd294",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-08-21T02:11:50.906Z",
"limits": null,
"member": {
"id": "5f25045fce3afd1c515fd294",
"activityBlocked": false,
"avatarHash": "229762e84a9764fbeae2e0ed3d5c8308",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f25045fce3afd1c515fd294/229762e84a9764fbeae2e0ed3d5c8308",
"fullName": "Sam Neale",
"idMemberReferrer": null,
"initials": "SN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "samneale8"
},
"memberCreator": {
"id": "5f25045fce3afd1c515fd294",
"activityBlocked": false,
"avatarHash": "229762e84a9764fbeae2e0ed3d5c8308",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f25045fce3afd1c515fd294/229762e84a9764fbeae2e0ed3d5c8308",
"fullName": "Sam Neale",
"idMemberReferrer": null,
"initials": "SN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "samneale8"
}
}, {
"id": "62fe35d6a4a6391dd5a8b7aa",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62fe35d6a4a6391dd5a8b7a1",
"name": "Get Session Detail - Fetch grade/other requirements (Get Sessions returns only if restricted or not)",
"idShort": 64,
"shortLink": "waIXBaVC"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-08-18T12:51:34.962Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62f29ec3051022488f926a7a",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"start": null,
"id": "5f55a7baaa27b86fb6336ca9",
"name": "Way to return current camera from ConnectAPI",
"idShort": 26,
"shortLink": "ka86LNzx"
},
"old": {
"start": "2022-08-09T17:51:55.285Z"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-08-09T17:52:03.154Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "62f29ebfcae9947fcedc5252",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"start": "2022-08-09T17:51:55.285Z",
"id": "5f55a7baaa27b86fb6336ca9",
"name": "Way to return current camera from ConnectAPI",
"idShort": 26,
"shortLink": "ka86LNzx"
},
"old": {
"start": null
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-08-09T17:51:59.474Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "62e2da8e8176f64b18a51128",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"desc": "It would be cool to have access to different scenery editor functions via the connect API. Such as placing, modifying, deleting, etc. \n\nThe only one that I currently know of is the delete command. Even that still prompts the user to confirm though.",
"id": "62e17fe50c46925ac865870a",
"name": "Ability to access functions of the editor",
"idShort": 63,
"shortLink": "5ogZkyWx"
},
"old": {
"desc": "It would be cool to have access to different scenery editor functions via the connect API. Such as placing, modifying, deleting, etc."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-07-28T18:50:54.979Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "62e17fe50c46925ac8658716",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"id": "62e17fe50c46925ac865870a",
"name": "Ability to access functions of the editor",
"idShort": 63,
"shortLink": "5ogZkyWx"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2022-07-27T18:11:49.584Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "62dc875c7460cd791c11d511",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "**0 is something. Null is nothing.**\n\nA null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as latitudes along the equator).",
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"desc": "**0 is something. Null is nothing.**\n\nA null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator)."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-23T23:42:20.248Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d98f8f5c36a5325645f2f9",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Get Flights - Time last updated & possibly refresh delay in sec/min between updates. Helps to perfectly sync with IF (example useful case: stops the flights from getting thrown backwards when animating them)",
"id": "62d98ed31de5ab0ec30085a4",
"idShort": 62,
"shortLink": "vAQ6yZqZ"
},
"old": {
"name": "Get Flights - Time last updated & possibly refresh delay in sec/min between updates. Helps to perfectly sync with IF (stops the flights from getting thrown backwards when animating them)"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-21T17:40:31.256Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d98f79e88dc36c056c6388",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Get Flights - Time last updated & possibly refresh delay in sec/min between updates. Helps to perfectly sync with IF (stops the flights from getting thrown backwards when animating them)",
"id": "62d98ed31de5ab0ec30085a4",
"idShort": 62,
"shortLink": "vAQ6yZqZ"
},
"old": {
"name": "Get Flights - Time last updated & possibly refresh delay in seconds / min between updates. Helps to perfectly sync with IF (stops the flights from getting thrown backwards when animating them)"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-21T17:40:09.417Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d98ed31de5ab0ec30085ad",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d98ed31de5ab0ec30085a4",
"name": "Get Flights - Time last updated & possibly refresh delay in seconds / min between updates. Helps to perfectly sync with IF (stops the flights from getting thrown backwards when animating them)",
"idShort": 62,
"shortLink": "vAQ6yZqZ"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-21T17:37:23.085Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d69b06242ea31395ca4059",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d69b06242ea31395ca4050",
"name": "Get User ATC Session(s) - Server name",
"idShort": 61,
"shortLink": "tmFKGDcp"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-19T11:52:38.867Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d69ad3e67a4613769e3dac",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Get User ATC Session(s) - Number of violations issued",
"id": "62d698f166736d1497ef49f8",
"idShort": 60,
"shortLink": "MvXa4aUL"
},
"old": {
"name": "Get User ATC Session(s) - number of violations issued"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-19T11:51:47.702Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d698f166736d1497ef4a01",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d698f166736d1497ef49f8",
"name": "Get User ATC Session(s) - number of violations issued",
"idShort": 60,
"shortLink": "MvXa4aUL"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-19T11:43:45.725Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d432f7c13f03262a9d1ffa",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d432f7c13f03262a9d1ff1",
"name": "Get User Stats (HTTP POST) - Number of online ATC sessions (we have onlineFlights for flights)",
"idShort": 59,
"shortLink": "v8y2XCtt"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-17T16:04:07.455Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d2e95cbbfe725f383cc542",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d2e95cbbfe725f383cc539",
"name": "Get Flights - Active / Away status",
"idShort": 58,
"shortLink": "z8v4QHmf"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-16T16:37:48.342Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29fbe8fecec5400553456",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Get a list of userIds by role",
"id": "62d29f754be66a567253c677",
"idShort": 57,
"shortLink": "0VwfsEcU"
},
"old": {
"name": "Query userIds by role"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:23:42.665Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29faf29d89d3cf8bb3102",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Get a list of userIds of specific groups such as IFATCs / mods / staff / other....",
"id": "62d29f754be66a567253c677",
"name": "Query userIds by role",
"idShort": 57,
"shortLink": "0VwfsEcU"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:23:27.801Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f754be66a567253c680",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d29f754be66a567253c677",
"name": "Query userIds by role",
"idShort": 57,
"shortLink": "0VwfsEcU"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-16T11:22:29.779Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f612d868e88bba34821",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up their IF account to a third party app (in the easiest way possible).",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up their IF account to a third party app."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:22:09.786Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f550a2db32b4f290992",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up their IF account to a third party app.",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to a third party app."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:21:57.566Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f44387c0f331a03345d",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to a third party app.",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up easily their IF account to a third party app."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:21:40.402Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f1d10bfd15046eb6b2d",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up easily their IF account to a third party app.",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to a third party app."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:21:01.534Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f13eac88f86adbe3bf8",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to a third party app.",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to a third party apps."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:20:51.464Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f0e9c1f9d26560dea58",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to a third party apps.",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to third party apps."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:20:46.137Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29f079b18663903ba961a",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up easily their IF account to third party apps.",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up easily their IF account to third party apps."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:20:39.504Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29ef873f30f52ee9dcfcb",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up easily their IF account to third party apps.",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up easily their IF account to third party apps"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:20:24.021Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29ef26eefea474db49a4b",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up easily their IF account to third party apps",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up their IF account to third party apps"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:20:18.430Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29ee879a03633ccb928b1",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful to sync up their IF account to third party apps",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. "
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:20:08.116Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d29ec968fa2f87ee1d1e2d",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Infinite Flight OAuth system (@see description)",
"id": "62d1ee9152a744041e06d865",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"name": "Infinite Flight OAuth system sharing (@see description)"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T11:19:37.281Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d2032d5c52a65ea5ac0022",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API can send a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - username\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/users/{userId}/atc/{atcSessionId} :\nATCFacility - airportIcao\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "**20220708 : LIST INCOMPLETE - WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-16T00:15:41.600Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d1eee4c7dffe0ed9a758a0",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. ",
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system sharing (@see description)",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-15T22:49:08.058Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d1eea17b077380ee309107",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Infinite Flight OAuth system sharing (@see description)",
"id": "62d1ee9152a744041e06d865",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"old": {
"name": "Infinite Flight OAuth system sharing :"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-15T22:48:01.031Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d1ee9152a744041e06d86e",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d1ee9152a744041e06d865",
"name": "Infinite Flight OAuth system sharing :",
"idShort": 56,
"shortLink": "dfmUXRmX"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-15T22:47:45.234Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d1d7bc344e9325d5218e5a",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Search userIds with username regex expression",
"id": "62d1d7954d6f513840ee6f8f",
"idShort": 55,
"shortLink": "j5uuW8Q4"
},
"old": {
"name": "Search userIds with regex expression on User Name"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-15T21:10:20.217Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62d1d7954d6f513840ee6f98",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62d1d7954d6f513840ee6f8f",
"name": "Search userIds with regex expression on User Name",
"idShort": 55,
"shortLink": "j5uuW8Q4"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-15T21:09:41.528Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62ca0e8bf5d856885ca8a938",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "**0 is something. Null is nothing.**\n\nA null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator).",
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"desc": "**0 is something. Null is nothing.**\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator)."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-09T23:26:03.324Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c770882324401022e17fab",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description)",
"id": "62c76e4d179e4c5fbd4e9e3a",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description to know why that's an issue)"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:47:20.761Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c7704f02898c1eb6c6f725",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "**20220708 : LIST INCOMPLETE - WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "**20220708 : LIST INCOMPLETE - WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:46:23.383Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c770344c733783cdf3dc12",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "**20220708 : LIST INCOMPLETE - WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "20220708 : **LIST INCOMPLETE: WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:45:56.286Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c77025df25fd28dde68844",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "20220708 : **LIST INCOMPLETE: WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "**LIST INCOMPLETE: WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:45:41.787Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c7700911e78716d56e2ab4",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "**LIST INCOMPLETE: WILL BE UPDATED ASAP**\n\nIt would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:45:13.136Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c76fb1b9c45f42c3f1b321",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "**0 is something. Null is nothing.**\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator).",
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description to know why that's an issue)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"desc": "**0 is something. Null is nothing.**\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator)."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:43:45.728Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c76f96163d4b16f8b5c173",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "**0 is something. Null is nothing.**\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator).",
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description to know why that's an issue)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"desc": "0 is something, null is nothing.\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator)."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:43:18.229Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c76f7ef2457b794d6d0249",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "0 is something, null is nothing.\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the server had found **nothing**. A zero coordinate can be interpreted as valid (such as longitudes along the equator).",
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description to know why that's an issue)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"desc": "0 is something, null is nothing.\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the server had found *nothing*. A zero coordinate can be interpreted as valid (such as longitudes along the equator)."
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:42:54.834Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c76f6e5e190e5b17d15c27",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "0 is something, null is nothing.\n\nIt's preferable to send a null lat / lng instead of sending 0. A null coordinate should be the proper way to tell if the server had found *nothing*. A zero coordinate can be interpreted as valid (such as longitudes along the equator).",
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description to know why that's an issue)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:42:38.012Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c76e5256b3b75920391723",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"pos": 294911,
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description to know why that's an issue)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"old": {
"pos": 376831
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-07-07T23:37:54.652Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62c76e4d179e4c5fbd4e9e43",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62c76e4d179e4c5fbd4e9e3a",
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description to know why that's an issue)",
"idShort": 54,
"shortLink": "4EQF6eBL"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-07-07T23:37:49.228Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62b4c018937df77e02bb28dd",
"idMemberCreator": "62b4c017e3d27675f3697d5c",
"data": {
"idMemberAdded": "62b4c017e3d27675f3697d5c",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-06-23T19:33:44.287Z",
"limits": null,
"member": {
"id": "62b4c017e3d27675f3697d5c",
"activityBlocked": false,
"avatarHash": "a52eabf62deb5ffd77ddc2add0241ad3",
"avatarUrl": "https://trello-members.s3.amazonaws.com/62b4c017e3d27675f3697d5c/a52eabf62deb5ffd77ddc2add0241ad3",
"fullName": "Arya T",
"idMemberReferrer": null,
"initials": "AT",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "aryat7"
},
"memberCreator": {
"id": "62b4c017e3d27675f3697d5c",
"activityBlocked": false,
"avatarHash": "a52eabf62deb5ffd77ddc2add0241ad3",
"avatarUrl": "https://trello-members.s3.amazonaws.com/62b4c017e3d27675f3697d5c/a52eabf62deb5ffd77ddc2add0241ad3",
"fullName": "Arya T",
"idMemberReferrer": null,
"initials": "AT",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "aryat7"
}
}, {
"id": "629c2cc06e78ac062b4f8fbc",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"card": {
"closed": true,
"id": "629c2c0491862587982291bc",
"name": "I accidentally created a new card, please delete this one.",
"idShort": 52,
"shortLink": "zDx8kHNh"
},
"old": {
"closed": false
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-06-05T04:10:40.138Z",
"limits": null,
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "629c2caecbc91f3d1b7e8c96",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"card": {
"desc": "Some people in our development may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: /v2/sessions?apikey={apikey}&lang=cn (for chinese) or /v2/sessions?apikey={apikey}&lang=de (for german)",
"id": "629c2c08262af71a8bb4fac3",
"name": "The API responses being compatible in multiple languages.",
"idShort": 53,
"shortLink": "Ob1NHA8R"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-06-05T04:10:22.114Z",
"limits": null,
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "629c2c71f4819833bcae7696",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"card": {
"name": "The API responses being compatible in multiple languages.",
"id": "629c2c08262af71a8bb4fac3",
"idShort": 53,
"shortLink": "Ob1NHA8R"
},
"old": {
"name": "The API responses being compatible in multiple languages as some people may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: /v2/sessions?apikey={apikey}&lang=fr"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-06-05T04:09:21.605Z",
"limits": null,
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "629c2c5f7629cd8915756fcd",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"card": {
"name": "The API responses being compatible in multiple languages as some people may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: /v2/sessions?apikey={apikey}&lang=fr",
"id": "629c2c08262af71a8bb4fac3",
"idShort": 53,
"shortLink": "Ob1NHA8R"
},
"old": {
"name": "The API responses being compatible in multiple languages as some people may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: v2/users/{userId}/flights"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-06-05T04:09:03.306Z",
"limits": null,
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "629c2c2fb6d9fd770d06ee2f",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"card": {
"name": "I accidentally created a new card, please delete this one.",
"id": "629c2c0491862587982291bc",
"idShort": 52,
"shortLink": "zDx8kHNh"
},
"old": {
"name": "/v2/sessions?apikey="
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-06-05T04:08:15.247Z",
"limits": null,
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "629c2c08262af71a8bb4facc",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"card": {
"id": "629c2c08262af71a8bb4fac3",
"name": "The API responses being compatible in multiple languages as some people may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: v2/users/{userId}/flights",
"idShort": 53,
"shortLink": "Ob1NHA8R"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-06-05T04:07:36.851Z",
"limits": null,
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "629c2c0491862587982291c5",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"card": {
"id": "629c2c0491862587982291bc",
"name": "/v2/sessions?apikey=",
"idShort": 52,
"shortLink": "zDx8kHNh"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-06-05T04:07:32.392Z",
"limits": null,
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "629c2b316766c513b067b30a",
"idMemberCreator": "61fb65f59aa5de17f6d84970",
"data": {
"idMemberAdded": "61fb65f59aa5de17f6d84970",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-06-05T04:04:01.210Z",
"limits": null,
"member": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
},
"memberCreator": {
"id": "61fb65f59aa5de17f6d84970",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"fullName": "ilya federov",
"idMemberReferrer": null,
"initials": "IF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ilyafederov"
}
}, {
"id": "628ec92b05dda15be75546b6",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"desc": "https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603",
"id": "62655c5167b7fa816a139ea5",
"name": "Kafka Topic or any producer for IF events",
"idShort": 48,
"shortLink": "5LZImpqN"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-26T00:26:19.640Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "628ec92aaff7e35a854d3144",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"name": "Kafka Topic or any producer for IF events",
"id": "62655c5167b7fa816a139ea5",
"idShort": 48,
"shortLink": "5LZImpqN"
},
"old": {
"name": "Kafka Topic or any producer for AFKLM events. Linked Topic: https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-26T00:26:18.346Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "628ec8300d42ca23b2741ba5",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1163263,
"id": "6254a8253efbb32546d47a15",
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request",
"idShort": 41,
"shortLink": "kw8WnoVA"
},
"old": {
"pos": 1458175
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-26T00:22:08.350Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "628ec8300d42ca23b2741b93",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "6254a8253efbb32546d47a15",
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request",
"idShort": 41,
"shortLink": "kw8WnoVA"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-26T00:22:08.302Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "62783faa107a1460d3fc7926",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "627193ac3b705154e5258ece",
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS]",
"idShort": 49,
"shortLink": "TaguC35s"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-08T22:09:46.501Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62783f8ecadec72a6d423f93",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"pos": 1458175,
"id": "6254a8253efbb32546d47a15",
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request",
"idShort": 41,
"shortLink": "kw8WnoVA"
},
"old": {
"pos": 1163263
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-08T22:09:18.942Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6275272c1e71d98a9b717d12",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-06T13:48:28.995Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62744ace6d8c3275618e91db",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "6272bbec55acca3b6b43a6e5",
"idShort": 51,
"shortLink": "i4KjBOJn"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "deleteCard",
"date": "2022-05-05T22:08:14.237Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "627429c118daa937f1229807",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS]",
"id": "627193ac3b705154e5258ece",
"idShort": 49,
"shortLink": "TaguC35s"
},
"old": {
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-05T19:47:13.460Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "627311a6c37e222bcbc3aa8e",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/users :\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-04T23:52:06.506Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "627304899f3a01696d884273",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"text": "@ethan77356948 Ohhhhh makes sense. Thanks a lot Ethan for the clarification! ",
"textData": {
"emoji": {}
},
"card": {
"id": "627193ac3b705154e5258ece",
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId",
"idShort": 49,
"shortLink": "TaguC35s"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2022-05-04T22:56:09.845Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62728a86d428af2cf261e6b8",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"text": "I asked Cam about this a while ago and he said it is intentional for now. It only shows on the IFATC server and Casual server because those two servers are newer than Expert and Training and can support liveryIDs.",
"textData": {
"emoji": {}
},
"card": {
"id": "627193ac3b705154e5258ece",
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId",
"idShort": 49,
"shortLink": "TaguC35s"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "commentCard",
"date": "2022-05-04T14:15:34.691Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "62726072f8a19169a963b16f",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API sends a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-04T11:16:02.904Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62725ec63ef2117280275b7c",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"pos": 311295,
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"pos": 409599
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-04T11:08:54.296Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6271eaa43dd1e7110860aab7",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-04T02:53:24.689Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6271e5a17cbb0929dcae51b6",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and also in the \"Description\" for additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-04T02:32:01.288Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6271a7ccc5c79e6ea84d9d69",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and also in the \"Description\" for additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and also in the \"Description\" for additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T22:08:12.104Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719f706d9621519ec6a06a",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column and also in the \"Description\" for additional info.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the \"Description\".\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:32:32.986Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719f3966ebab3067c7b071",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the \"Description\".\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the \"Description\".\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:31:37.870Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719ec821d550210307a0c0",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the \"Description\".\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the \"Description\".\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\n"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:29:44.952Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719dfbd2b811279fe7e153",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the \"Description\".\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\n",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the description.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\n\n"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:26:19.401Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719de868a2f2653397b14d",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"id": "62719c383b56e2290f122ad2",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"name": "Live API Docs doesn't appropriately mention ALL nullable values"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:26:00.864Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719d9c995c3b5a56ed5ae8",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It would also be better to mention if they can be null in the \"Type\" column instead of the description.\n\nComplete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\n\n",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": "Complete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\n"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:24:44.574Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719cf2b308a052eb5c3f49",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "Complete list of what I could get manually :\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - virtualOrganization\n\n",
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:21:54.081Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719c383b56e2290f122ada",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "62719c383b56e2290f122ad2",
"name": "Live API Docs doesn't appropriately mention ALL nullable values",
"idShort": 50,
"shortLink": "1EVm5lHb"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-05-03T21:18:48.302Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "627197e8b8385c741bfc0829",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It seems that the liveryId returns a correct value for some people such as KaiM & Laura but for most people it seems that it doesn't.\n",
"id": "627193ac3b705154e5258ece",
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId",
"idShort": 49,
"shortLink": "TaguC35s"
},
"old": {
"desc": "It seems that the liveryId returns a correct value for KaiM only :)"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T21:00:24.107Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62719645f7fae51fe170cad5",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"desc": "It seems that the liveryId returns a correct value for KaiM only :)",
"id": "627193ac3b705154e5258ece",
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId",
"idShort": 49,
"shortLink": "TaguC35s"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T20:53:25.614Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6271942c88aefa3c13ad31de",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId",
"id": "627193ac3b705154e5258ece",
"idShort": 49,
"shortLink": "TaguC35s"
},
"old": {
"name": "Endpoint GET - v2/users/{userId}/flights/{flightId} returning systematically null values for the liveryId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T20:44:28.510Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "627193ee52fc3c3065f598c4",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Endpoint GET - v2/users/{userId}/flights/{flightId} returning systematically null values for the liveryId",
"id": "627193ac3b705154e5258ece",
"idShort": 49,
"shortLink": "TaguC35s"
},
"old": {
"name": "Endpoint :"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-05-03T20:43:26.085Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "627193ac3b705154e5258ed6",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "627193ac3b705154e5258ece",
"name": "Endpoint :",
"idShort": 49,
"shortLink": "TaguC35s"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-05-03T20:42:20.658Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "626f8e8c77ea796a9f04fb34",
"idMemberCreator": "626f8e8af9da4351515f0d1d",
"data": {
"idMemberAdded": "626f8e8af9da4351515f0d1d",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-05-02T07:55:56.547Z",
"limits": null,
"member": {
"id": "626f8e8af9da4351515f0d1d",
"activityBlocked": false,
"avatarHash": "69395012266d5d24193d85371d82970f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/626f8e8af9da4351515f0d1d/69395012266d5d24193d85371d82970f",
"fullName": "Flightsim Ninja",
"idMemberReferrer": null,
"initials": "FN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "flightsimninja"
},
"memberCreator": {
"id": "626f8e8af9da4351515f0d1d",
"activityBlocked": false,
"avatarHash": "69395012266d5d24193d85371d82970f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/626f8e8af9da4351515f0d1d/69395012266d5d24193d85371d82970f",
"fullName": "Flightsim Ninja",
"idMemberReferrer": null,
"initials": "FN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "flightsimninja"
}
}, {
"id": "626ab1ac4b996101a34aa1dd",
"idMemberCreator": "626ab1abf284814230ee96c8",
"data": {
"idMemberAdded": "626ab1abf284814230ee96c8",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-04-28T15:24:28.940Z",
"limits": null,
"member": {
"id": "626ab1abf284814230ee96c8",
"activityBlocked": false,
"avatarHash": "4a060337afacb65aeb6bc1e45f0a80c5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/626ab1abf284814230ee96c8/4a060337afacb65aeb6bc1e45f0a80c5",
"fullName": "Robin Speedbird101",
"idMemberReferrer": null,
"initials": "RS",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "robinspeedbird101"
},
"memberCreator": {
"id": "626ab1abf284814230ee96c8",
"activityBlocked": false,
"avatarHash": "4a060337afacb65aeb6bc1e45f0a80c5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/626ab1abf284814230ee96c8/4a060337afacb65aeb6bc1e45f0a80c5",
"fullName": "Robin Speedbird101",
"idMemberReferrer": null,
"initials": "RS",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "robinspeedbird101"
}
}, {
"id": "62655c5167b7fa816a139eae",
"idMemberCreator": "5d5cc29a3487277274c452e6",
"data": {
"card": {
"id": "62655c5167b7fa816a139ea5",
"name": "Kafka Topic or any producer for AFKLM events. Linked Topic: https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603",
"idShort": 48,
"shortLink": "5LZImpqN"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-24T14:18:57.456Z",
"limits": null,
"memberCreator": {
"id": "5d5cc29a3487277274c452e6",
"activityBlocked": false,
"avatarHash": "6ae112f294b99eaff364a333dd1e4a51",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d5cc29a3487277274c452e6/6ae112f294b99eaff364a333dd1e4a51",
"fullName": "Sanket Pandia",
"idMemberReferrer": null,
"initials": "SP",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "sanketpandia"
}
}, {
"id": "62641a8773d28505cb329b2e",
"idMemberCreator": "6242198e06130975f4d74faa",
"data": {
"idMemberAdded": "6242198e06130975f4d74faa",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-04-23T15:25:59.983Z",
"limits": null,
"member": {
"id": "6242198e06130975f4d74faa",
"activityBlocked": false,
"avatarHash": "79d15162c394cb96fb54ee54c7513c1f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/6242198e06130975f4d74faa/79d15162c394cb96fb54ee54c7513c1f",
"fullName": "matei.grajdieru",
"idMemberReferrer": null,
"initials": "M",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "mateigrajdieru"
},
"memberCreator": {
"id": "6242198e06130975f4d74faa",
"activityBlocked": false,
"avatarHash": "79d15162c394cb96fb54ee54c7513c1f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/6242198e06130975f4d74faa/79d15162c394cb96fb54ee54c7513c1f",
"fullName": "matei.grajdieru",
"idMemberReferrer": null,
"initials": "M",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "mateigrajdieru"
}
}, {
"id": "62641a8773d28505cb329b04",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"idMember": "6242198e06130975f4d74faa",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "makeNormalMemberOfBoard",
"date": "2022-04-23T15:25:59.898Z",
"limits": null,
"member": {
"id": "6242198e06130975f4d74faa",
"activityBlocked": false,
"avatarHash": "79d15162c394cb96fb54ee54c7513c1f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/6242198e06130975f4d74faa/79d15162c394cb96fb54ee54c7513c1f",
"fullName": "matei.grajdieru",
"idMemberReferrer": null,
"initials": "M",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "mateigrajdieru"
},
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "62641a874bf8ed727af11d07",
"idMemberCreator": "6242198e06130975f4d74faa",
"data": {
"idMemberAdded": "6242198e06130975f4d74faa",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-04-23T15:25:59.031Z",
"limits": null,
"member": {
"id": "6242198e06130975f4d74faa",
"activityBlocked": false,
"avatarHash": "79d15162c394cb96fb54ee54c7513c1f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/6242198e06130975f4d74faa/79d15162c394cb96fb54ee54c7513c1f",
"fullName": "matei.grajdieru",
"idMemberReferrer": null,
"initials": "M",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "mateigrajdieru"
},
"memberCreator": {
"id": "6242198e06130975f4d74faa",
"activityBlocked": false,
"avatarHash": "79d15162c394cb96fb54ee54c7513c1f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/6242198e06130975f4d74faa/79d15162c394cb96fb54ee54c7513c1f",
"fullName": "matei.grajdieru",
"idMemberReferrer": null,
"initials": "M",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "mateigrajdieru"
}
}, {
"id": "626419450c0d3e05975c6db6",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"card": {
"id": "626419450c0d3e05975c6dad",
"name": "commands/Pushback only attaches/detaches tug but doesn’t push back",
"idShort": 47,
"shortLink": "QuvGDKl0"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2022-04-23T15:20:37.961Z",
"limits": null,
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "6263d96c73a78a5738222ce0",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"id": "6263d96c73a78a5738222cd7",
"name": "Include a user's roles in the flights endpoint",
"idShort": 46,
"shortLink": "xet6HSeM"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-23T10:48:12.643Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "6262ce94ae748569b0504bbf",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"pos": 1163263,
"id": "6254a8253efbb32546d47a15",
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request",
"idShort": 41,
"shortLink": "kw8WnoVA"
},
"old": {
"pos": 1458175
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-22T15:49:40.191Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62629b072a8247288a0aaa0a",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"text": "Now redundant for another request for \"axis for dynamic braking\"",
"textData": {
"emoji": {}
},
"card": {
"id": "62629a6bf9aada5bf88e1ca5",
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"idShort": 45,
"shortLink": "EGg2ogIQ"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2022-04-22T12:09:43.622Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "62629af1159c863f1165c1bc",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"attachment": {
"name": "IMG_11512B5894CE-1.jpeg",
"id": "62629ac1b33ac03f76994a10"
},
"card": {
"id": "62629a6bf9aada5bf88e1ca5",
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"idShort": 45,
"shortLink": "EGg2ogIQ"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "deleteAttachmentFromCard",
"date": "2022-04-22T12:09:21.476Z",
"limits": null,
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "62629ac2b33ac03f76994b1f",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"attachment": {
"name": "IMG_11512B5894CE-1.jpeg",
"id": "62629ac1b33ac03f76994a10"
},
"card": {
"id": "62629a6bf9aada5bf88e1ca5",
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"idShort": 45,
"shortLink": "EGg2ogIQ"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addAttachmentToCard",
"date": "2022-04-22T12:08:34.425Z",
"limits": null,
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "62629a6bf9aada5bf88e1cae",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"card": {
"id": "62629a6bf9aada5bf88e1ca5",
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"idShort": 45,
"shortLink": "EGg2ogIQ"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-22T12:07:07.171Z",
"limits": null,
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "625eec9f9747863098edcb0e",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"card": {
"id": "625eec9f9747863098edcb05",
"name": "Add a command to Connect v2 API comparable to \"NetworkJoystick.SetNetworkJoystickAxes\" in the v1 API",
"idShort": 44,
"shortLink": "8X5cIXXg"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-19T17:08:47.025Z",
"limits": null,
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "625939abaaf28d85c7e3e61b",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Set State - Boolean - Instantaneous gear descend/retract : aircraft/0/systems/landing_gear/lever_state",
"id": "625938ddbb1f2f47af4e2747",
"idShort": 43,
"shortLink": "pApxxkFz"
},
"old": {
"name": "Set State - Boolean : aircraft/0/systems/landing_gear/lever_state"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-15T09:23:55.729Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62593999f3e1b2273aa03b87",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Set State - Boolean : aircraft/0/systems/landing_gear/lever_state",
"id": "625938ddbb1f2f47af4e2747",
"idShort": 43,
"shortLink": "pApxxkFz"
},
"old": {
"name": "Set State : aircraft/0/systems/landing_gear/lever_state"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-15T09:23:37.212Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "625938f370b1214ba7cabb9a",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Set State : aircraft/0/systems/landing_gear/lever_state",
"id": "625938ddbb1f2f47af4e2747",
"idShort": 43,
"shortLink": "pApxxkFz"
},
"old": {
"name": "aircraft/0/systems/landing_gear/lever_state"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-15T09:20:51.995Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "625938ddbb1f2f47af4e2750",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "625938ddbb1f2f47af4e2747",
"name": "aircraft/0/systems/landing_gear/lever_state",
"idShort": 43,
"shortLink": "pApxxkFz"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-15T09:20:29.020Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "625800dcc7d74f09d83d332f",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "625800dcc7d74f09d83d3326",
"name": "Get Airport Status & Get World Status - Proper airportName field (completely distinct from airportIcao) with the full name in Infinite Flight of the airport (e.g EGLL / London Heathrow)",
"idShort": 42,
"shortLink": "gYbDkjUs"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-14T11:09:16.386Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6254b477b4dd3635a96fbe4c",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request",
"id": "6254a8253efbb32546d47a15",
"idShort": 41,
"shortLink": "kw8WnoVA"
},
"old": {
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the provided JSON in the POST request"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-11T23:06:31.034Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6254a8253efbb32546d47a1e",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "6254a8253efbb32546d47a15",
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the provided JSON in the POST request",
"idShort": 41,
"shortLink": "kw8WnoVA"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-11T22:13:57.262Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6254118ceb3310867bcd002a",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "6254118ceb3310867bcd0021",
"name": "Opening up the Connect API for ATC",
"idShort": 40,
"shortLink": "SHJx89rA"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-04-11T11:31:24.492Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6250e5dc2ba3745cf022e355",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1572863,
"id": "620b5316c696b8699d0fbe78",
"name": "Get flight plan by IFC Name",
"idShort": 33,
"shortLink": "JxA786Qs"
},
"old": {
"pos": 1048575
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-09T01:48:12.391Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6250e5dc2ba3745cf022e346",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "620b5316c696b8699d0fbe78",
"name": "Get flight plan by IFC Name",
"idShort": 33,
"shortLink": "JxA786Qs"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-09T01:48:12.370Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6250e5cada81ed2689ff9bda",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1507327,
"id": "620c15261151e187cb90ead4",
"name": "Request Multiple FPLs (Link to IFC)",
"idShort": 35,
"shortLink": "mMTuyJS7"
},
"old": {
"pos": 1409023
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-09T01:47:54.712Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6250e5cada81ed2689ff9bcb",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "620c15261151e187cb90ead4",
"name": "Request Multiple FPLs (Link to IFC)",
"idShort": 35,
"shortLink": "mMTuyJS7"
},
"old": {
"idList": "5e864890ef551a5f6f182ed5"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-09T01:47:54.685Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6250e5c85d425f642ac17b5e",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "620b96c59e8a614ab8888a5c",
"name": "Multiple flight ids for flight plan endpoint.",
"idShort": 34,
"shortLink": "keEvzy9W"
},
"old": {
"idList": "5e864890ef551a5f6f182ed5"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-04-09T01:47:52.703Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "624600b38455ce0f6710390d",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "624600b38455ce0f67103904",
"name": "aircraft/0/mtow",
"idShort": 39,
"shortLink": "8zleI1BG"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-03-31T19:27:47.639Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "624600a870fa2463d4c4fc56",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "624600a870fa2463d4c4fc4d",
"name": "aircraft/0/mlw",
"idShort": 38,
"shortLink": "8FsTQ0dc"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-03-31T19:27:36.080Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "62460091fd44408c0288874e",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "aircraft/0/weight",
"id": "624600132b361a7811d4e924",
"idShort": 37,
"shortLink": "ZNrf10bD"
},
"old": {
"name": "aircraft/0/weight_percentage"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-31T19:27:13.452Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "6246006acd92661232d5dc7e",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "aircraft/0/weight_percentage",
"id": "624600132b361a7811d4e924",
"idShort": 37,
"shortLink": "ZNrf10bD"
},
"old": {
"name": "aircraft/0/load or aircraft/0/weight_percentage"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-31T19:26:34.277Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "624600440e231c4dd82ed3ca",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"name": "aircraft/0/load or aircraft/0/weight_percentage",
"id": "624600132b361a7811d4e924",
"idShort": 37,
"shortLink": "ZNrf10bD"
},
"old": {
"name": "command/load or command/weight_percentage"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-31T19:25:56.878Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "624600132b361a7811d4e92f",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"card": {
"id": "624600132b361a7811d4e924",
"name": "command/load or command/weight_percentage",
"idShort": 37,
"shortLink": "ZNrf10bD"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-03-31T19:25:07.278Z",
"limits": null,
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "624182ab1fa1f12b92382a15",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1409023,
"id": "620c15261151e187cb90ead4",
"name": "Request Multiple FPLs (Link to IFC)",
"idShort": 35,
"shortLink": "mMTuyJS7"
},
"old": {
"pos": 1114111
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-28T09:40:59.976Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "624182ab1fa1f12b923829ff",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "620c15261151e187cb90ead4",
"name": "Request Multiple FPLs (Link to IFC)",
"idShort": 35,
"shortLink": "mMTuyJS7"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-28T09:40:59.948Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6241829c9b34f08d960afd13",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1441791,
"id": "620b96c59e8a614ab8888a5c",
"name": "Multiple flight ids for flight plan endpoint.",
"idShort": 34,
"shortLink": "keEvzy9W"
},
"old": {
"pos": 262143
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-28T09:40:44.327Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6241829c9b34f08d960afd02",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "620b96c59e8a614ab8888a5c",
"name": "Multiple flight ids for flight plan endpoint.",
"idShort": 34,
"shortLink": "keEvzy9W"
},
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-28T09:40:44.303Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6241779dba56564fa58773b7",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1376255,
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"old": {
"pos": 16383.75
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-28T08:53:49.053Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6241779dba56564fa58773a5",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-03-28T08:53:49.029Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "62294982535eb8402d132078",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"desc": "UDP connection would allow for better latency of flight control commands. Sending camera commands via the UDP SmoothTrack API is faster than sending them over TCP. I’d like to be able to continuously send flight control commands the same way. ",
"id": "622948d16cfcb74de7089037",
"name": "UDP connections for flight control axes",
"idShort": 36,
"shortLink": "suHDLiGM"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2022-03-10T00:42:42.392Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "622948d16cfcb74de7089041",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "622948d16cfcb74de7089037",
"name": "UDP connections for flight control axes",
"idShort": 36,
"shortLink": "suHDLiGM"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2022-03-10T00:39:45.471Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "621495c99c094e0da7e1ef98",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"name": "Get flight plan by IFC Name",
"id": "620b5316c696b8699d0fbe78",
"idShort": 33,
"shortLink": "JxA786Qs"
},
"old": {
"name": "Get flight plan by IFC Name / IF userId"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-22T07:50:33.201Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "621219e16f320c866b1716ac",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"idMemberAdded": "621219dfca81ff05397a36d5",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-02-20T10:37:21.595Z",
"limits": null,
"member": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
},
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "621219e16f320c866b171682",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"idMember": "621219dfca81ff05397a36d5",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "makeNormalMemberOfBoard",
"date": "2022-02-20T10:37:21.432Z",
"limits": null,
"member": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
},
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "621219e0a8866c8e0c6f805c",
"idMemberCreator": "621219dfca81ff05397a36d5",
"data": {
"idMemberAdded": "621219dfca81ff05397a36d5",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-02-20T10:37:20.525Z",
"limits": null,
"member": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
},
"memberCreator": {
"id": "621219dfca81ff05397a36d5",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"fullName": "@likeablegeek",
"idMemberReferrer": null,
"initials": "@",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "likeablegeek"
}
}, {
"id": "620c1599214c33834902e5a2",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"desc": "This would be useful for getting ETAs for a list of flights, for example: flights inbound to an airport.\n\nMore info below:\nhttps://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702/20\n",
"id": "620c15261151e187cb90ead4",
"name": "Request Multiple FPLs (Link to IFC)",
"idShort": 35,
"shortLink": "mMTuyJS7"
},
"old": {
"desc": "https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702/20\n"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-15T21:05:29.831Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "620c152c71c0e309475dc843",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"desc": "https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702/20\n",
"id": "620c15261151e187cb90ead4",
"name": "Request Multiple FPLs (Link to IFC)",
"idShort": 35,
"shortLink": "mMTuyJS7"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-15T21:03:40.094Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "620c15261151e187cb90eaee",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"id": "620c15261151e187cb90ead4",
"name": "Request Multiple FPLs (Link to IFC)",
"idShort": 35,
"shortLink": "mMTuyJS7"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-02-15T21:03:34.704Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "620b972251f8b93036499ca6",
"idMemberCreator": "5d5cc29a3487277274c452e6",
"data": {
"card": {
"desc": " Example: https://api.infiniteflight.com/public/v2/flight//flightplan?id=12312541&id=9877835&id=219873\n\nShould be able to fetch an array of flight plans for multiple users\n\nOriginal Request in IFC: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702",
"id": "620b96c59e8a614ab8888a5c",
"name": "Multiple flight ids for flight plan endpoint.",
"idShort": 34,
"shortLink": "keEvzy9W"
},
"old": {
"desc": " Example: https://api.infiniteflight.com/public/v2/flight//flightplan?id=12312541&id=9877835&id=219873\n\nShould be able to fetch an array of flight plans for multiple users"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-15T12:05:54.335Z",
"limits": null,
"memberCreator": {
"id": "5d5cc29a3487277274c452e6",
"activityBlocked": false,
"avatarHash": "6ae112f294b99eaff364a333dd1e4a51",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d5cc29a3487277274c452e6/6ae112f294b99eaff364a333dd1e4a51",
"fullName": "Sanket Pandia",
"idMemberReferrer": null,
"initials": "SP",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "sanketpandia"
}
}, {
"id": "620b97052d69d513d04d7ea1",
"idMemberCreator": "5d5cc29a3487277274c452e6",
"data": {
"card": {
"desc": " Example: https://api.infiniteflight.com/public/v2/flight//flightplan?id=12312541&id=9877835&id=219873\n\nShould be able to fetch an array of flight plans for multiple users",
"id": "620b96c59e8a614ab8888a5c",
"name": "Multiple flight ids for flight plan endpoint.",
"idShort": 34,
"shortLink": "keEvzy9W"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-15T12:05:25.783Z",
"limits": null,
"memberCreator": {
"id": "5d5cc29a3487277274c452e6",
"activityBlocked": false,
"avatarHash": "6ae112f294b99eaff364a333dd1e4a51",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d5cc29a3487277274c452e6/6ae112f294b99eaff364a333dd1e4a51",
"fullName": "Sanket Pandia",
"idMemberReferrer": null,
"initials": "SP",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "sanketpandia"
}
}, {
"id": "620b96c59e8a614ab8888a65",
"idMemberCreator": "5d5cc29a3487277274c452e6",
"data": {
"card": {
"id": "620b96c59e8a614ab8888a5c",
"name": "Multiple flight ids for flight plan endpoint.",
"idShort": 34,
"shortLink": "keEvzy9W"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-02-15T12:04:21.503Z",
"limits": null,
"memberCreator": {
"id": "5d5cc29a3487277274c452e6",
"activityBlocked": false,
"avatarHash": "6ae112f294b99eaff364a333dd1e4a51",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d5cc29a3487277274c452e6/6ae112f294b99eaff364a333dd1e4a51",
"fullName": "Sanket Pandia",
"idMemberReferrer": null,
"initials": "SP",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "sanketpandia"
}
}, {
"id": "620b5316c696b8699d0fbe81",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"id": "620b5316c696b8699d0fbe78",
"name": "Get flight plan by IFC Name / IF userId",
"idShort": 33,
"shortLink": "JxA786Qs"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2022-02-15T07:15:34.446Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "620842482f6ce2139f74bba9",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1310719,
"id": "6058d81810b0be18fc2afa7d",
"name": "Get ATC operations gained from a particular controlling session",
"idShort": 31,
"shortLink": "9cZLs4dD"
},
"old": {
"pos": 999423
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-12T23:27:04.781Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "620842482f6ce2139f74bb98",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "6058d81810b0be18fc2afa7d",
"name": "Get ATC operations gained from a particular controlling session",
"idShort": 31,
"shortLink": "9cZLs4dD"
},
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-12T23:27:04.753Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6208424689d8f2622dbd9ee8",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1245183,
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"old": {
"pos": 1064959
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-12T23:27:02.510Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6208424689d8f2622dbd9ed5",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-12T23:27:02.474Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb1ad07a85730cc35740b",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1196031,
"id": "5f49baeea61e062afd8be867",
"name": "Webhooks/Event Subscriptions",
"idShort": 20,
"shortLink": "LLfrX6Zc"
},
"old": {
"pos": 589823
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:53.508Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb1ad07a85730cc3573fa",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "5f49baeea61e062afd8be867",
"name": "Webhooks/Event Subscriptions",
"idShort": 20,
"shortLink": "LLfrX6Zc"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:53.488Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb1abe4e0d850faf627da",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1130495,
"id": "5f49bb7bdb3da9804b1ff0df",
"name": "Ability to Generate API Keys",
"idShort": 21,
"shortLink": "Tiee6ZP0"
},
"old": {
"pos": 655359
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:51.722Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb1abe4e0d850faf627c9",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "5f49bb7bdb3da9804b1ff0df",
"name": "Ability to Generate API Keys",
"idShort": 21,
"shortLink": "Tiee6ZP0"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:51.700Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb1a0ea737a8413e9e671",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"dueReminder": -1,
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"old": {
"dueReminder": null
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:40.423Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb1a0ea737a8413e9e65c",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"start": null,
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"old": {
"start": "2021-07-17T19:23:18.720Z"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:40.391Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb199c004025f2c8e90c5",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1064959,
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"old": {
"pos": 98303
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:33.774Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb199c004025f2c8e90b4",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:33.746Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb18d8670bd25f0cb493c",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "6185a0a7791aa02a6e9a34f8",
"name": "Request multiple flight plans through single request",
"idShort": 32,
"shortLink": "CSpNQZmc"
},
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:42:21.588Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fbb1673d33a572af4ee3f2",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "6185a0a7791aa02a6e9a34f8",
"name": "Request multiple flight plans through single request",
"idShort": 32,
"shortLink": "CSpNQZmc"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:41:43.819Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fba7ab2414a461190e978a",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "6058d81810b0be18fc2afa7d",
"name": "Get ATC operations gained from a particular controlling session",
"idShort": 31,
"shortLink": "9cZLs4dD"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T10:00:11.671Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fba5d3d9152341a5f145ac",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"pos": 1179647,
"id": "5e864ae0a9ae7877b34070d0",
"name": "Historical Data for Live API",
"idShort": 5,
"shortLink": "9mv6zaBD"
},
"old": {
"pos": 65535
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T09:52:19.841Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fba5d3d9152341a5f1459b",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e864ae0a9ae7877b34070d0",
"name": "Historical Data for Live API",
"idShort": 5,
"shortLink": "9mv6zaBD"
},
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2022-02-03T09:52:19.809Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "61fba5b3ea4bf041930b1a52",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"idMember": "5ed31bb96300b95e9c371c03",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "makeAdminOfBoard",
"date": "2022-02-03T09:51:47.758Z",
"limits": null,
"member": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
},
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "61ed5fd54924ba4e44bc5f66",
"idMemberCreator": "5d9f2bc44020986d8939badc",
"data": {
"idMemberAdded": "5d9f2bc44020986d8939badc",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2022-01-23T14:01:57.131Z",
"limits": null,
"member": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
},
"memberCreator": {
"id": "5d9f2bc44020986d8939badc",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"fullName": "Avon FitzGerald",
"idMemberReferrer": null,
"initials": "AF",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "avonfitzgerald"
}
}, {
"id": "61bac83c587f9f791eac366b",
"idMemberCreator": "61bac83ac9f3b980cd85753f",
"data": {
"idMemberAdded": "61bac83ac9f3b980cd85753f",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2021-12-16T05:01:48.744Z",
"limits": null,
"member": {
"id": "61bac83ac9f3b980cd85753f",
"activityBlocked": false,
"avatarHash": "0d29da2e2bcab6c25c79438481a6bafb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61bac83ac9f3b980cd85753f/0d29da2e2bcab6c25c79438481a6bafb",
"fullName": "donnebanget",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "donnebanget"
},
"memberCreator": {
"id": "61bac83ac9f3b980cd85753f",
"activityBlocked": false,
"avatarHash": "0d29da2e2bcab6c25c79438481a6bafb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61bac83ac9f3b980cd85753f/0d29da2e2bcab6c25c79438481a6bafb",
"fullName": "donnebanget",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "donnebanget"
}
}, {
"id": "61ba04d9372f9a6d8c6f0197",
"idMemberCreator": "61ba04d83ba4bd207c61e425",
"data": {
"idMemberAdded": "61ba04d83ba4bd207c61e425",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2021-12-15T15:08:09.824Z",
"limits": null,
"member": {
"id": "61ba04d83ba4bd207c61e425",
"activityBlocked": false,
"avatarHash": "ad2f2bea0a5d1b13c5c98a49465329a6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61ba04d83ba4bd207c61e425/ad2f2bea0a5d1b13c5c98a49465329a6",
"fullName": "OTH_ MAN",
"idMemberReferrer": null,
"initials": "OM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "oth_man"
},
"memberCreator": {
"id": "61ba04d83ba4bd207c61e425",
"activityBlocked": false,
"avatarHash": "ad2f2bea0a5d1b13c5c98a49465329a6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61ba04d83ba4bd207c61e425/ad2f2bea0a5d1b13c5c98a49465329a6",
"fullName": "OTH_ MAN",
"idMemberReferrer": null,
"initials": "OM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "oth_man"
}
}, {
"id": "6185a12b2c5123154d53dfd5",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"desc": "A system for getting multiple flight plans all at once, similar to the current system for getting user information.",
"id": "6185a0a7791aa02a6e9a34f8",
"name": "Request multiple flight plans through single request",
"idShort": 32,
"shortLink": "CSpNQZmc"
},
"old": {
"desc": ""
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-11-05T21:24:59.237Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "6185a0a7791aa02a6e9a3500",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"id": "6185a0a7791aa02a6e9a34f8",
"name": "Request multiple flight plans through single request",
"idShort": 32,
"shortLink": "CSpNQZmc"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2021-11-05T21:22:47.934Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "60f32e2aa153083c56c8a919",
"idMemberCreator": "56345e2de4aa80b663ee5412",
"data": {
"old": {
"start": null
},
"card": {
"start": "2021-07-17T19:23:18.720Z",
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "updateCard",
"date": "2021-07-17T19:23:22.752Z",
"limits": null,
"memberCreator": {
"id": "56345e2de4aa80b663ee5412",
"activityBlocked": false,
"avatarHash": "d43b708c4411f9a45dfa9bea2cf0d153",
"avatarUrl": "https://trello-members.s3.amazonaws.com/56345e2de4aa80b663ee5412/d43b708c4411f9a45dfa9bea2cf0d153",
"fullName": "Adrien",
"idMemberReferrer": null,
"initials": "A",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "adrienzaradez"
}
}, {
"id": "60cdd01238064a0e55335ec9",
"idMemberCreator": "5d5cc29a3487277274c452e6",
"data": {
"idMemberAdded": "5d5cc29a3487277274c452e6",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2021-06-19T11:08:02.324Z",
"limits": null,
"member": {
"id": "5d5cc29a3487277274c452e6",
"activityBlocked": false,
"avatarHash": "6ae112f294b99eaff364a333dd1e4a51",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d5cc29a3487277274c452e6/6ae112f294b99eaff364a333dd1e4a51",
"fullName": "Sanket Pandia",
"idMemberReferrer": null,
"initials": "SP",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "sanketpandia"
},
"memberCreator": {
"id": "5d5cc29a3487277274c452e6",
"activityBlocked": false,
"avatarHash": "6ae112f294b99eaff364a333dd1e4a51",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d5cc29a3487277274c452e6/6ae112f294b99eaff364a333dd1e4a51",
"fullName": "Sanket Pandia",
"idMemberReferrer": null,
"initials": "SP",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "sanketpandia"
}
}, {
"id": "60a86e13582d0d59a4b64fc0",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"pos": 131071
},
"card": {
"pos": 491519,
"id": "5e864a76e376845f75c7c6e2",
"name": "aircraft/0/systems/autopilot/spd/target",
"idShort": 4,
"shortLink": "LK6zabWe"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-05-22T02:36:03.906Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "60a86e13582d0d59a4b64fbb",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e864a76e376845f75c7c6e2",
"name": "aircraft/0/systems/autopilot/spd/target",
"idShort": 4,
"shortLink": "LK6zabWe"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-05-22T02:36:03.881Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "60a86df0b42e9242f839b89d",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"text": "bumping this. we can control cameras by number, but querying the current camera (`infiniteflight/current_camera`) returns names like \"captain.\" a `infiniteflight/current_camera_number` command would be helpful",
"card": {
"id": "5f55a7baaa27b86fb6336ca9",
"name": "Way to return current camera from ConnectAPI",
"idShort": 26,
"shortLink": "ka86LNzx"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2021-05-22T02:35:28.335Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "60a86d8750df5e2524c24500",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"pos": 851967
},
"card": {
"pos": 1048575,
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-05-22T02:33:43.511Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "60a86d8750df5e2524c244fb",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"idList": "5e864890ef551a5f6f182ed5"
},
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-05-22T02:33:43.481Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "60a86d83c5e6332d8ff2de67",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"pos": 131071
},
"card": {
"pos": 753663,
"id": "5e864b41a4ea00395d9fe16b",
"name": "commands/resetcamera",
"idShort": 6,
"shortLink": "DvBNZWWI"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-05-22T02:33:39.149Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "60a86d83c5e6332d8ff2de62",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e864b41a4ea00395d9fe16b",
"name": "commands/resetcamera",
"idShort": 6,
"shortLink": "DvBNZWWI"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-05-22T02:33:39.116Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "60a292f58681be39bcaad0e5",
"idMemberCreator": "5b07f72f069820e893dabeb6",
"data": {
"idMemberAdded": "5b07f72f069820e893dabeb6",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2021-05-17T15:59:49.203Z",
"limits": null,
"member": {
"id": "5b07f72f069820e893dabeb6",
"activityBlocked": false,
"avatarHash": "27d3b53f960b81cc89e38d29226bb50c",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b07f72f069820e893dabeb6/27d3b53f960b81cc89e38d29226bb50c",
"fullName": "ronnyparis",
"idMemberReferrer": null,
"initials": "R",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ronnyparis"
},
"memberCreator": {
"id": "5b07f72f069820e893dabeb6",
"activityBlocked": false,
"avatarHash": "27d3b53f960b81cc89e38d29226bb50c",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b07f72f069820e893dabeb6/27d3b53f960b81cc89e38d29226bb50c",
"fullName": "ronnyparis",
"idMemberReferrer": null,
"initials": "R",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ronnyparis"
}
}, {
"id": "6058d81810b0be18fc2afa7e",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"card": {
"id": "6058d81810b0be18fc2afa7d",
"name": "Get ATC operations gained from a particular controlling session",
"idShort": 31,
"shortLink": "9cZLs4dD"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "createCard",
"date": "2021-03-22T17:47:04.711Z",
"limits": null,
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "60411365e0051e1db7bef00c",
"idMemberCreator": "5ebb61c5c68f500268ea5adb",
"data": {
"idMemberAdded": "5ebb61c5c68f500268ea5adb",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2021-03-04T17:05:41.606Z",
"limits": null,
"member": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
},
"memberCreator": {
"id": "5ebb61c5c68f500268ea5adb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"fullName": "Ethan",
"idMemberReferrer": null,
"initials": "E",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ethan77356948"
}
}, {
"id": "6019c35a8bf052557f0879eb",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"pos": 49151.25
},
"card": {
"pos": 1114111,
"id": "5f801966cc284d378c5a9d14",
"name": "Atlantic / pacific tracks",
"idShort": 27,
"shortLink": "6W3QALYx"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-02-02T21:25:46.607Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "6019c35a8bf052557f0879e9",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5f801966cc284d378c5a9d14",
"name": "Atlantic / pacific tracks",
"idShort": 27,
"shortLink": "6W3QALYx"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-02-02T21:25:46.581Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "600abfc9b749be7840afa909",
"idMemberCreator": "5f82bf2a9646b15052842ba7",
"data": {
"card": {
"id": "600abfc9b749be7840afa908",
"name": "Ability to set time and date",
"idShort": 30,
"shortLink": "k21sWzRQ"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2021-01-22T12:06:33.307Z",
"limits": null,
"memberCreator": {
"id": "5f82bf2a9646b15052842ba7",
"activityBlocked": false,
"avatarHash": "db3b4ea0e351bb04e06af9dc7582d028",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f82bf2a9646b15052842ba7/db3b4ea0e351bb04e06af9dc7582d028",
"fullName": "Alexander Nikitin",
"idMemberReferrer": null,
"initials": "AN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ifcalexandernikitin"
}
}, {
"id": "600279acb2312637b8e2eaf7",
"idMemberCreator": "5f397fb5445e5464aa4aa5ac",
"data": {
"idMemberAdded": "5f397fb5445e5464aa4aa5ac",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "addMemberToBoard",
"date": "2021-01-16T05:29:16.614Z",
"limits": null,
"member": {
"id": "5f397fb5445e5464aa4aa5ac",
"activityBlocked": false,
"avatarHash": "881189bc2687fc13ae73cbf663a5baa8",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f397fb5445e5464aa4aa5ac/881189bc2687fc13ae73cbf663a5baa8",
"fullName": "Luca Caviness",
"idMemberReferrer": null,
"initials": "LC",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "lucaviness"
},
"memberCreator": {
"id": "5f397fb5445e5464aa4aa5ac",
"activityBlocked": false,
"avatarHash": "881189bc2687fc13ae73cbf663a5baa8",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f397fb5445e5464aa4aa5ac/881189bc2687fc13ae73cbf663a5baa8",
"fullName": "Luca Caviness",
"idMemberReferrer": null,
"initials": "LC",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "lucaviness"
}
}, {
"id": "5ff609880119f54058fc7007",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5fa98e6906d54026fe92d09f",
"name": "GetUserStats - Level 2/3 Count",
"idShort": 29,
"shortLink": "Y845xy2b"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-01-06T19:03:36.487Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5ff60984e2bb4f739496a49f",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"text": "We won't add this in the Infintie Flight API directly. We're adding improvements to make this easy to calculate though :)",
"card": {
"id": "5f8bf3a6c28c538949aa6e32",
"name": "Flight time and range for current flight",
"idShort": 28,
"shortLink": "aOQKrOSg"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2021-01-06T19:03:32.360Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5ff6096dbcdf20536054160e",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"card": {
"idList": "5ff609696edfd2690ed2ce95",
"id": "5f8bf3a6c28c538949aa6e32",
"name": "Flight time and range for current flight",
"idShort": 28,
"shortLink": "aOQKrOSg"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-01-06T19:03:09.834Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5ff609696edfd2690ed2ce97",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"list": {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createList",
"date": "2021-01-06T19:03:05.612Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5ff609575a46877fe52f30f9",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "5f801966cc284d378c5a9d14",
"name": "Atlantic / pacific tracks",
"idShort": 27,
"shortLink": "6W3QALYx"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-01-06T19:02:47.460Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5ff60955ae1777191fd47adc",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"pos": 786431
},
"card": {
"pos": 16383.75,
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-01-06T19:02:45.199Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5ff60955ae1777191fd47ada",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"card": {
"idList": "5e86488d9bb9d77423fec72f",
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2021-01-06T19:02:45.168Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5ff600a933b27d1c2bb1869e",
"idMemberCreator": "5f82bf2a9646b15052842ba7",
"data": {
"idMemberAdded": "5f82bf2a9646b15052842ba7",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2021-01-06T18:25:45.063Z",
"limits": null,
"member": {
"id": "5f82bf2a9646b15052842ba7",
"activityBlocked": false,
"avatarHash": "db3b4ea0e351bb04e06af9dc7582d028",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f82bf2a9646b15052842ba7/db3b4ea0e351bb04e06af9dc7582d028",
"fullName": "Alexander Nikitin",
"idMemberReferrer": null,
"initials": "AN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ifcalexandernikitin"
},
"memberCreator": {
"id": "5f82bf2a9646b15052842ba7",
"activityBlocked": false,
"avatarHash": "db3b4ea0e351bb04e06af9dc7582d028",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f82bf2a9646b15052842ba7/db3b4ea0e351bb04e06af9dc7582d028",
"fullName": "Alexander Nikitin",
"idMemberReferrer": null,
"initials": "AN",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ifcalexandernikitin"
}
}, {
"id": "5fb296e4b76e5a654e71286f",
"idMemberCreator": "5fb29630ebf47b4f115e0f96",
"data": {
"idMemberAdded": "5fb29630ebf47b4f115e0f96",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-11-16T15:12:36.573Z",
"limits": null,
"member": {
"id": "5fb29630ebf47b4f115e0f96",
"activityBlocked": false,
"avatarHash": "5ce0c0ed81199311c61a124fefb3ffc7",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5fb29630ebf47b4f115e0f96/5ce0c0ed81199311c61a124fefb3ffc7",
"fullName": "IFAE - Saharsh",
"idMemberReferrer": null,
"initials": "IS",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ifaesaharsh"
},
"memberCreator": {
"id": "5fb29630ebf47b4f115e0f96",
"activityBlocked": false,
"avatarHash": "5ce0c0ed81199311c61a124fefb3ffc7",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5fb29630ebf47b4f115e0f96/5ce0c0ed81199311c61a124fefb3ffc7",
"fullName": "IFAE - Saharsh",
"idMemberReferrer": null,
"initials": "IS",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "ifaesaharsh"
}
}, {
"id": "5fa98ec2d9bb961f2d3b7e3b",
"idMemberCreator": "5a85cf0e4e51e6cc5be25e07",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Add Level 2/3 count for 24 hours to the GetUserStats endpoint similar to the old api with the 24 hour ghosting. This will save going to the grade endpoint. ",
"id": "5fa98e6906d54026fe92d09f",
"name": "GetUserStats - Level 2/3 Count",
"idShort": 29,
"shortLink": "Y845xy2b"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-11-09T18:47:30.918Z",
"limits": null,
"memberCreator": {
"id": "5a85cf0e4e51e6cc5be25e07",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "chriss196",
"idMemberReferrer": null,
"initials": "C",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chriss196"
}
}, {
"id": "5fa98e7d617ca24592ac03f5",
"idMemberCreator": "5a85cf0e4e51e6cc5be25e07",
"data": {
"old": {
"name": "Add Level 2/3 violation count 24 hours to"
},
"card": {
"name": "GetUserStats - Level 2/3 Count",
"id": "5fa98e6906d54026fe92d09f",
"idShort": 29,
"shortLink": "Y845xy2b"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-11-09T18:46:21.970Z",
"limits": null,
"memberCreator": {
"id": "5a85cf0e4e51e6cc5be25e07",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "chriss196",
"idMemberReferrer": null,
"initials": "C",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chriss196"
}
}, {
"id": "5fa98e6906d54026fe92d0a3",
"idMemberCreator": "5a85cf0e4e51e6cc5be25e07",
"data": {
"card": {
"id": "5fa98e6906d54026fe92d09f",
"name": "Add Level 2/3 violation count 24 hours to",
"idShort": 29,
"shortLink": "Y845xy2b"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-11-09T18:46:01.512Z",
"limits": null,
"memberCreator": {
"id": "5a85cf0e4e51e6cc5be25e07",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "chriss196",
"idMemberReferrer": null,
"initials": "C",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chriss196"
}
}, {
"id": "5fa98e0e76f4155c25797beb",
"idMemberCreator": "5a85cf0e4e51e6cc5be25e07",
"data": {
"idMemberAdded": "5a85cf0e4e51e6cc5be25e07",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-11-09T18:44:30.909Z",
"limits": null,
"member": {
"id": "5a85cf0e4e51e6cc5be25e07",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "chriss196",
"idMemberReferrer": null,
"initials": "C",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chriss196"
},
"memberCreator": {
"id": "5a85cf0e4e51e6cc5be25e07",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "chriss196",
"idMemberReferrer": null,
"initials": "C",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chriss196"
}
}, {
"id": "5f8bf3a7c28c538949aa6e33",
"idMemberCreator": "5f8bed8cefbe9f5c4fcd0626",
"data": {
"card": {
"id": "5f8bf3a6c28c538949aa6e32",
"name": "Flight time and range for current flight",
"idShort": 28,
"shortLink": "aOQKrOSg"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-10-18T07:49:59.012Z",
"limits": null,
"memberCreator": {
"id": "5f8bed8cefbe9f5c4fcd0626",
"activityBlocked": false,
"avatarHash": "7c61a5fa400c83810e00626aaf97c479",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f8bed8cefbe9f5c4fcd0626/7c61a5fa400c83810e00626aaf97c479",
"fullName": "Sean Zhang",
"idMemberReferrer": null,
"initials": "SZ",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "seanzhang64"
}
}, {
"id": "5f8bed9de7e2ad55ed8e8f82",
"idMemberCreator": "5f8bed8cefbe9f5c4fcd0626",
"data": {
"idMemberAdded": "5f8bed8cefbe9f5c4fcd0626",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-10-18T07:24:13.448Z",
"limits": null,
"member": {
"id": "5f8bed8cefbe9f5c4fcd0626",
"activityBlocked": false,
"avatarHash": "7c61a5fa400c83810e00626aaf97c479",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f8bed8cefbe9f5c4fcd0626/7c61a5fa400c83810e00626aaf97c479",
"fullName": "Sean Zhang",
"idMemberReferrer": null,
"initials": "SZ",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "seanzhang64"
},
"memberCreator": {
"id": "5f8bed8cefbe9f5c4fcd0626",
"activityBlocked": false,
"avatarHash": "7c61a5fa400c83810e00626aaf97c479",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f8bed8cefbe9f5c4fcd0626/7c61a5fa400c83810e00626aaf97c479",
"fullName": "Sean Zhang",
"idMemberReferrer": null,
"initials": "SZ",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "seanzhang64"
}
}, {
"id": "5f8019a977dd626b25824a7c",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"old": {
"pos": 983039
},
"card": {
"pos": 49151.25,
"id": "5f801966cc284d378c5a9d14",
"name": "Atlantic / pacific tracks",
"idShort": 27,
"shortLink": "6W3QALYx"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-09T08:04:57.546Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5f80199e37d07a179d5309ee",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "It would be great to be able to fetch the current tracks from infinite flight. This could also include the new tracks that Misha has been testing.",
"id": "5f801966cc284d378c5a9d14",
"name": "Atlantic / pacific tracks",
"idShort": 27,
"shortLink": "6W3QALYx"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-09T08:04:46.397Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5f801966cc284d378c5a9d15",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"id": "5f801966cc284d378c5a9d14",
"name": "Atlantic / pacific tracks",
"idShort": 27,
"shortLink": "6W3QALYx"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-10-09T08:03:50.162Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5f7aa687a1eebe484c0e5749",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"text": "Moving to done because (as far as I know) the V1 API won't be getting further updates",
"card": {
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2020-10-05T04:52:23.399Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f7aa66e8e560d43e1eacb53",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"pos": 16383.75
},
"card": {
"pos": 851967,
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-05T04:51:58.660Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f7aa66e8e560d43e1eacb51",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-05T04:51:58.636Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f7aa62d066c262fbf8a518f",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": "Ability to view past live flights for a pilot. Example format:\npastFlights\": [\n {\n \"departure\":\"ICAO\",\n \"arrival\":\"ICAO\",\n \"date\":\"04/04/2020\",\n \"aircraft\":\"AircraftID\",\n \"flighttime\":{\n \"night\":\"1:23\",\n \"day\":\"2:46\",\n },\n \"violations\":[\n {\n \"reason\":\"Overspeed (In Flight)\",\n \"datetime\":\"2020/04/03 21:10 UTC\"\n }\n ],\n \"reports\":[\n {\n \"reportedBy\":\"IFATC Some Guy\",\n \"reason\":\"Blocking an active taxiway\",\n \"datetime\":\"2020/04/03 23:13 UTC\"\n }\n ]\n }\n]"
},
"card": {
"desc": "See https://community.infiniteflight.com/t/historical-flights-in-userdetails-aspx/417261/2",
"id": "5e864ae0a9ae7877b34070d0",
"name": "Historical Data for Live API",
"idShort": 5,
"shortLink": "9mv6zaBD"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-05T04:50:53.903Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f7aa5e55aa9aa7c98ebbb50",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"text": "Keep an eye out, new docs coming soon to the user guide ",
"card": {
"id": "5e8f8cffdc68d87121ea88f3",
"name": "Missing proper documentation",
"idShort": 14,
"shortLink": "KIwe3BuT"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2020-10-05T04:49:41.728Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f7aa5d2bae89c378e4330f8",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"pos": 327679
},
"card": {
"pos": 786431,
"id": "5e8f8cffdc68d87121ea88f3",
"name": "Missing proper documentation",
"idShort": 14,
"shortLink": "KIwe3BuT"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-05T04:49:22.856Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f7aa5d2bae89c378e4330f6",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e8f8cffdc68d87121ea88f3",
"name": "Missing proper documentation",
"idShort": 14,
"shortLink": "KIwe3BuT"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-05T04:49:22.809Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f781c77d2aa24046514e1f1",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"text": "This one was titled as Grade Issues but link was the airport details request. Renamed to Airport Details and archived the other card.",
"card": {
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Airport Details Endpoint",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2020-10-03T06:38:47.719Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f781c230576a37ab618fb43",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"closed": false
},
"card": {
"closed": true,
"id": "5f49bceadddd0a5c9ff5dae1",
"name": "AirportDetails Endpoint for Live API",
"idShort": 23,
"shortLink": "jcCT7pWm"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-03T06:37:23.187Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f77ffe869d8d21f86e8c4dd",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"name": "Live API Grade"
},
"card": {
"name": "Live API Airport Details Endpoint",
"id": "5f49bd5feb822c7d8bc98037",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-03T04:36:56.852Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f77ffc8c739c75d4d629c5c",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"idList": "5e864890ef551a5f6f182ed5"
},
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Grade",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-03T04:36:24.507Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f77ffaf9be1ac5e0728a399",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"pos": 393215
},
"card": {
"pos": 786431,
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Grade",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-03T04:35:59.928Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f77ffaf9be1ac5e0728a397",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Grade",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-03T04:35:59.902Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f777aad021ab36a0fa6d012",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"idList": "5e86488f096a1f2595fdef48"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5f49bc7cc3221e5ba58c734a",
"name": "ATC Actions for non-IFATC and Time Periods",
"idShort": 22,
"shortLink": "pOH2YUXh"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-10-02T19:08:29.056Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5f73d280be135c87c296338e",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"text": "Moved to in progress as the new Live API fixes this",
"card": {
"id": "5f49bc7cc3221e5ba58c734a",
"name": "ATC Actions for non-IFATC and Time Periods",
"idShort": 22,
"shortLink": "pOH2YUXh"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2020-09-30T00:34:08.438Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f73d26d909bb61ef7be02ec",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"idList": "5e86488d9bb9d77423fec72f"
},
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "5f49bc7cc3221e5ba58c734a",
"name": "ATC Actions for non-IFATC and Time Periods",
"idShort": 22,
"shortLink": "pOH2YUXh"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-09-30T00:33:49.576Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f6b10f6ba675351ecf5782b",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"pos": 327679
},
"card": {
"pos": 393215,
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Grade",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-09-23T09:10:14.916Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5f6b10f6ba675351ecf57829",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Grade",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-09-23T09:10:14.884Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5f5b80c294dc04489581e798",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"card": {
"idList": "5e864890ef551a5f6f182ed5",
"id": "5e86d2bd7f274909c6863336",
"name": "aircraft/0/systems/autopilot/on",
"idShort": 12,
"shortLink": "1rmeBMkE"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-09-11T13:50:58.071Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5f55a822258eaa300d57c1e9",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "The api gives info on different cameras by number (I can look up the name of camera 4, for example) but there’s no way to find out the number of the current camera. ",
"id": "5f55a7baaa27b86fb6336ca9",
"name": "Way to return current camera from ConnectAPI",
"idShort": 26,
"shortLink": "ka86LNzx"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-09-07T03:25:22.571Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5f55a7baaa27b86fb6336caa",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5f55a7baaa27b86fb6336ca9",
"name": "Way to return current camera from ConnectAPI",
"idShort": 26,
"shortLink": "ka86LNzx"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-09-07T03:23:38.323Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5f556eb1eadcb30addde2d28",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"text": "New API has this functionality fwiw",
"card": {
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2020-09-06T23:20:17.290Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5f49bdd55cc67d5f5ddd661c",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": "As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to."
},
"card": {
"desc": "As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to. See https://community.infiniteflight.com/t/select-aircraft-in-atc-interface/417256/2.",
"id": "5f49bdab32921a7eebea7317",
"name": "Select Aircraft as Controller in Connect API",
"idShort": 25,
"shortLink": "Me51efBe"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:30:45.766Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bdc03b4d090967fd34ec",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to.",
"id": "5f49bdab32921a7eebea7317",
"name": "Select Aircraft as Controller in Connect API",
"idShort": 25,
"shortLink": "Me51efBe"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:30:24.346Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bdab32921a7eebea7318",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"id": "5f49bdab32921a7eebea7317",
"name": "Select Aircraft as Controller in Connect API",
"idShort": 25,
"shortLink": "Me51efBe"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-08-29T02:30:03.759Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bd673c2b7307b2478fda",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143.",
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Grade",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:28:55.414Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bd5feb822c7d8bc98038",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"id": "5f49bd5feb822c7d8bc98037",
"name": "Live API Grade",
"idShort": 24,
"shortLink": "PaJU84Te"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-08-29T02:28:47.423Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bd0f948201682fcf5e22",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Requested by Chris_S via IFC. See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143.",
"id": "5f49bceadddd0a5c9ff5dae1",
"name": "AirportDetails Endpoint for Live API",
"idShort": 23,
"shortLink": "jcCT7pWm"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:27:27.536Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bceadddd0a5c9ff5dae2",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"id": "5f49bceadddd0a5c9ff5dae1",
"name": "AirportDetails Endpoint for Live API",
"idShort": 23,
"shortLink": "jcCT7pWm"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-08-29T02:26:50.200Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bccdf51a6765bb05bbee",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "In Live API UserDetails endpoint. Request by Chris_S via IFC. See https://community.infiniteflight.com/t/userdetails-aspx-request/416101.",
"id": "5f49bc7cc3221e5ba58c734a",
"name": "ATC Actions for non-IFATC and Time Periods",
"idShort": 22,
"shortLink": "pOH2YUXh"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:26:21.267Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bcc85dd522259306a5d1",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"name": "ATC Actions for non-IFATC"
},
"card": {
"name": "ATC Actions for non-IFATC and Time Periods",
"id": "5f49bc7cc3221e5ba58c734a",
"idShort": 22,
"shortLink": "pOH2YUXh"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:26:16.365Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bc7cc3221e5ba58c734b",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"id": "5f49bc7cc3221e5ba58c734a",
"name": "ATC Actions for non-IFATC",
"idShort": 22,
"shortLink": "pOH2YUXh"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-08-29T02:25:00.649Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bba5f1ef8c09cc6e7ee4",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Possibly through a developer center, anyone could be able to get their own API Key. Could be done through a review and approve workflow.",
"id": "5f49bb7bdb3da9804b1ff0df",
"name": "Ability to Generate API Keys",
"idShort": 21,
"shortLink": "Tiee6ZP0"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:21:25.325Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bb7bdb3da9804b1ff0e0",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"id": "5f49bb7bdb3da9804b1ff0df",
"name": "Ability to Generate API Keys",
"idShort": 21,
"shortLink": "Tiee6ZP0"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-08-29T02:20:43.488Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bb423122f73cc3cfe783",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Ability to view past live flights for a pilot. Example format:\npastFlights\": [\n {\n \"departure\":\"ICAO\",\n \"arrival\":\"ICAO\",\n \"date\":\"04/04/2020\",\n \"aircraft\":\"AircraftID\",\n \"flighttime\":{\n \"night\":\"1:23\",\n \"day\":\"2:46\",\n },\n \"violations\":[\n {\n \"reason\":\"Overspeed (In Flight)\",\n \"datetime\":\"2020/04/03 21:10 UTC\"\n }\n ],\n \"reports\":[\n {\n \"reportedBy\":\"IFATC Some Guy\",\n \"reason\":\"Blocking an active taxiway\",\n \"datetime\":\"2020/04/03 23:13 UTC\"\n }\n ]\n }\n]",
"id": "5e864ae0a9ae7877b34070d0",
"name": "Historical Data for Live API",
"idShort": 5,
"shortLink": "9mv6zaBD"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:19:46.011Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bb391905a34d089e435d",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"id": "5e864ae0a9ae7877b34070d0",
"name": "Historical Data for Live API",
"idShort": 5,
"shortLink": "9mv6zaBD"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"checklist": {
"id": "5ea9ccc9e0644a0db4c3f29e",
"name": "Checklist"
}
},
"appCreator": null,
"type": "removeChecklistFromCard",
"date": "2020-08-29T02:19:37.947Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49bb02eea87850ab236061",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Implement a \"don't call us, we'll call you\" system for some events in the Live API. Possible events:\n- Certain User Opened ATC Facility\n- Certain User Begins Flight\n- Certain User Closed ATC Facility\n- Certain User Ends Flight",
"id": "5f49baeea61e062afd8be867",
"name": "Webhooks/Event Subscriptions",
"idShort": 20,
"shortLink": "LLfrX6Zc"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-29T02:18:42.154Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49baeea61e062afd8be868",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"card": {
"id": "5f49baeea61e062afd8be867",
"name": "Webhooks/Event Subscriptions",
"idShort": 20,
"shortLink": "LLfrX6Zc"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-08-29T02:18:22.774Z",
"limits": null,
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f49b4d669c0b267ea281391",
"idMemberCreator": "5ed31bb96300b95e9c371c03",
"data": {
"idMemberAdded": "5ed31bb96300b95e9c371c03",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-08-29T01:52:22.147Z",
"limits": null,
"member": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
},
"memberCreator": {
"id": "5ed31bb96300b95e9c371c03",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"fullName": "Kai Malcolm",
"idMemberReferrer": null,
"initials": "KM",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "kaimalcolm1"
}
}, {
"id": "5f407a1bf45b795476a74ba3",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "No way to show the map atm. Would be nice to have this, as well as zoom/motion and a state like mapIsShowing or something",
"id": "5f4079d5a25ee0736ccfa5ae",
"name": "commands/togglemap",
"idShort": 19,
"shortLink": "jhJtW2A9"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-08-22T01:51:23.460Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5f4079d5a25ee0736ccfa5af",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5f4079d5a25ee0736ccfa5ae",
"name": "commands/togglemap",
"idShort": 19,
"shortLink": "jhJtW2A9"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-08-22T01:50:13.327Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5eea152070125615e56b30ba",
"idMemberCreator": "5eea14f439c852215452909a",
"data": {
"idMemberAdded": "5eea14f439c852215452909a",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-06-17T13:05:36.011Z",
"limits": null,
"member": {
"id": "5eea14f439c852215452909a",
"activityBlocked": false,
"avatarHash": "678ca9db21df08dbac206b921fbcd1d6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5eea14f439c852215452909a/678ca9db21df08dbac206b921fbcd1d6",
"fullName": "TRzacheth11!",
"idMemberReferrer": null,
"initials": "T",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "trzacheth11"
},
"memberCreator": {
"id": "5eea14f439c852215452909a",
"activityBlocked": false,
"avatarHash": "678ca9db21df08dbac206b921fbcd1d6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5eea14f439c852215452909a/678ca9db21df08dbac206b921fbcd1d6",
"fullName": "TRzacheth11!",
"idMemberReferrer": null,
"initials": "T",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "trzacheth11"
}
}, {
"id": "5edb14b5bfb97a8c50bbeb1a",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5edb14b5bfb97a8c50bbeb19",
"name": "add infiniteflight/commands when on the menu (infiniteflight/appstate and others are available in the sim, but not from the menu)",
"idShort": 18,
"shortLink": "NRYWH6CW"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-06-06T03:59:49.718Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5ed4c7a40a6e9521b0d4a8e0",
"idMemberCreator": "5ed4c7a1c941467b9268443a",
"data": {
"idMemberAdded": "5ed4c7a1c941467b9268443a",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-06-01T09:17:24.530Z",
"limits": null,
"member": {
"id": "5ed4c7a1c941467b9268443a",
"activityBlocked": false,
"avatarHash": "d0d4a45b56a0bb54e3641cbd8a972f1d",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed4c7a1c941467b9268443a/d0d4a45b56a0bb54e3641cbd8a972f1d",
"fullName": "Lucas Rebato",
"idMemberReferrer": null,
"initials": "LR",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "rebal15"
},
"memberCreator": {
"id": "5ed4c7a1c941467b9268443a",
"activityBlocked": false,
"avatarHash": "d0d4a45b56a0bb54e3641cbd8a972f1d",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed4c7a1c941467b9268443a/d0d4a45b56a0bb54e3641cbd8a972f1d",
"fullName": "Lucas Rebato",
"idMemberReferrer": null,
"initials": "LR",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "rebal15"
}
}, {
"id": "5ec25a25a9182e684d990eb2",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"card": {
"id": "5ec25a25a9182e684d990eb1",
"name": "Elevator trim direct setting state",
"idShort": 17,
"shortLink": "6mHwjjQr"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-05-18T09:49:25.850Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5eb5791086590c8144081cc6",
"idMemberCreator": "5eb3e2cbb8154d11db42e4d9",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "I know it is old API, but would be a huge improvement Currently you can only toggle gear, so setting the gear to a specific state requires another query to the aircraft state",
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-05-08T15:21:52.089Z",
"limits": null,
"memberCreator": {
"id": "5eb3e2cbb8154d11db42e4d9",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "John Kelly",
"idMemberReferrer": null,
"initials": "JK",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "johnkelly282"
}
}, {
"id": "5eb578ed9ff9bf87de90dd60",
"idMemberCreator": "5eb3e2cbb8154d11db42e4d9",
"data": {
"card": {
"id": "5eb578ed9ff9bf87de90dd5f",
"name": "provide V1 api Command.SetGearState",
"idShort": 16,
"shortLink": "bfhvVsEw"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-05-08T15:21:17.094Z",
"limits": null,
"memberCreator": {
"id": "5eb3e2cbb8154d11db42e4d9",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "John Kelly",
"idMemberReferrer": null,
"initials": "JK",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "johnkelly282"
}
}, {
"id": "5eb5697e888c9f1e4087e409",
"idMemberCreator": "5eb3e2cbb8154d11db42e4d9",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Currently the api returns OK (Result = 0) with a TextRespones indicating error. Would be nice to either have it return erorr, or return an error type, so it is easier to understand when invalid data has been sent",
"id": "5eb5695324a10b40c1438e78",
"name": "provide a better error response",
"idShort": 15,
"shortLink": "IzpDdt2W"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-05-08T14:15:26.018Z",
"limits": null,
"memberCreator": {
"id": "5eb3e2cbb8154d11db42e4d9",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "John Kelly",
"idMemberReferrer": null,
"initials": "JK",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "johnkelly282"
}
}, {
"id": "5eb5695324a10b40c1438e79",
"idMemberCreator": "5eb3e2cbb8154d11db42e4d9",
"data": {
"card": {
"id": "5eb5695324a10b40c1438e78",
"name": "provide a better error response",
"idShort": 15,
"shortLink": "IzpDdt2W"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-05-08T14:14:43.309Z",
"limits": null,
"memberCreator": {
"id": "5eb3e2cbb8154d11db42e4d9",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "John Kelly",
"idMemberReferrer": null,
"initials": "JK",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "johnkelly282"
}
}, {
"id": "5eb3e2cd4886f181ec272d2a",
"idMemberCreator": "5eb3e2cbb8154d11db42e4d9",
"data": {
"idMemberAdded": "5eb3e2cbb8154d11db42e4d9",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-05-07T10:28:29.352Z",
"limits": null,
"member": {
"id": "5eb3e2cbb8154d11db42e4d9",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "John Kelly",
"idMemberReferrer": null,
"initials": "JK",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "johnkelly282"
},
"memberCreator": {
"id": "5eb3e2cbb8154d11db42e4d9",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "John Kelly",
"idMemberReferrer": null,
"initials": "JK",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "johnkelly282"
}
}, {
"id": "5ea9ccc9e0644a0db4c3f2a0",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"id": "5e864ae0a9ae7877b34070d0",
"name": "Historical Data for Live API",
"idShort": 5,
"shortLink": "9mv6zaBD"
},
"checklist": {
"id": "5ea9ccc9e0644a0db4c3f29e",
"name": "Checklist"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "addChecklistToCard",
"date": "2020-04-29T18:51:53.200Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5e96294ff383530189b50b3a",
"idMemberCreator": "59d3a29ec1a8484edaaf252f",
"data": {
"card": {
"id": "5e8f8b00a6ffdc460c780126",
"idShort": 13,
"shortLink": "KF0Mw3ux"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "deleteCard",
"date": "2020-04-14T21:21:19.444Z",
"limits": null,
"memberCreator": {
"id": "59d3a29ec1a8484edaaf252f",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"fullName": "DragosPopa",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "dragospopa4"
}
}, {
"id": "5e96269ca1cb241f1e85118a",
"idMemberCreator": "59d3a29ec1a8484edaaf252f",
"data": {
"text": "Tom and Cameron currently working on this. \nhttps://github.com/flyingdevelopmentstudio/infiniteflight-api",
"card": {
"id": "5e8f8cffdc68d87121ea88f3",
"name": "Missing proper documentation",
"idShort": 14,
"shortLink": "KIwe3BuT"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "commentCard",
"date": "2020-04-14T21:09:48.212Z",
"limits": {
"reactions": {
"perAction": {
"status": "ok",
"disableAt": 900,
"warnAt": 720
},
"uniquePerAction": {
"status": "ok",
"disableAt": 17,
"warnAt": 14
}
}
},
"memberCreator": {
"id": "59d3a29ec1a8484edaaf252f",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"fullName": "DragosPopa",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "dragospopa4"
}
}, {
"id": "5e96267098e48d5f8685a2d7",
"idMemberCreator": "59d3a29ec1a8484edaaf252f",
"data": {
"old": {
"idList": "5e86488a6f7bc558fb98035e"
},
"card": {
"idList": "5e86488f096a1f2595fdef48",
"id": "5e8f8cffdc68d87121ea88f3",
"name": "Missing proper documentation",
"idShort": 14,
"shortLink": "KIwe3BuT"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"listBefore": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"listAfter": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-14T21:09:04.063Z",
"limits": null,
"memberCreator": {
"id": "59d3a29ec1a8484edaaf252f",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"fullName": "DragosPopa",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "dragospopa4"
}
}, {
"id": "5e91f81e58a5a68d69109a05",
"idMemberCreator": "5d17db5b5c2aca72c80b2373",
"data": {
"idMemberAdded": "5d17db5b5c2aca72c80b2373",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-04-11T17:02:22.138Z",
"limits": null,
"member": {
"id": "5d17db5b5c2aca72c80b2373",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Jon Hasselhoff",
"idMemberReferrer": null,
"initials": "JH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "jonhasselhoff"
},
"memberCreator": {
"id": "5d17db5b5c2aca72c80b2373",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Jon Hasselhoff",
"idMemberReferrer": null,
"initials": "JH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "jonhasselhoff"
}
}, {
"id": "5e910b349e19ba3f2422edfa",
"idMemberCreator": "5e910b31b964487863db4670",
"data": {
"idMemberAdded": "5e910b31b964487863db4670",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-04-11T00:11:32.061Z",
"limits": null,
"member": {
"id": "5e910b31b964487863db4670",
"activityBlocked": false,
"avatarHash": "d52c9356f72000c6a24f39c3ac82dee0",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5e910b31b964487863db4670/d52c9356f72000c6a24f39c3ac82dee0",
"fullName": "Qantas094 💕",
"idMemberReferrer": null,
"initials": "Q",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "qantas094"
},
"memberCreator": {
"id": "5e910b31b964487863db4670",
"activityBlocked": false,
"avatarHash": "d52c9356f72000c6a24f39c3ac82dee0",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5e910b31b964487863db4670/d52c9356f72000c6a24f39c3ac82dee0",
"fullName": "Qantas094 💕",
"idMemberReferrer": null,
"initials": "Q",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "qantas094"
}
}, {
"id": "5e8f8d9cdc874559fc727000",
"idMemberCreator": "59d3a29ec1a8484edaaf252f",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "https://github.com/flyingdevelopmentstudio/infiniteflight-api\nMade by @philippe and @Nicholas. Great starting point and very helpful but outdated (? perhaps) and uncomplete. \n",
"id": "5e8f8cffdc68d87121ea88f3",
"name": "Missing proper documentation",
"idShort": 14,
"shortLink": "KIwe3BuT"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-09T21:03:24.470Z",
"limits": null,
"memberCreator": {
"id": "59d3a29ec1a8484edaaf252f",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"fullName": "DragosPopa",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "dragospopa4"
}
}, {
"id": "5e8f8cffdc68d87121ea88f4",
"idMemberCreator": "59d3a29ec1a8484edaaf252f",
"data": {
"card": {
"id": "5e8f8cffdc68d87121ea88f3",
"name": "Missing proper documentation",
"idShort": 14,
"shortLink": "KIwe3BuT"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-09T21:00:47.544Z",
"limits": null,
"memberCreator": {
"id": "59d3a29ec1a8484edaaf252f",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"fullName": "DragosPopa",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "dragospopa4"
}
}, {
"id": "5e8f883270e73987a32b3942",
"idMemberCreator": "59d3a29ec1a8484edaaf252f",
"data": {
"idMemberAdded": "59d3a29ec1a8484edaaf252f",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-04-09T20:40:18.923Z",
"limits": null,
"member": {
"id": "59d3a29ec1a8484edaaf252f",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"fullName": "DragosPopa",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "dragospopa4"
},
"memberCreator": {
"id": "59d3a29ec1a8484edaaf252f",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"fullName": "DragosPopa",
"idMemberReferrer": null,
"initials": "D",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "dragospopa4"
}
}, {
"id": "5e86d2d1a82fbc20492679ed",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "This does not have setState functionality. Tested with Bools",
"id": "5e86d2bd7f274909c6863336",
"name": "aircraft/0/systems/autopilot/on",
"idShort": 12,
"shortLink": "1rmeBMkE"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-03T06:08:17.208Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e86d2bd7f274909c6863337",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e86d2bd7f274909c6863336",
"name": "aircraft/0/systems/autopilot/on",
"idShort": 12,
"shortLink": "1rmeBMkE"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-03T06:07:57.194Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e86d292da730309bdc5afb2",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"old": {
"desc": "Be able to receive the currently TFRs through the API."
},
"card": {
"desc": "Be able to receive the current TFRs through the API.",
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": {
"id": "4f2e03c573c9e4eb241b1e1b"
},
"type": "updateCard",
"date": "2020-04-03T06:07:14.222Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5e86ccb49abc9d3794857540",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e86ccb49abc9d379485753f",
"name": "axis for dynamic braking",
"idShort": 11,
"shortLink": "TBH1RHCe"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-03T05:42:12.056Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e866556bac5cd553497627d",
"idMemberCreator": "5de2e462efcc6b28161ad7ff",
"data": {
"idMemberAdded": "5de2e462efcc6b28161ad7ff",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "addMemberToBoard",
"date": "2020-04-02T22:21:10.017Z",
"limits": null,
"member": {
"id": "5de2e462efcc6b28161ad7ff",
"activityBlocked": false,
"avatarHash": "66378959d93ef16bd27a57f44104401e",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5de2e462efcc6b28161ad7ff/66378959d93ef16bd27a57f44104401e",
"fullName": "s t a r z",
"idMemberReferrer": null,
"initials": "SZ",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "starii_"
},
"memberCreator": {
"id": "5de2e462efcc6b28161ad7ff",
"activityBlocked": false,
"avatarHash": "66378959d93ef16bd27a57f44104401e",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5de2e462efcc6b28161ad7ff/66378959d93ef16bd27a57f44104401e",
"fullName": "s t a r z",
"idMemberReferrer": null,
"initials": "SZ",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "starii_"
}
}, {
"id": "5e8657c5608aff580d021fa4",
"idMemberCreator": "56345e2de4aa80b663ee5412",
"data": {
"idMemberAdded": "56345e2de4aa80b663ee5412",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "addMemberToBoard",
"date": "2020-04-02T21:23:17.448Z",
"limits": null,
"member": {
"id": "56345e2de4aa80b663ee5412",
"activityBlocked": false,
"avatarHash": "d43b708c4411f9a45dfa9bea2cf0d153",
"avatarUrl": "https://trello-members.s3.amazonaws.com/56345e2de4aa80b663ee5412/d43b708c4411f9a45dfa9bea2cf0d153",
"fullName": "Adrien",
"idMemberReferrer": null,
"initials": "A",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "adrienzaradez"
},
"memberCreator": {
"id": "56345e2de4aa80b663ee5412",
"activityBlocked": false,
"avatarHash": "d43b708c4411f9a45dfa9bea2cf0d153",
"avatarUrl": "https://trello-members.s3.amazonaws.com/56345e2de4aa80b663ee5412/d43b708c4411f9a45dfa9bea2cf0d153",
"fullName": "Adrien",
"idMemberReferrer": null,
"initials": "A",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "adrienzaradez"
}
}, {
"id": "5e86574f83d80b397bb0236d",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": "Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: \"atcCommand\", ID: 12) which would send the ID of the ATC command, would help"
},
"card": {
"desc": "Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: \"atcCommand\", value: 12) which would send the ID of the ATC command, would help",
"id": "5e8650229c68b40d431c1477",
"name": "generic ATC command",
"idShort": 9,
"shortLink": "870YvUD7"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T21:21:19.745Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e8650c248688f5f07bd1178",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"old": {
"pos": 327679
},
"card": {
"pos": 98303,
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:53:22.400Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5e8650bbe29f662804fc989b",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Be able to receive the currently TFRs through the API.",
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:53:15.443Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5e86508f506d6a57e2565198",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: \"atcCommand\", ID: 12) which would send the ID of the ATC command, would help",
"id": "5e8650229c68b40d431c1477",
"name": "generic ATC command",
"idShort": 9,
"shortLink": "870YvUD7"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:52:31.804Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e86508bd8bbda74e329338d",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"card": {
"id": "5e86508bd8bbda74e329338c",
"name": "NOTAMS / TFR(s)",
"idShort": 10,
"shortLink": "bgDeXrpl"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:52:27.439Z",
"limits": null,
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5e8650229c68b40d431c1478",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e8650229c68b40d431c1477",
"name": "generic ATC command",
"idShort": 9,
"shortLink": "870YvUD7"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:50:42.267Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864fa07816f37d92fd4707",
"idMemberCreator": "53d9c822b727df20766af802",
"data": {
"idMemberAdded": "53d9c822b727df20766af802",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": {
"id": "4ee912fee8a2505d1715191f"
},
"type": "addMemberToBoard",
"date": "2020-04-02T20:48:32.535Z",
"limits": null,
"member": {
"id": "53d9c822b727df20766af802",
"activityBlocked": false,
"avatarHash": "e6c66251ebe94bd4aef89d2fc086e4c5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/53d9c822b727df20766af802/e6c66251ebe94bd4aef89d2fc086e4c5",
"fullName": "a_gudimenko",
"idMemberReferrer": null,
"initials": "A",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "faustian_echo_"
},
"memberCreator": {
"id": "53d9c822b727df20766af802",
"activityBlocked": false,
"avatarHash": "e6c66251ebe94bd4aef89d2fc086e4c5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/53d9c822b727df20766af802/e6c66251ebe94bd4aef89d2fc086e4c5",
"fullName": "a_gudimenko",
"idMemberReferrer": null,
"initials": "A",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "faustian_echo_"
}
}, {
"id": "5e864f63929c4d780d627840",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "a get and set boolean state, in order to set reverse thrust on and off, e.g. setState(ID: \"sim/throttle/reverse\", value: true) to activate reverse thrust",
"id": "5e864f04e717771e80cae426",
"name": "simulator/throttle/reverse",
"idShort": 8,
"shortLink": "SVNDVLUU"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:47:31.592Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864f04e717771e80cae427",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e864f04e717771e80cae426",
"name": "simulator/throttle/reverse",
"idShort": 8,
"shortLink": "SVNDVLUU"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:45:56.312Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864e99c74f2b0d0ff01ed2",
"idMemberCreator": "599b6e072c3688aa11bb3ca7",
"data": {
"idMemberAdded": "599b6e072c3688aa11bb3ca7",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-04-02T20:44:09.980Z",
"limits": null,
"member": {
"id": "599b6e072c3688aa11bb3ca7",
"activityBlocked": false,
"avatarHash": "e910a848b1be328cc9ad366936f2ca64",
"avatarUrl": "https://trello-members.s3.amazonaws.com/599b6e072c3688aa11bb3ca7/e910a848b1be328cc9ad366936f2ca64",
"fullName": "Brandon",
"idMemberReferrer": null,
"initials": "B",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "bkreu19"
},
"memberCreator": {
"id": "599b6e072c3688aa11bb3ca7",
"activityBlocked": false,
"avatarHash": "e910a848b1be328cc9ad366936f2ca64",
"avatarUrl": "https://trello-members.s3.amazonaws.com/599b6e072c3688aa11bb3ca7/e910a848b1be328cc9ad366936f2ca64",
"fullName": "Brandon",
"idMemberReferrer": null,
"initials": "B",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "bkreu19"
}
}, {
"id": "5e864c0d09b593423eb9e3c7",
"idMemberCreator": "5b7d6e0b7f642d7dbb979c3a",
"data": {
"idMemberAdded": "5b7d6e0b7f642d7dbb979c3a",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-04-02T20:33:17.758Z",
"limits": null,
"member": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
},
"memberCreator": {
"id": "5b7d6e0b7f642d7dbb979c3a",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"fullName": "Chris Wing",
"idMemberReferrer": null,
"initials": "CW",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "chris__wing"
}
}, {
"id": "5e864ba55b6dee0df9ed29b5",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "These do not function. Tested with engine numbers as an argument",
"id": "5e864b7652d9b15f62ac36d8",
"name": "commands/Engine.Start and commands/Engine.Stop",
"idShort": 7,
"shortLink": "EMlP81nQ"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:31:33.347Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864b8f8788d87780f5f15e",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"name": "commands/Engine.Start and commands/Engine.Start"
},
"card": {
"name": "commands/Engine.Start and commands/Engine.Stop",
"id": "5e864b7652d9b15f62ac36d8",
"idShort": 7,
"shortLink": "EMlP81nQ"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:31:11.477Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864b85e384eb5869236c16",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"name": "commands/Engine.Start"
},
"card": {
"name": "commands/Engine.Start and commands/Engine.Start",
"id": "5e864b7652d9b15f62ac36d8",
"idShort": 7,
"shortLink": "EMlP81nQ"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:31:01.596Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864b7652d9b15f62ac36d9",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e864b7652d9b15f62ac36d8",
"name": "commands/Engine.Start",
"idShort": 7,
"shortLink": "EMlP81nQ"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:30:46.939Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864b5998a4996e9d0f1157",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "A command like this to recenter the camera (like on double tap) would be useful",
"id": "5e864b41a4ea00395d9fe16b",
"name": "commands/resetcamera",
"idShort": 6,
"shortLink": "DvBNZWWI"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:30:17.891Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864b41a4ea00395d9fe16c",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e864b41a4ea00395d9fe16b",
"name": "commands/resetcamera",
"idShort": 6,
"shortLink": "DvBNZWWI"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:29:53.593Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864b02d4119a5ec298350f",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "setState does not change the value of the autopilot spd target. Tested with float value.",
"id": "5e864a76e376845f75c7c6e2",
"name": "aircraft/0/systems/autopilot/spd/target",
"idShort": 4,
"shortLink": "LK6zabWe"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:28:50.247Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864ae0a9ae7877b34070d1",
"idMemberCreator": "5a24fc44ae5fd529896d4196",
"data": {
"card": {
"id": "5e864ae0a9ae7877b34070d0",
"name": "Historical Data for Live API",
"idShort": 5,
"shortLink": "9mv6zaBD"
},
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:28:16.775Z",
"limits": null
}, {
"id": "5e864aca9862c32a73177a7b",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"name": "setState for"
},
"card": {
"name": "aircraft/0/systems/autopilot/spd/target",
"id": "5e864a76e376845f75c7c6e2",
"idShort": 4,
"shortLink": "LK6zabWe"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:27:54.276Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864aaf8eaebe8114ac26a1",
"idMemberCreator": "5a24fc44ae5fd529896d4196",
"data": {
"idMemberAdded": "5a24fc44ae5fd529896d4196",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-04-02T20:27:27.367Z",
"limits": null
}, {
"id": "5e864a76e376845f75c7c6e6",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e864a76e376845f75c7c6e2",
"name": "setState for",
"idShort": 4,
"shortLink": "LK6zabWe"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:26:30.666Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864a630c0cae2706664e62",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"desc": ""
},
"card": {
"desc": "this command doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1)",
"id": "5e864994c48e9f0328877fa0",
"name": "commands/reversethrust",
"idShort": 2,
"shortLink": "6qaFOucs"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:26:11.354Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864a5813759d25d1439631",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"name": "commands/reversethrust doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1)"
},
"card": {
"name": "commands/reversethrust",
"id": "5e864994c48e9f0328877fa0",
"idShort": 2,
"shortLink": "6qaFOucs"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:26:00.964Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864a47a1c5602f77587c59",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"old": {
"closed": false
},
"card": {
"closed": true,
"id": "5e8649a49f35b62939c81f51",
"name": "commands/reversethrust",
"idShort": 3,
"shortLink": "uYjhP7qj"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:25:43.226Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e8649f6cf4448025b7ee792",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"prefs": {
"permissionLevel": "private"
}
},
"board": {
"prefs": {
"permissionLevel": "public"
},
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "updateBoard",
"date": "2020-04-02T20:24:22.318Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5e8649a49f35b62939c81f52",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e8649a49f35b62939c81f51",
"name": "commands/reversethrust",
"idShort": 3,
"shortLink": "uYjhP7qj"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:23:00.431Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e864994c48e9f0328877fa1",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"card": {
"id": "5e864994c48e9f0328877fa0",
"name": "commands/reversethrust doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1)",
"idShort": 2,
"shortLink": "6qaFOucs"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:22:44.997Z",
"limits": null,
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e8648fdfe845d5e9e7f6192",
"idMemberCreator": "5e8648ee0da3c71ef5e3d8c7",
"data": {
"idMemberAdded": "5e8648ee0da3c71ef5e3d8c7",
"idMemberInviter": "5a14a4967c066aae214f58d7",
"memberType": "normal",
"method": "invitationSecret",
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "addMemberToBoard",
"date": "2020-04-02T20:20:13.788Z",
"limits": null,
"member": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
},
"memberCreator": {
"id": "5e8648ee0da3c71ef5e3d8c7",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"fullName": "Tom Hogrefe",
"idMemberReferrer": null,
"initials": "TH",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "tomhogrefe"
}
}, {
"id": "5e86489edf8cef5939e23003",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"old": {
"closed": false
},
"card": {
"closed": true,
"id": "5e864894b63afb5f71b2c30b",
"name": "A bug!",
"idShort": 1,
"shortLink": "Q2fWZuJh"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
}
},
"appCreator": null,
"type": "updateCard",
"date": "2020-04-02T20:18:38.272Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5e864894b63afb5f71b2c30c",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"card": {
"id": "5e864894b63afb5f71b2c30b",
"name": "A bug!",
"idShort": 1,
"shortLink": "Q2fWZuJh"
},
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createCard",
"date": "2020-04-02T20:18:28.176Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5e864890ef551a5f6f182ed7",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"list": {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createList",
"date": "2020-04-02T20:18:24.577Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5e86488f096a1f2595fdef4a",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"list": {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createList",
"date": "2020-04-02T20:18:23.507Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5e86488d9bb9d77423fec731",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"list": {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createList",
"date": "2020-04-02T20:18:21.114Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5e86488a6f7bc558fb980360",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"list": {
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues"
},
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createList",
"date": "2020-04-02T20:18:18.431Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}, {
"id": "5e86488365c8882afcb44103",
"idMemberCreator": "5a14a4967c066aae214f58d7",
"data": {
"board": {
"id": "5e86488365c8882afcb44101",
"name": "API Wishlist",
"shortLink": "8ZoaVL6c"
}
},
"appCreator": null,
"type": "createBoard",
"date": "2020-04-02T20:18:11.973Z",
"limits": null,
"memberCreator": {
"id": "5a14a4967c066aae214f58d7",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"fullName": "Cameron Carmichael Alonso",
"idMemberReferrer": null,
"initials": "CA",
"nonPublic": {},
"nonPublicAvailable": true,
"username": "cameronatfds"
}
}],
"cards": [{
"id": "5e864994c48e9f0328877fa0",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-30T03:01:53.760Z",
"desc": "this command doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1)",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qhf0x4kz23vq99r4+0kvndz926s@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488a6f7bc558fb98035e",
"idMembers": [],
"idMembersVoted": [],
"idShort": 2,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "commands/reversethrust",
"pos": 65535,
"shortLink": "6qaFOucs",
"shortUrl": "https://trello.com/c/6qaFOucs",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/6qaFOucs/2-commands-reversethrust",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e864894b63afb5f71b2c30b",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": true,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-04-02T20:18:38.260Z",
"desc": "",
"descData": null,
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qgnc2ygqgjkunqbv+0go27shy54@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [],
"idList": "5e86488a6f7bc558fb98035e",
"idMembers": [],
"idMembersVoted": [],
"idShort": 1,
"idAttachmentCover": null,
"labels": [],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "A bug!",
"pos": 65535,
"shortLink": "Q2fWZuJh",
"shortUrl": "https://trello.com/c/Q2fWZuJh",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/Q2fWZuJh/1-a-bug",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e8649a49f35b62939c81f51",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": true,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-04-02T20:25:43.211Z",
"desc": "",
"descData": null,
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qhgqn2r827z9qtzl+1vob3r2bab@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488a6f7bc558fb98035e",
"idMembers": [],
"idMembersVoted": [],
"idShort": 3,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "commands/reversethrust",
"pos": 131071,
"shortLink": "uYjhP7qj",
"shortUrl": "https://trello.com/c/uYjhP7qj",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/uYjhP7qj/3-commands-reversethrust",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62c76e4d179e4c5fbd4e9e3a",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-23T23:42:20.228Z",
"desc": "**0 is something. Null is nothing.**\n\nA null coordinate should be the proper way to tell if the API server had found **nothing**. A zero coordinate can be interpreted as valid (such as latitudes along the equator).",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yp6dqaauysatc4o0u2+192hh0sage@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488a6f7bc558fb98035e",
"idMembers": [],
"idMembersVoted": [],
"idShort": 54,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get Flight Plan - Sending 0.0 lat/lng instead of null (see description)",
"pos": 294911,
"shortLink": "4EQF6eBL",
"shortUrl": "https://trello.com/c/4EQF6eBL",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/4EQF6eBL/54-get-flight-plan-sending-00-lat-lng-instead-of-null-see-description",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62719c383b56e2290f122ad2",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-16T00:15:41.578Z",
"desc": "It would also be better to mention if they can be null in the \"Type\" column and in the \"Description\" if there's any additional info.\n\nThis makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API can send a non-empty string with a \"fake\" username for presentation (\"Controller\").\n\nComplete list of what I could get :\n\nv2/users :\nUserStats - discourseUsername\nUserStats - virtualOrganization\n\nv2/sessions/{sessionId}/atc :\nActiveATCFacility - username\nActiveATCFacility - virtualOrganization\nActiveATCFacility - airportName\n\nv2/users/{userId}/atc/{atcSessionId} :\nATCFacility - airportIcao\n\nv2/sessions/{sessionId}/flights :\nFlightEntry - virtualOrganization\nFlightEntry - username\n\nv2/sessions/{sessionId}/flights/{flightId}/flightplan :\nFlightPlanItem - name\nFlightPlanItem - children\nFlightPlanItem - identifier\n\nv2/tracks :\nOceanicTrack - eastLevels\nOceanicTrack - westLevels\n\nv2/users/{userId}/flights & v2/users/{userId}/atc :\nPaginatedList - data\n\nv2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} :\nUserFlight - liveryId (mentioned in another issue)\nUserFlight - callsign\n\nv2/sessions/{sessionId}/notams :\nNotamResult - sessionId",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yc52svn2o1lzjhcgcy+2ce8a9ed0c@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488a6f7bc558fb98035e",
"idMembers": [],
"idMembersVoted": [],
"idShort": 50,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Live API Docs doesn't appropriately mention ALL nullable values (see description)",
"pos": 311295,
"shortLink": "1EVm5lHb",
"shortUrl": "https://trello.com/c/1EVm5lHb",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/1EVm5lHb/50-live-api-docs-doesnt-appropriately-mention-all-nullable-values-see-description",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "630ec529608a7e02f51dbd46",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-09-07T04:50:51.010Z",
"desc": "If you set simulator/throttle to a value x, then request the value and get a value y, y = -x. \n\nSet value of simulator/throttle: 100\nGet value of simulator/throttle: -100",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2z00htdor05qo2ene4m+08d7zxrztd@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488a6f7bc558fb98035e",
"idMembers": [],
"idMembersVoted": [],
"idShort": 68,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "simulator/throttle set and get are negative if each other",
"pos": 327679,
"shortLink": "new6S2W4",
"shortUrl": "https://trello.com/c/new6S2W4",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/new6S2W4/68-simulator-throttle-set-and-get-are-negative-if-each-other",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "638c2a8f21508f025f46d70d",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-17T04:39:20.551Z",
"desc": "TlL;DR: An `aircraft/0/features/*` endpoint would allow apps to see what capabilities an aircraft has. E.g.: `aircraft/0/features/retractable_gear : True` and `aircraft/0/features/spoilers : False` for the TBM. \n\n\n\nThis is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops. \n\nI’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app. \n\nI suggest the creation of `aircraft/0/features/*` endpoints for all these features that vary by aircraft. \n\nAn alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2zj27p2cr8ie27a68lp+0meec9ctku@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 74,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Features Endpoint",
"pos": 1023.984375,
"shortLink": "TnmEMG7d",
"shortUrl": "https://trello.com/c/TnmEMG7d",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/TnmEMG7d/74-features-endpoint",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "6357ac2c678a7d01661dd2ac",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-11-08T17:57:59.572Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2zb35m7z1k86ni24cks+0wjgfo0boe@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 71,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get User Flights - add violations received during flight",
"pos": 2047.96875,
"shortLink": "7s9Z0oWj",
"shortUrl": "https://trello.com/c/7s9Z0oWj",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/7s9Z0oWj/71-get-user-flights-add-violations-received-during-flight",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62655c5167b7fa816a139ea5",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-05-26T00:26:19.621Z",
"desc": "https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yaa3awqs4ymm6yu84l+2e2t6pbuez@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 48,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Kafka Topic or any producer for IF events",
"pos": 4095.9375,
"shortLink": "5LZImpqN",
"shortUrl": "https://trello.com/c/5LZImpqN",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/5LZImpqN/48-kafka-topic-or-any-producer-for-if-events",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "625eec9f9747863098edcb05",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-04-19T17:08:56.599Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y9aw8b277mwjmlob2d+0eug5c4uyj@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 44,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Add a command to Connect v2 API comparable to \"NetworkJoystick.SetNetworkJoystickAxes\" in the v1 API",
"pos": 16383.75,
"shortLink": "8X5cIXXg",
"shortUrl": "https://trello.com/c/8X5cIXXg",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/8X5cIXXg/44-add-a-command-to-connect-v2-api-comparable-to-networkjoysticksetnetworkjoystickaxes-in-the-v1-api",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5eb5695324a10b40c1438e78",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-10-03T04:37:16.629Z",
"desc": "Currently the api returns OK (Result = 0) with a TextRespones indicating error. Would be nice to either have it return erorr, or return an error type, so it is easier to understand when invalid data has been sent",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uaw6efcdq12q0dzh4o+1qwsq2k9sb@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 15,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "provide a better error response",
"pos": 32767.5,
"shortLink": "IzpDdt2W",
"shortUrl": "https://trello.com/c/IzpDdt2W",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/IzpDdt2W/15-provide-a-better-error-response",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e864f04e717771e80cae426",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-04-02T20:47:31.582Z",
"desc": "a get and set boolean state, in order to set reverse thrust on and off, e.g. setState(ID: \"sim/throttle/reverse\", value: true) to activate reverse thrust",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qllkkfnbbk21ffae+0vzajvgtei@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 8,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "simulator/throttle/reverse",
"pos": 196607,
"shortLink": "SVNDVLUU",
"shortUrl": "https://trello.com/c/SVNDVLUU",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/SVNDVLUU/8-simulator-throttle-reverse",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e8650229c68b40d431c1477",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-04-02T21:21:19.732Z",
"desc": "Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: \"atcCommand\", value: 12) which would send the ID of the ATC command, would help",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qmggud7ju3dihwfr+0cvdhbne64@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 9,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "generic ATC command",
"pos": 262143,
"shortLink": "870YvUD7",
"shortUrl": "https://trello.com/c/870YvUD7",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/870YvUD7/9-generic-atc-command",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5edb14b5bfb97a8c50bbeb19",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-06-06T04:00:03.838Z",
"desc": "",
"descData": null,
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2ugm64vnpqcobtlivx5+24bd5gn8pa@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 18,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "add infiniteflight/commands when on the menu (infiniteflight/appstate and others are available in the sim, but not from the menu)",
"pos": 458751,
"shortLink": "NRYWH6CW",
"shortUrl": "https://trello.com/c/NRYWH6CW",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/NRYWH6CW/18-add-infiniteflight-commands-when-on-the-menu-infiniteflight-appstate-and-others-are-available-in-the-sim-but-not-from-the-menu",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f4079d5a25ee0736ccfa5ae",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-08-22T01:51:23.447Z",
"desc": "No way to show the map atm. Would be nice to have this, as well as zoom/motion and a state like mapIsShowing or something",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uw0n35wxjyt6argcdq+06b4yk7b4y@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 19,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "commands/togglemap",
"pos": 524287,
"shortLink": "jhJtW2A9",
"shortUrl": "https://trello.com/c/jhJtW2A9",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/jhJtW2A9/19-commands-togglemap",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f49bceadddd0a5c9ff5dae1",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": true,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-10-03T06:37:23.178Z",
"desc": "Requested by Chris_S via IFC. See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uxfafz13m8421i9iap+1vmbllm7bx@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 23,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "AirportDetails Endpoint for Live API",
"pos": 786431,
"shortLink": "jcCT7pWm",
"shortUrl": "https://trello.com/c/jcCT7pWm",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/jcCT7pWm/23-airportdetails-endpoint-for-live-api",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f49bdab32921a7eebea7317",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-08-29T02:30:45.756Z",
"desc": "As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to. See https://community.infiniteflight.com/t/select-aircraft-in-atc-interface/417256/2.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uxfb0rs7w77n7h9yc7+03vu3bhsay@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 25,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Select Aircraft as Controller in Connect API",
"pos": 851967,
"shortLink": "Me51efBe",
"shortUrl": "https://trello.com/c/Me51efBe",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/Me51efBe/25-select-aircraft-as-controller-in-connect-api",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "63898979be8b550030138f4b",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-16T11:01:11.870Z",
"desc": "Not all aircraft have beacon lights (TBM, A-10). There’s no difference in the api in this case — there are still all the same endpoints. This is expandable in case an aircraft with less lights (e.g. a J-3 Cub) is added. Endpoints such as `aircraft/0/has_beacon lights` for all the different lights would be helpful. ",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2zinu3hpposbgcud00b+069hfcsufd@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 72,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "No way to tell if an aircraft has beacon (or other) lights. ",
"pos": 884735,
"shortLink": "yL9gYxZd",
"shortUrl": "https://trello.com/c/yL9gYxZd",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/yL9gYxZd/72-no-way-to-tell-if-an-aircraft-has-beacon-or-other-lights",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f55a7baaa27b86fb6336ca9",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-08-09T17:52:03.130Z",
"desc": "The api gives info on different cameras by number (I can look up the name of camera 4, for example) but there’s no way to find out the number of the current camera. ",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uz8gibk68f159ijcmh+0zvwynk9tf@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 26,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Way to return current camera from ConnectAPI",
"pos": 917503,
"shortLink": "ka86LNzx",
"shortUrl": "https://trello.com/c/ka86LNzx",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/ka86LNzx/26-way-to-return-current-camera-from-connectapi",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "600abfc9b749be7840afa908",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2021-01-22T12:06:42.433Z",
"desc": "",
"descData": null,
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2vqqr99wgph5bdoha14+2q5niihxce@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 30,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Ability to set time and date",
"pos": 983039,
"shortLink": "k21sWzRQ",
"shortUrl": "https://trello.com/c/k21sWzRQ",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/k21sWzRQ/30-ability-to-set-time-and-date",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "622948d16cfcb74de7089037",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-03-10T00:42:42.374Z",
"desc": "UDP connection would allow for better latency of flight control commands. Sending camera commands via the UDP SmoothTrack API is faster than sending them over TCP. I’d like to be able to continuously send flight control commands the same way. ",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y15kigp5wlkkgqt3cn+1hx48agwfv@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 36,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "UDP connections for flight control axes",
"pos": 1130495,
"shortLink": "suHDLiGM",
"shortUrl": "https://trello.com/c/suHDLiGM",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/suHDLiGM/36-udp-connections-for-flight-control-axes",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "624600132b361a7811d4e924",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-03-31T19:27:54.332Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y5illvm4zdqkfwyb6s+2fj2j93stt@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 37,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "aircraft/0/weight",
"pos": 1196031,
"shortLink": "ZNrf10bD",
"shortUrl": "https://trello.com/c/ZNrf10bD",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/ZNrf10bD/37-aircraft-0-weight",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "624600a870fa2463d4c4fc4d",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-03-31T19:27:57.734Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y5im20qn10hln3nln1+0b33u8wr2j@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 38,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "aircraft/0/mlw",
"pos": 1261567,
"shortLink": "8FsTQ0dc",
"shortUrl": "https://trello.com/c/8FsTQ0dc",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/8FsTQ0dc/38-aircraft-0-mlw",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "624600b38455ce0f67103904",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-03-31T19:28:00.628Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y5im37uvu0ufgyzbwk+20tt2ase51@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 39,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "aircraft/0/mtow",
"pos": 1327103,
"shortLink": "8zleI1BG",
"shortUrl": "https://trello.com/c/8zleI1BG",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/8zleI1BG/39-aircraft-0-mtow",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "6254118ceb3310867bcd0021",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-04-11T11:31:30.794Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y7nj4qvkr8s7xp0zdt+26d5zctj56@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 40,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Opening up the Connect API for ATC",
"pos": 1392639,
"shortLink": "SHJx89rA",
"shortUrl": "https://trello.com/c/SHJx89rA",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/SHJx89rA/40-opening-up-the-connect-api-for-atc",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "625800dcc7d74f09d83d3326",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-04-14T11:09:22.628Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y891r2b4a8v4hqb6ee+18ivjtwt8m@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 42,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get Airport Status & Get World Status - Proper airportName field (completely distinct from airportIcao) with the full name in Infinite Flight of the airport (e.g EGLL / London Heathrow)",
"pos": 1523711,
"shortLink": "gYbDkjUs",
"shortUrl": "https://trello.com/c/gYbDkjUs",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/gYbDkjUs/42-get-airport-status-get-world-status-proper-airportname-field-completely-distinct-from-airporticao-with-the-full-name-in-infinite",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "6263d96c73a78a5738222cd7",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-04-23T10:48:17.789Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2ya1ts60y77tqkpt61j+25nvcuqkl0@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 46,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Include a user's roles in the flights endpoint",
"pos": 1589247,
"shortLink": "xet6HSeM",
"shortUrl": "https://trello.com/c/xet6HSeM",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/xet6HSeM/46-include-a-users-roles-in-the-flights-endpoint",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "629c2c08262af71a8bb4fac3",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-06-05T04:10:22.093Z",
"desc": "Some people in our development may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: /v2/sessions?apikey={apikey}&lang=cn (for chinese) or /v2/sessions?apikey={apikey}&lang=de (for german)",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yiltndzbq07x3kx8sj+08pjllk5qr@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 53,
"idAttachmentCover": null,
"labels": [],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "The API responses being compatible in multiple languages.",
"pos": 1597439,
"shortLink": "Ob1NHA8R",
"shortUrl": "https://trello.com/c/Ob1NHA8R",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/Ob1NHA8R/53-the-api-responses-being-compatible-in-multiple-languages",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "629c2c0491862587982291bc",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": true,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-06-05T04:10:40.117Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yiltn01hzy7d9khscc+0xanznc0yd@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 52,
"idAttachmentCover": null,
"labels": [],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "I accidentally created a new card, please delete this one.",
"pos": 1605631,
"shortLink": "zDx8kHNh",
"shortUrl": "https://trello.com/c/zDx8kHNh",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/zDx8kHNh/52-i-accidentally-created-a-new-card-please-delete-this-one",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d1d7954d6f513840ee6f8f",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-15T21:10:43.582Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yqrbbo7l5bxyrkcwi7+0ssvthklcz@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 55,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Search userIds with username regex expression",
"pos": 1662975,
"shortLink": "j5uuW8Q4",
"shortUrl": "https://trello.com/c/j5uuW8Q4",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/j5uuW8Q4/55-search-userids-with-username-regex-expression",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d1ee9152a744041e06d865",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-16T11:22:09.768Z",
"desc": "Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture. \n\nIt would be especially useful when syncing up their IF account to a third party app (in the easiest way possible).",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yqrszyzcw6wac03k2t+0i4vqrvkhi@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 56,
"idAttachmentCover": null,
"labels": [],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Infinite Flight OAuth system (@see description)",
"pos": 1728511,
"shortLink": "dfmUXRmX",
"shortUrl": "https://trello.com/c/dfmUXRmX",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/dfmUXRmX/56-infinite-flight-oauth-system-see-description",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d29f754be66a567253c677",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-16T11:23:43.607Z",
"desc": "Get a list of userIds of specific groups such as IFATCs / mods / staff / other....",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yqvl0zna7lcu9dw8zb+28yqt23rkd@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 57,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get a list of userIds by role",
"pos": 1794047,
"shortLink": "0VwfsEcU",
"shortUrl": "https://trello.com/c/0VwfsEcU",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/0VwfsEcU/57-get-a-list-of-userids-by-role",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d2e95cbbfe725f383cc539",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-16T16:37:51.587Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yqx5uxx2u38kwgs189+1bor2vhbpy@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 58,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get Flights - Active / Away status",
"pos": 1859583,
"shortLink": "z8v4QHmf",
"shortUrl": "https://trello.com/c/z8v4QHmf",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/z8v4QHmf/58-get-flights-active-away-status",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d432f7c13f03262a9d1ff1",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-17T16:04:11.141Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yr47bpgmfgtv5hbapd+1jalx98oc5@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 59,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get User Stats (HTTP POST) - Number of online ATC sessions (we have onlineFlights for flights)",
"pos": 1925119,
"shortLink": "v8y2XCtt",
"shortUrl": "https://trello.com/c/v8y2XCtt",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/v8y2XCtt/59-get-user-stats-http-post-number-of-online-atc-sessions-we-have-onlineflights-for-flights",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d698f166736d1497ef49f8",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-19T11:51:47.683Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yrhbgxikm5pi6ujy7s+08n7ldethq@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 60,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get User ATC Session(s) - Number of violations issued",
"pos": 1990655,
"shortLink": "MvXa4aUL",
"shortUrl": "https://trello.com/c/MvXa4aUL",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/MvXa4aUL/60-get-user-atc-sessions-number-of-violations-issued",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d69b06242ea31395ca4050",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-19T11:52:43.684Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yrhd2ji3986gdrzqkw+0of2jvud7y@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 61,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get User ATC Session(s) - Server name",
"pos": 2056191,
"shortLink": "tmFKGDcp",
"shortUrl": "https://trello.com/c/tmFKGDcp",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/tmFKGDcp/61-get-user-atc-sessions-server-name",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62d98ed31de5ab0ec30085a4",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-21T17:40:31.235Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yrxia1py8tn3e4qtus+22ln75wh9l@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 62,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get Flights - Time last updated & possibly refresh delay in sec/min between updates. Helps to perfectly sync with IF (example useful case: stops the flights from getting thrown backwards when animating them)",
"pos": 2121727,
"shortLink": "vAQ6yZqZ",
"shortUrl": "https://trello.com/c/vAQ6yZqZ",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/vAQ6yZqZ/62-get-flights-time-last-updated-possibly-refresh-delay-in-sec-min-between-updates-helps-to-perfectly-sync-with-if-example-useful-c",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62e17fe50c46925ac865870a",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-07-28T18:50:54.959Z",
"desc": "It would be cool to have access to different scenery editor functions via the connect API. Such as placing, modifying, deleting, etc. \n\nThe only one that I currently know of is the delete command. Even that still prompts the user to confirm though.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yt4xpcd1tg05l59ami+0914j78q1v@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 63,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Ability to access functions of the editor",
"pos": 2138111,
"shortLink": "5ogZkyWx",
"shortUrl": "https://trello.com/c/5ogZkyWx",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/5ogZkyWx/63-ability-to-access-functions-of-the-editor",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62fe35d6a4a6391dd5a8b7a1",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-08-18T12:51:38.567Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yxhxsemzzd7ocf3an5+2lcfmnr4xt@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 64,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get Session Detail - Fetch grade/other requirements (Get Sessions returns only if restricted or not)",
"pos": 2203647,
"shortLink": "waIXBaVC",
"shortUrl": "https://trello.com/c/waIXBaVC",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/waIXBaVC/64-get-session-detail-fetch-grade-other-requirements-get-sessions-returns-only-if-restricted-or-not",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "630194f4bc942f007da20052",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-08-21T02:14:18.182Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yy0div0h81xet5qwk2+18zkz28cmj@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 65,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get information about surrounding traffic in Connect V2",
"pos": 2269183,
"shortLink": "rsFEpNHt",
"shortUrl": "https://trello.com/c/rsFEpNHt",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/rsFEpNHt/65-get-information-about-surrounding-traffic-in-connect-v2",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "63093b32f5d566011bfafc22",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-08-26T21:29:45.423Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yz67enknq5rvlniski+0dncme7yu0@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 66,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get User Detail / Post User Stats - Number of online ATC sessions",
"pos": 2334719,
"shortLink": "nd9IVOut",
"shortUrl": "https://trello.com/c/nd9IVOut",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/nd9IVOut/66-get-user-detail-post-user-stats-number-of-online-atc-sessions",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "63093b3ae9666f0dfee98352",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-08-26T21:29:50.118Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yz67fij1sr4zwdt07m+02pv2adfg9@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 67,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get User Detail / Post User Stats - Total time ATC Sessions",
"pos": 2400255,
"shortLink": "O628Rnkc",
"shortUrl": "https://trello.com/c/O628Rnkc",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/O628Rnkc/67-get-user-detail-post-user-stats-total-time-atc-sessions",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "63176daaf8801f01657fdf8f",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-09-06T15:56:31.213Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2z1buawj2wndnzgvvyn+0rlq4nxok9@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e86488d9bb9d77423fec72f",
"idMembers": [],
"idMembersVoted": [],
"idShort": 69,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get ATC Schedule",
"pos": 2465791,
"shortLink": "v8r5AE4n",
"shortUrl": "https://trello.com/c/v8r5AE4n",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/v8r5AE4n/69-get-atc-schedule",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "638c15765c991b003e503444",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-30T03:28:06.217Z",
"desc": "This endpoint exists for the other three types of lights. It’s nice because it takes a boolean rather than a 1 or 0 int. \n\nA workaround is to use aircraft/0/systems/electrical_switch/nav_lights_switch/state. ",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2zj1rh0wly3h71so950+02ahohg4pi@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 73,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "aircraft/0/systems/nav_lights_switch endpoint is missing",
"pos": 131071.5,
"shortLink": "VmmEfp7i",
"shortUrl": "https://trello.com/c/VmmEfp7i",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/VmmEfp7i/73-aircraft-0-systems-navlightsswitch-endpoint-is-missing",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e86d2bd7f274909c6863336",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-09-11T13:50:58.059Z",
"desc": "This does not have setState functionality. Tested with Bools",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3tew4g0om922ugegm+1ng8winjhq@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 12,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "aircraft/0/systems/autopilot/on",
"pos": 262143,
"shortLink": "1rmeBMkE",
"shortUrl": "https://trello.com/c/1rmeBMkE",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/1rmeBMkE/12-aircraft-0-systems-autopilot-on",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "625938ddbb1f2f47af4e2747",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-30T03:08:01.144Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y8fpoji7rw016kq81z+2hv5qqqbng@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 43,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Set State - Boolean - Instantaneous gear descend/retract : aircraft/0/systems/landing_gear/lever_state",
"pos": 282623,
"shortLink": "pApxxkFz",
"shortUrl": "https://trello.com/c/pApxxkFz",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/pApxxkFz/43-set-state-boolean-instantaneous-gear-descend-retract-aircraft-0-systems-landinggear-leverstate",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e864b7652d9b15f62ac36d8",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-30T03:02:08.765Z",
"desc": "These do not function. Tested with engine numbers as an argument",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qiv3n1ewzb8ncwk8+02qc13qcib@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 7,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "commands/Engine.Start and commands/Engine.Stop",
"pos": 303103,
"shortLink": "EMlP81nQ",
"shortUrl": "https://trello.com/c/EMlP81nQ",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/EMlP81nQ/7-commands-enginestart-and-commands-enginestop",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "627193ac3b705154e5258ece",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 3,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-16T10:51:30.231Z",
"desc": "It seems that the liveryId returns a correct value for some people such as KaiM & Laura but for most people it seems that it doesn't.\n",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2yc4w89njzyuztjoczy+1t2eh7rhok@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 49,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS]",
"pos": 344063,
"shortLink": "TaguC35s",
"shortUrl": "https://trello.com/c/TaguC35s",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/TaguC35s/49-endpoint-get-v2-users-userid-flights-returning-systematically-null-values-for-the-liveryid-fix-in-progress",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e864a76e376845f75c7c6e2",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2021-05-22T02:36:03.898Z",
"desc": "setState does not change the value of the autopilot spd target. Tested with float value.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qi3h7vrdl3ytty3m+28pd7i1smh@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 4,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "aircraft/0/systems/autopilot/spd/target",
"pos": 491519,
"shortLink": "LK6zabWe",
"shortUrl": "https://trello.com/c/LK6zabWe",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/LK6zabWe/4-aircraft-0-systems-autopilot-spd-target",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f49bc7cc3221e5ba58c734a",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-10-02T19:08:29.045Z",
"desc": "In Live API UserDetails endpoint. Request by Chris_S via IFC. See https://community.infiniteflight.com/t/userdetails-aspx-request/416101.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uxfa42dzxteout5lxm+03cl69yovn@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 22,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "ATC Actions for non-IFATC and Time Periods",
"pos": 720895,
"shortLink": "pOH2YUXh",
"shortUrl": "https://trello.com/c/pOH2YUXh",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/pOH2YUXh/22-atc-actions-for-non-ifatc-and-time-periods",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e864b41a4ea00395d9fe16b",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2021-05-22T02:33:39.140Z",
"desc": "A command like this to recenter the camera (like on double tap) would be useful",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qipek148xq8ksinf+1hg0hjqujj@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 6,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "commands/resetcamera",
"pos": 753663,
"shortLink": "DvBNZWWI",
"shortUrl": "https://trello.com/c/DvBNZWWI",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/DvBNZWWI/6-commands-resetcamera",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e8f8cffdc68d87121ea88f3",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 2,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2020-10-05T04:49:41.734Z",
"desc": "https://github.com/flyingdevelopmentstudio/infiniteflight-api\nMade by @philippe and @Nicholas. Great starting point and very helpful but outdated (? perhaps) and uncomplete. \n",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u55514anqjximl88ab+1km8her8r4@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 14,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Missing proper documentation",
"pos": 786431,
"shortLink": "KIwe3BuT",
"shortUrl": "https://trello.com/c/KIwe3BuT",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/KIwe3BuT/14-missing-proper-documentation",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5fa98e6906d54026fe92d09f",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2021-01-06T19:03:36.477Z",
"desc": "Add Level 2/3 count for 24 hours to the GetUserStats endpoint similar to the old api with the 24 hour ghosting. This will save going to the grade endpoint. ",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2vbz9juogbung2mw8f3+031zs21872@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 29,
"idAttachmentCover": null,
"labels": [],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "GetUserStats - Level 2/3 Count",
"pos": 1048575,
"shortLink": "Y845xy2b",
"shortUrl": "https://trello.com/c/Y845xy2b",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/Y845xy2b/29-getuserstats-level-2-3-count",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f801966cc284d378c5a9d14",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2021-02-02T21:25:46.597Z",
"desc": "It would be great to be able to fetch the current tracks from infinite flight. This could also include the new tracks that Misha has been testing.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2v5ok6fzfvzza7negb8+2m3vs0rpuy@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 27,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Atlantic / pacific tracks",
"pos": 1114111,
"shortLink": "6W3QALYx",
"shortUrl": "https://trello.com/c/6W3QALYx",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/6W3QALYx/27-atlantic-pacific-tracks",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e864ae0a9ae7877b34070d0",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-02-03T09:52:19.828Z",
"desc": "See https://community.infiniteflight.com/t/historical-flights-in-userdetails-aspx/417261/2",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qiex04a0wb5ftntc+0pl4odvfnb@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 5,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Historical Data for Live API",
"pos": 1179647,
"shortLink": "9mv6zaBD",
"shortUrl": "https://trello.com/c/9mv6zaBD",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/9mv6zaBD/5-historical-data-for-live-api",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e86508bd8bbda74e329338c",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-02-12T23:27:02.496Z",
"desc": "Be able to receive the current TFRs through the API.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3qmruj41hatjizo98+1vvwkk7u7c@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 10,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "NOTAMS / TFR(s)",
"pos": 1245183,
"shortLink": "bgDeXrpl",
"shortUrl": "https://trello.com/c/bgDeXrpl",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/bgDeXrpl/10-notams-tfrs",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "6058d81810b0be18fc2afa7d",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-02-12T23:27:04.767Z",
"desc": "",
"descData": null,
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2w2lta5n73tn96stsot+0b87ya68nv@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 31,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get ATC operations gained from a particular controlling session",
"pos": 1310719,
"shortLink": "9cZLs4dD",
"shortUrl": "https://trello.com/c/9cZLs4dD",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/9cZLs4dD/31-get-atc-operations-gained-from-a-particular-controlling-session",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f49bd5feb822c7d8bc98037",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-03-28T08:53:49.042Z",
"desc": "See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": -1,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uxfasmq34udb1i6gqf+2i0ds6dj8b@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 24,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Live API Airport Details Endpoint",
"pos": 1376255,
"shortLink": "PaJU84Te",
"shortUrl": "https://trello.com/c/PaJU84Te",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/PaJU84Te/24-live-api-airport-details-endpoint",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "62629a6bf9aada5bf88e1ca5",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-04T05:21:15.087Z",
"desc": "`aircraft/0/systems/brakes/left/percentage`",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y9v0gybyx6buqso6ud+2arrrz9hf5@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 45,
"idAttachmentCover": "",
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.",
"pos": 1392639,
"shortLink": "EGg2ogIQ",
"shortUrl": "https://trello.com/c/EGg2ogIQ",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/EGg2ogIQ/45-add-a-state-in-the-connect-v2-api-to-interrogate-and-set-the-rudder-brakes",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5e86ccb49abc9d379485753f",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-04T05:21:34.112Z",
"desc": "this has been added! `aircraft/0/systems/brakes/left/percentage`, and the right side too",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2u3ta923t90nzn73cjj+0n8mzbvlum@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 11,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "axis for dynamic braking",
"pos": 1409023,
"shortLink": "TBH1RHCe",
"shortUrl": "https://trello.com/c/TBH1RHCe",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/TBH1RHCe/11-axis-for-dynamic-braking",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5ec25a25a9182e684d990eb1",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-04T05:22:26.153Z",
"desc": "available as: aircraft/0/systems/axes/elevator_trim",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2ucuxy8y5qxot8ocofl+1lv2gemjde@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5e864890ef551a5f6f182ed5",
"idMembers": [],
"idMembersVoted": [],
"idShort": 17,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Elevator trim direct setting state",
"pos": 1425407,
"shortLink": "6mHwjjQr",
"shortUrl": "https://trello.com/c/6mHwjjQr",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/6mHwjjQr/17-elevator-trim-direct-setting-state",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f8bf3a6c28c538949aa6e32",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 1,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2021-01-06T19:03:32.353Z",
"desc": "",
"descData": null,
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2v7hdiamryirbn5tnoy+24pcgk49e4@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 28,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Flight time and range for current flight",
"pos": 983039,
"shortLink": "aOQKrOSg",
"shortUrl": "https://trello.com/c/aOQKrOSg",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/aOQKrOSg/28-flight-time-and-range-for-current-flight",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "626419450c0d3e05975c6dad",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-12-30T03:27:02.510Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2ya36vobapntfe80c6l+0iujomxke5@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 47,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "commands/Pushback only attaches/detaches tug but doesn’t push back",
"pos": 1015807,
"shortLink": "QuvGDKl0",
"shortUrl": "https://trello.com/c/QuvGDKl0",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/QuvGDKl0/47-commands-pushback-only-attaches-detaches-tug-but-doesnt-push-back",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5eb578ed9ff9bf87de90dd5f",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 2,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2021-05-22T02:33:43.500Z",
"desc": "I know it is old API, but would be a huge improvement Currently you can only toggle gear, so setting the gear to a specific state requires another query to the aircraft state",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uawiee1v3k7wxjtj6n+0l5cems7e6@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9a3"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 16,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "provide V1 api Command.SetGearState",
"pos": 1048575,
"shortLink": "bfhvVsEw",
"shortUrl": "https://trello.com/c/bfhvVsEw",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/bfhvVsEw/16-provide-v1-api-commandsetgearstate",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "6185a0a7791aa02a6e9a34f8",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-02-03T10:42:21.552Z",
"desc": "A system for getting multiple flight plans all at once, similar to the current system for getting user information.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2xcamhi4ralh3cja0oo+0gefeggfu3@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 32,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Request multiple flight plans through single request",
"pos": 1064959,
"shortLink": "CSpNQZmc",
"shortUrl": "https://trello.com/c/CSpNQZmc",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/CSpNQZmc/32-request-multiple-flight-plans-through-single-request",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f49bb7bdb3da9804b1ff0df",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-02-03T10:42:51.711Z",
"desc": "Possibly through a developer center, anyone could be able to get their own API Key. Could be done through a review and approve workflow.",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uxf9ca8pwzttoijx7j+0y7e9zhtad@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 21,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Ability to Generate API Keys",
"pos": 1130495,
"shortLink": "Tiee6ZP0",
"shortUrl": "https://trello.com/c/Tiee6ZP0",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/Tiee6ZP0/21-ability-to-generate-api-keys",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "6254a8253efbb32546d47a15",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-05-26T00:22:08.327Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2y7qqxsx72w7alf340l+1ihkjfeiwk@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 41,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request",
"pos": 1163263,
"shortLink": "kw8WnoVA",
"shortUrl": "https://trello.com/c/kw8WnoVA",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/kw8WnoVA/41-get-user-stats-add-a-serverid-query-parameter-which-will-fetch-the-stats-of-all-pilots-atc-in-the-server-in-addition-with-the-us",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "5f49baeea61e062afd8be867",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-02-03T10:42:53.498Z",
"desc": "Implement a \"don't call us, we'll call you\" system for some events in the Live API. Possible events:\n- Certain User Opened ATC Facility\n- Certain User Begins Flight\n- Certain User Closed ATC Facility\n- Certain User Ends Flight",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2uxf8x0iizcvxizc0h3+0fvvzcnirc@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 20,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Webhooks/Event Subscriptions",
"pos": 1196031,
"shortLink": "LLfrX6Zc",
"shortUrl": "https://trello.com/c/LLfrX6Zc",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/LLfrX6Zc/20-webhooks-event-subscriptions",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "light",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "620b96c59e8a614ab8888a5c",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-04-09T01:47:52.686Z",
"desc": " Example: https://api.infiniteflight.com/public/v2/flight//flightplan?id=12312541&id=9877835&id=219873\n\nShould be able to fetch an array of flight plans for multiple users\n\nOriginal Request in IFC: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2xwn6k83enxwt30kspo+0v9bbkhu40@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 34,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Multiple flight ids for flight plan endpoint.",
"pos": 1441791,
"shortLink": "keEvzy9W",
"shortUrl": "https://trello.com/c/keEvzy9W",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/keEvzy9W/34-multiple-flight-ids-for-flight-plan-endpoint",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "620c15261151e187cb90ead4",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-04-09T01:47:54.699Z",
"desc": "This would be useful for getting ETAs for a list of flights, for example: flights inbound to an airport.\n\nMore info below:\nhttps://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702/20\n",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2xwpvqtprtwe689lfis+2gpdyebbmi@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 35,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Request Multiple FPLs (Link to IFC)",
"pos": 1507327,
"shortLink": "mMTuyJS7",
"shortUrl": "https://trello.com/c/mMTuyJS7",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/mMTuyJS7/35-request-multiple-fpls-link-to-ifc",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "620b5316c696b8699d0fbe78",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": false,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-04-09T01:48:12.381Z",
"desc": "",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2xwlqihv8wz8ywhpvug+2oi9cytuix@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 33,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get flight plan by IFC Name",
"pos": 1572863,
"shortLink": "JxA786Qs",
"shortUrl": "https://trello.com/c/JxA786Qs",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/JxA786Qs/33-get-flight-plan-by-ifc-name",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}, {
"id": "6322e5492ed38d02adcd27dd",
"address": null,
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": null,
"dueComplete": false,
"start": null
},
"checkItemStates": null,
"closed": false,
"coordinates": null,
"creationMethod": null,
"dueComplete": false,
"dateLastActivity": "2022-09-28T11:08:32.078Z",
"desc": "We don't record this data and won't be adding this at this time. Sorry!",
"descData": {
"emoji": {}
},
"due": null,
"dueReminder": null,
"email": "drywallmedia+2nqok14bdep47uw4z5i+2z32js8p5jmzgwx78il+08qpn5pxzt@boards.trello.com",
"idBoard": "5e86488365c8882afcb44101",
"idChecklists": [],
"idLabels": [
"5e8648837669b2254912c9ae"
],
"idList": "5ff609696edfd2690ed2ce95",
"idMembers": [],
"idMembersVoted": [],
"idShort": 70,
"idAttachmentCover": null,
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}],
"limits": {
"attachments": {
"perCard": {
"status": "ok",
"disableAt": 1000,
"warnAt": 800
}
},
"checklists": {
"perCard": {
"status": "ok",
"disableAt": 500,
"warnAt": 400
}
},
"stickers": {
"perCard": {
"status": "ok",
"disableAt": 70,
"warnAt": 56
}
}
},
"locationName": null,
"manualCoverAttachment": false,
"name": "Get All Liveries - Include aircraft registration",
"pos": 2531327,
"shortLink": "OT4MD7GF",
"shortUrl": "https://trello.com/c/OT4MD7GF",
"staticMapUrl": null,
"start": null,
"subscribed": false,
"url": "https://trello.com/c/OT4MD7GF/70-get-all-liveries-include-aircraft-registration",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"pluginData": [],
"customFieldItems": []
}],
"labels": [{
"id": "5e8648837669b2254912c9ae",
"idBoard": "5e86488365c8882afcb44101",
"name": "Live API",
"color": "blue"
}, {
"id": "5e8648837669b2254912c9a3",
"idBoard": "5e86488365c8882afcb44101",
"name": "Connect",
"color": "green"
}, {
"id": "5e8648837669b2254912c9ad",
"idBoard": "5e86488365c8882afcb44101",
"name": "",
"color": "purple"
}, {
"id": "5e8648837669b2254912c9a4",
"idBoard": "5e86488365c8882afcb44101",
"name": "",
"color": "yellow"
}, {
"id": "5e8648837669b2254912c9a5",
"idBoard": "5e86488365c8882afcb44101",
"name": "",
"color": "red"
}, {
"id": "5e8648837669b2254912c9a7",
"idBoard": "5e86488365c8882afcb44101",
"name": "",
"color": "orange"
}, {
"id": "630ec534cca27c0070f804fc",
"idBoard": "5e86488365c8882afcb44101",
"name": "",
"color": null
}],
"lists": [{
"id": "5e86488a6f7bc558fb98035e",
"name": "Issues",
"closed": false,
"idBoard": "5e86488365c8882afcb44101",
"pos": 65535,
"subscribed": false,
"softLimit": null,
"limits": {
"cards": {
"openPerList": {
"status": "ok",
"disableAt": 5000,
"warnAt": 4000
},
"totalPerList": {
"status": "ok",
"disableAt": 1000000,
"warnAt": 800000
}
}
},
"creationMethod": null
}, {
"id": "5e86488d9bb9d77423fec72f",
"name": "Feature Requests",
"closed": false,
"idBoard": "5e86488365c8882afcb44101",
"pos": 131071,
"subscribed": false,
"softLimit": null,
"limits": {
"cards": {
"openPerList": {
"status": "ok",
"disableAt": 5000,
"warnAt": 4000
},
"totalPerList": {
"status": "ok",
"disableAt": 1000000,
"warnAt": 800000
}
}
},
"creationMethod": null
}, {
"id": "5e86488f096a1f2595fdef48",
"name": "In-Progress",
"closed": false,
"idBoard": "5e86488365c8882afcb44101",
"pos": 196607,
"subscribed": false,
"softLimit": null,
"limits": {
"cards": {
"openPerList": {
"status": "ok",
"disableAt": 5000,
"warnAt": 4000
},
"totalPerList": {
"status": "ok",
"disableAt": 1000000,
"warnAt": 800000
}
}
},
"creationMethod": null
}, {
"id": "5e864890ef551a5f6f182ed5",
"name": "Done",
"closed": false,
"idBoard": "5e86488365c8882afcb44101",
"pos": 262143,
"subscribed": false,
"softLimit": null,
"limits": {
"cards": {
"openPerList": {
"status": "ok",
"disableAt": 5000,
"warnAt": 4000
},
"totalPerList": {
"status": "ok",
"disableAt": 1000000,
"warnAt": 800000
}
}
},
"creationMethod": null
}, {
"id": "5ff609696edfd2690ed2ce95",
"name": "Won't add",
"closed": false,
"idBoard": "5e86488365c8882afcb44101",
"pos": 327679,
"subscribed": false,
"softLimit": null,
"limits": {
"cards": {
"openPerList": {
"status": "ok",
"disableAt": 5000,
"warnAt": 4000
},
"totalPerList": {
"status": "ok",
"disableAt": 1000000,
"warnAt": 800000
}
}
},
"creationMethod": null
}],
"members": [{
"id": "56345e2de4aa80b663ee5412",
"aaId": "70121:749d941b-d4b8-4e33-b9e6-eb8c0c68b50a",
"activityBlocked": false,
"avatarHash": "d43b708c4411f9a45dfa9bea2cf0d153",
"avatarUrl": "https://trello-members.s3.amazonaws.com/56345e2de4aa80b663ee5412/d43b708c4411f9a45dfa9bea2cf0d153",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Adrien",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "A",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/adrienzaradez",
"username": "adrienzaradez",
"status": "disconnected"
}, {
"id": "5f82bf2a9646b15052842ba7",
"aaId": "5f82bedc0756940075db72dd",
"activityBlocked": false,
"avatarHash": "db3b4ea0e351bb04e06af9dc7582d028",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f82bf2a9646b15052842ba7/db3b4ea0e351bb04e06af9dc7582d028",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Alexander Nikitin",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "AN",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/ifcalexandernikitin",
"username": "ifcalexandernikitin",
"status": "disconnected"
}, {
"id": "53d9c822b727df20766af802",
"aaId": "557058:ebb6fae9-97c3-44b7-8c00-201dba60935c",
"activityBlocked": false,
"avatarHash": "e6c66251ebe94bd4aef89d2fc086e4c5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/53d9c822b727df20766af802/e6c66251ebe94bd4aef89d2fc086e4c5",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "a_gudimenko",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "A",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/faustian_echo_",
"username": "faustian_echo_",
"status": "disconnected"
}, {
"id": "621219dfca81ff05397a36d5",
"aaId": "6086a1c8308e2d0068faaeb0",
"activityBlocked": false,
"avatarHash": "c757c57a73bc6c6b0610f982076fed0f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/621219dfca81ff05397a36d5/c757c57a73bc6c6b0610f982076fed0f",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "@likeablegeek",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "@",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/likeablegeek",
"username": "likeablegeek",
"status": "disconnected"
}, {
"id": "62b4c017e3d27675f3697d5c",
"aaId": "62b4c01684d73c7201691cf2",
"activityBlocked": false,
"avatarHash": "a52eabf62deb5ffd77ddc2add0241ad3",
"avatarUrl": "https://trello-members.s3.amazonaws.com/62b4c017e3d27675f3697d5c/a52eabf62deb5ffd77ddc2add0241ad3",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Arya T",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "AT",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/aryat7",
"username": "aryat7",
"status": "disconnected"
}, {
"id": "5d9f2bc44020986d8939badc",
"aaId": "70121:9e5c9a20-abb5-43c8-b0c4-2dfad95c5a31",
"activityBlocked": false,
"avatarHash": "255fdfc6b0e4e588931654259dd114a5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d9f2bc44020986d8939badc/255fdfc6b0e4e588931654259dd114a5",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Avon FitzGerald",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "AF",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/avonfitzgerald",
"username": "avonfitzgerald",
"status": "disconnected"
}, {
"id": "599b6e072c3688aa11bb3ca7",
"aaId": "70121:58d0d806-9f2f-4eb4-9fbf-b9d3bed943aa",
"activityBlocked": false,
"avatarHash": "e910a848b1be328cc9ad366936f2ca64",
"avatarUrl": "https://trello-members.s3.amazonaws.com/599b6e072c3688aa11bb3ca7/e910a848b1be328cc9ad366936f2ca64",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Brandon",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "B",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/bkreu19",
"username": "bkreu19",
"status": "disconnected"
}, {
"id": "5a14a4967c066aae214f58d7",
"aaId": "70121:b123bcaf-1356-46ee-a5a5-3b8033a1df20",
"activityBlocked": false,
"avatarHash": "bb6121f0a953dfe9b0f02d10ef7336cb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5a14a4967c066aae214f58d7/bb6121f0a953dfe9b0f02d10ef7336cb",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Cameron Carmichael Alonso",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "CA",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/cameronatfds",
"username": "cameronatfds",
"status": "disconnected"
}, {
"id": "5a85cf0e4e51e6cc5be25e07",
"aaId": "70121:4f365199-63af-456f-bf8d-bf473412a37c",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "chriss196",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "C",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/chriss196",
"username": "chriss196",
"status": "disconnected"
}, {
"id": "5b7d6e0b7f642d7dbb979c3a",
"aaId": "70121:a202bcd4-ba9d-42dd-8add-dbf50a7bf0ff",
"activityBlocked": false,
"avatarHash": "35a528776d65a8da91ca44eac91cf05f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b7d6e0b7f642d7dbb979c3a/35a528776d65a8da91ca44eac91cf05f",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Chris Wing",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "CW",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/chris__wing",
"username": "chris__wing",
"status": "disconnected"
}, {
"id": "58a25ee4bad2b846d6ea52f6",
"aaId": "5cae1ec4213eee6e1c477090",
"activityBlocked": false,
"avatarHash": "e39a3c9ee66117e5728add6ec6ea5801",
"avatarUrl": "https://trello-members.s3.amazonaws.com/58a25ee4bad2b846d6ea52f6/e39a3c9ee66117e5728add6ec6ea5801",
"bio": "Software Historian. Here to help however I can.",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "David Blue",
"idEnterprise": null,
"idEnterprisesDeactivated": [],
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "DB",
"memberType": "normal",
"nonPublic": {
"fullName": "David Blue",
"initials": "DB",
"avatarHash": null
},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/drywallmedia",
"username": "drywallmedia",
"status": "disconnected"
}, {
"id": "5badf8525deb7816e3cf3890",
"aaId": "5cc962ad326cf40e4549c54f",
"activityBlocked": false,
"avatarHash": "6b652d949994c2226dcff19400e152d8",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5badf8525deb7816e3cf3890/6b652d949994c2226dcff19400e152d8",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "David Blue",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "DB",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/neoyokel",
"username": "neoyokel",
"status": "disconnected"
}, {
"id": "61bac83ac9f3b980cd85753f",
"aaId": "61bac8353afc8a0070a12450",
"activityBlocked": false,
"avatarHash": "0d29da2e2bcab6c25c79438481a6bafb",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61bac83ac9f3b980cd85753f/0d29da2e2bcab6c25c79438481a6bafb",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "donnebanget",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "D",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/donnebanget",
"username": "donnebanget",
"status": "disconnected"
}, {
"id": "5ebb61c5c68f500268ea5adb",
"aaId": "70121:e20bcca2-6fa7-41c2-8f9a-890e0f9c11bb",
"activityBlocked": false,
"avatarHash": "c34b35d34e2fea393410d60e13a894c4",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ebb61c5c68f500268ea5adb/c34b35d34e2fea393410d60e13a894c4",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Ethan",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "E",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/ethan77356948",
"username": "ethan77356948",
"status": "disconnected"
}, {
"id": "626f8e8af9da4351515f0d1d",
"aaId": "626f8e89d7fd480068d7405b",
"activityBlocked": false,
"avatarHash": "69395012266d5d24193d85371d82970f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/626f8e8af9da4351515f0d1d/69395012266d5d24193d85371d82970f",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Flightsim Ninja",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "FN",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/flightsimninja",
"username": "flightsimninja",
"status": "disconnected"
}, {
"id": "5fb29630ebf47b4f115e0f96",
"aaId": "5fb2962a9592df0076827f22",
"activityBlocked": false,
"avatarHash": "5ce0c0ed81199311c61a124fefb3ffc7",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5fb29630ebf47b4f115e0f96/5ce0c0ed81199311c61a124fefb3ffc7",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "IFAE - Saharsh",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "IS",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/ifaesaharsh",
"username": "ifaesaharsh",
"status": "disconnected"
}, {
"id": "5eb3e2cbb8154d11db42e4d9",
"aaId": "5eb3e2c4b882f90bae5fbdbd",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "John Kelly",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "JK",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/johnkelly282",
"username": "johnkelly282",
"status": "disconnected"
}, {
"id": "5d17db5b5c2aca72c80b2373",
"aaId": "70121:0f6a6613-3d9f-4ba6-af2d-a131470965d6",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"bio": "Deputy President",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Jon Hasselhoff",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "JH",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/jonhasselhoff",
"username": "jonhasselhoff",
"status": "disconnected"
}, {
"id": "5ed31bb96300b95e9c371c03",
"aaId": "70121:de830951-f355-4150-ace6-083ce99dfa2f",
"activityBlocked": false,
"avatarHash": "86437664aea8dc09c9fb34f1bc4063e6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed31bb96300b95e9c371c03/86437664aea8dc09c9fb34f1bc4063e6",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Kai Malcolm",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "KM",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/kaimalcolm1",
"username": "kaimalcolm1",
"status": "disconnected"
}, {
"id": "5f397fb5445e5464aa4aa5ac",
"aaId": "5f397f9d3e9e2e004dcf6d6a",
"activityBlocked": false,
"avatarHash": "881189bc2687fc13ae73cbf663a5baa8",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f397fb5445e5464aa4aa5ac/881189bc2687fc13ae73cbf663a5baa8",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "Luca Caviness",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "LC",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/lucaviness",
"username": "lucaviness",
"status": "disconnected"
}, {
"id": "5ed4c7a1c941467b9268443a",
"aaId": "70121:7fb4cf83-0f0b-480a-bc54-3cd1ec6e39b6",
"activityBlocked": false,
"avatarHash": "d0d4a45b56a0bb54e3641cbd8a972f1d",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5ed4c7a1c941467b9268443a/d0d4a45b56a0bb54e3641cbd8a972f1d",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Lucas Rebato",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "LR",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/rebal15",
"username": "rebal15",
"status": "disconnected"
}, {
"id": "61ba04d83ba4bd207c61e425",
"aaId": "61ba04d621f381006736876b",
"activityBlocked": false,
"avatarHash": "ad2f2bea0a5d1b13c5c98a49465329a6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61ba04d83ba4bd207c61e425/ad2f2bea0a5d1b13c5c98a49465329a6",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "OTH_ MAN",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "OM",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/oth_man",
"username": "oth_man",
"status": "disconnected"
}, {
"id": "5e910b31b964487863db4670",
"aaId": "70121:d0214c93-4505-40af-ad28-a5fcc81d21c0",
"activityBlocked": false,
"avatarHash": "d52c9356f72000c6a24f39c3ac82dee0",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5e910b31b964487863db4670/d52c9356f72000c6a24f39c3ac82dee0",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Qantas094 💕",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "Q",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/qantas094",
"username": "qantas094",
"status": "disconnected"
}, {
"id": "626ab1abf284814230ee96c8",
"aaId": "626ab1a907b842006f155c56",
"activityBlocked": false,
"avatarHash": "4a060337afacb65aeb6bc1e45f0a80c5",
"avatarUrl": "https://trello-members.s3.amazonaws.com/626ab1abf284814230ee96c8/4a060337afacb65aeb6bc1e45f0a80c5",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Robin Speedbird101",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "RS",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/robinspeedbird101",
"username": "robinspeedbird101",
"status": "disconnected"
}, {
"id": "628f3eefdd6cfe58d59f59eb",
"aaId": "628f3eccab963e006fe912f4",
"activityBlocked": false,
"avatarHash": "d2db71c8d962972e92c548cca08db72f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/628f3eefdd6cfe58d59f59eb/d2db71c8d962972e92c548cca08db72f",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Sam Neale",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "SN",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/samneale4",
"username": "samneale4",
"status": "disconnected"
}, {
"id": "5f25045fce3afd1c515fd294",
"aaId": "5f250456f78bea001669cd91",
"activityBlocked": false,
"avatarHash": "229762e84a9764fbeae2e0ed3d5c8308",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f25045fce3afd1c515fd294/229762e84a9764fbeae2e0ed3d5c8308",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Sam Neale",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "SN",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/samneale8",
"username": "samneale8",
"status": "disconnected"
}, {
"id": "5d5cc29a3487277274c452e6",
"aaId": "5e43909196f7d50ca052ba30",
"activityBlocked": false,
"avatarHash": "6ae112f294b99eaff364a333dd1e4a51",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5d5cc29a3487277274c452e6/6ae112f294b99eaff364a333dd1e4a51",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Sanket Pandia",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "SP",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/sanketpandia",
"username": "sanketpandia",
"status": "disconnected"
}, {
"id": "5f8bed8cefbe9f5c4fcd0626",
"aaId": "5f8bed7da9d4b3006fdd212f",
"activityBlocked": false,
"avatarHash": "7c61a5fa400c83810e00626aaf97c479",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5f8bed8cefbe9f5c4fcd0626/7c61a5fa400c83810e00626aaf97c479",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Sean Zhang",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "SZ",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/seanzhang64",
"username": "seanzhang64",
"status": "disconnected"
}, {
"id": "5eea14f439c852215452909a",
"aaId": "5eea14e84fbcd20ab965b6d5",
"activityBlocked": false,
"avatarHash": "678ca9db21df08dbac206b921fbcd1d6",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5eea14f439c852215452909a/678ca9db21df08dbac206b921fbcd1d6",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "TRzacheth11!",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "T",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/trzacheth11",
"username": "trzacheth11",
"status": "disconnected"
}, {
"id": "5e8648ee0da3c71ef5e3d8c7",
"aaId": "5e8648e99126d30c2405b7a2",
"activityBlocked": false,
"avatarHash": null,
"avatarUrl": null,
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Tom Hogrefe",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "TH",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/tomhogrefe",
"username": "tomhogrefe",
"status": "disconnected"
}, {
"id": "636d269b71eb06011fd921be",
"aaId": "636d2699c87c5043300921d4",
"activityBlocked": false,
"avatarHash": "e8a81280f6ea8c4afc4c1fa8f56446b9",
"avatarUrl": "https://trello-members.s3.amazonaws.com/636d269b71eb06011fd921be/e8a81280f6ea8c4afc4c1fa8f56446b9",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "Wyatt Sumner",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "WS",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/wyattsumner",
"username": "wyattsumner",
"status": "disconnected"
}, {
"id": "59d3a29ec1a8484edaaf252f",
"aaId": "557058:a80248df-f9a9-49e2-81b4-b385c7d16be8",
"activityBlocked": false,
"avatarHash": "8e700c2918910b686ddb74b0d409cf00",
"avatarUrl": "https://trello-members.s3.amazonaws.com/59d3a29ec1a8484edaaf252f/8e700c2918910b686ddb74b0d409cf00",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "DragosPopa",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "D",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/dragospopa4",
"username": "dragospopa4",
"status": "disconnected"
}, {
"id": "61fb65f59aa5de17f6d84970",
"aaId": "61fb65f18ca3ea00685353b3",
"activityBlocked": false,
"avatarHash": "826900580832a79fb904a6bd106ddf94",
"avatarUrl": "https://trello-members.s3.amazonaws.com/61fb65f59aa5de17f6d84970/826900580832a79fb904a6bd106ddf94",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "ilya federov",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "IF",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/ilyafederov",
"username": "ilyafederov",
"status": "disconnected"
}, {
"id": "6242198e06130975f4d74faa",
"aaId": "6242198c4fe01d006ba50c12",
"activityBlocked": false,
"avatarHash": "79d15162c394cb96fb54ee54c7513c1f",
"avatarUrl": "https://trello-members.s3.amazonaws.com/6242198e06130975f4d74faa/79d15162c394cb96fb54ee54c7513c1f",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "matei.grajdieru",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "M",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/mateigrajdieru",
"username": "mateigrajdieru",
"status": "disconnected"
}, {
"id": "5b07f72f069820e893dabeb6",
"aaId": "70121:6e028de4-588a-4289-a95b-8d5df2f45cd3",
"activityBlocked": false,
"avatarHash": "27d3b53f960b81cc89e38d29226bb50c",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5b07f72f069820e893dabeb6/27d3b53f960b81cc89e38d29226bb50c",
"bio": "",
"bioData": null,
"confirmed": true,
"fullName": "ronnyparis",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "R",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/ronnyparis",
"username": "ronnyparis",
"status": "disconnected"
}, {
"id": "5de2e462efcc6b28161ad7ff",
"aaId": "70121:fe559676-f2c7-4cc4-8269-f88a3f693385",
"activityBlocked": false,
"avatarHash": "66378959d93ef16bd27a57f44104401e",
"avatarUrl": "https://trello-members.s3.amazonaws.com/5de2e462efcc6b28161ad7ff/66378959d93ef16bd27a57f44104401e",
"bio": "",
"bioData": {
"emoji": {}
},
"confirmed": true,
"fullName": "s t a r z",
"idEnterprise": null,
"idEnterprisesDeactivated": null,
"idMemberReferrer": null,
"idPremOrgsAdmin": [],
"initials": "SZ",
"memberType": "normal",
"nonPublic": {},
"nonPublicAvailable": true,
"products": [],
"url": "https://trello.com/starii_",
"username": "starii_",
"status": "disconnected"
}],
"checklists": [],
"customFields": [],
"memberships": [{
"idMember": "5a14a4967c066aae214f58d7",
"memberType": "admin",
"unconfirmed": false,
"deactivated": false,
"id": "5e86488365c8882afcb44102"
}, {
"idMember": "5e8648ee0da3c71ef5e3d8c7",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e8648fdfe845d5e9e7f6184"
}, {
"idMember": "5b7d6e0b7f642d7dbb979c3a",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e864c0d09b593423eb9e3b9"
}, {
"idMember": "599b6e072c3688aa11bb3ca7",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e864e99c74f2b0d0ff01ec3"
}, {
"idMember": "53d9c822b727df20766af802",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e864fa07816f37d92fd46f9"
}, {
"idMember": "56345e2de4aa80b663ee5412",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e8657c5608aff580d021f96"
}, {
"idMember": "5de2e462efcc6b28161ad7ff",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e866555bac5cd553497626e"
}, {
"idMember": "59d3a29ec1a8484edaaf252f",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e8f883270e73987a32b3931"
}, {
"idMember": "5e910b31b964487863db4670",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e910b339e19ba3f2422edec"
}, {
"idMember": "5d17db5b5c2aca72c80b2373",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5e91f81e58a5a68d691099f7"
}, {
"idMember": "5eb3e2cbb8154d11db42e4d9",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5eb3e2cd4886f181ec272d1c"
}, {
"idMember": "5ed4c7a1c941467b9268443a",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5ed4c7a40a6e9521b0d4a8d2"
}, {
"idMember": "5eea14f439c852215452909a",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5eea151f70125615e56b30ac"
}, {
"idMember": "5ed31bb96300b95e9c371c03",
"memberType": "admin",
"unconfirmed": false,
"deactivated": false,
"id": "5f49b4d669c0b267ea281382"
}, {
"idMember": "5f8bed8cefbe9f5c4fcd0626",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5f8bed9de7e2ad55ed8e8f73"
}, {
"idMember": "5a85cf0e4e51e6cc5be25e07",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5fa98e0e76f4155c25797bd9"
}, {
"idMember": "5fb29630ebf47b4f115e0f96",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5fb296ceb76e5a654e711ba3"
}, {
"idMember": "5f82bf2a9646b15052842ba7",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "5ff600a833b27d1c2bb1868f"
}, {
"idMember": "5f397fb5445e5464aa4aa5ac",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "600279acb2312637b8e2eae8"
}, {
"idMember": "5ebb61c5c68f500268ea5adb",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "60411365e0051e1db7beeffd"
}, {
"idMember": "5b07f72f069820e893dabeb6",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "60a292f58681be39bcaad0d5"
}, {
"idMember": "5d5cc29a3487277274c452e6",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "60cdd01238064a0e55335eb4"
}, {
"idMember": "61ba04d83ba4bd207c61e425",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "61ba04d9372f9a6d8c6f0162"
}, {
"idMember": "61bac83ac9f3b980cd85753f",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "61bac83c587f9f791eac3646"
}, {
"idMember": "5d9f2bc44020986d8939badc",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "61ed5fd54924ba4e44bc5f41"
}, {
"idMember": "621219dfca81ff05397a36d5",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "621219e0a8866c8e0c6f8031"
}, {
"idMember": "6242198e06130975f4d74faa",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "62641a864bf8ed727af11cdf"
}, {
"idMember": "626ab1abf284814230ee96c8",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "626ab1ac4b996101a34aa19c"
}, {
"idMember": "626f8e8af9da4351515f0d1d",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "626f8e8c77ea796a9f04fb0e"
}, {
"idMember": "61fb65f59aa5de17f6d84970",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "629c2b306766c513b067b2d6"
}, {
"idMember": "62b4c017e3d27675f3697d5c",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "62b4c018937df77e02bb28b2"
}, {
"idMember": "5f25045fce3afd1c515fd294",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "6301946601044c0095a5d977"
}, {
"idMember": "636d269b71eb06011fd921be",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "636d269d9ae77d043fb475dd"
}, {
"idMember": "628f3eefdd6cfe58d59f59eb",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "6397bb3a9d9d750140ea67d1"
}, {
"idMember": "5badf8525deb7816e3cf3890",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "63980dc25e25ec00c969b894"
}, {
"idMember": "58a25ee4bad2b846d6ea52f6",
"memberType": "normal",
"unconfirmed": false,
"deactivated": false,
"id": "63b460a2fd044203edbda5bb"
}],
"pluginData": []
}

Infinite Flight API Roadmap

Updated 01032023-125209


Infinite Flight API Wishlist Trello Board

commands/reversethrust

Last Updated 12292022-210153

this command doesn't appear to work (tested with no argument Int32, boolean, json structured identical to APIv1)

A bug!

Last Updated 04022020-151838

commands/reversethrust

Last Updated 04022020-152543

Get Flight Plan - Sending 0.0 lat/lng instead of null (see description)

Last Updated 07232022-184220

0 is something. Null is nothing.

A null coordinate should be the proper way to tell if the API server had found nothing. A zero coordinate can be interpreted as valid (such as latitudes along the equator).

Live API Docs doesn't appropriately mention ALL nullable values (see description)

Last Updated 07152022-191541

It would also be better to mention if they can be null in the "Type" column and in the "Description" if there's any additional info.

This makes the API somewhat unpredictable. For example in the v2/sessions/{sessionId}/flights endpoint the username can be null (not empty string) if the user is anonymous. Then it is reasonable to assume that v2/sessions/{sessionId}/atc will also send back a null for the username (if needs be). But that is not the case. The API can send a non-empty string with a "fake" username for presentation ("Controller").

Complete list of what I could get :

v2/users : UserStats - discourseUsername UserStats - virtualOrganization

v2/sessions/{sessionId}/atc : ActiveATCFacility - username ActiveATCFacility - virtualOrganization ActiveATCFacility - airportName

v2/users/{userId}/atc/{atcSessionId} : ATCFacility - airportIcao

v2/sessions/{sessionId}/flights : FlightEntry - virtualOrganization FlightEntry - username

v2/sessions/{sessionId}/flights/{flightId}/flightplan : FlightPlanItem - name FlightPlanItem - children FlightPlanItem - identifier

v2/tracks : OceanicTrack - eastLevels OceanicTrack - westLevels

v2/users/{userId}/flights & v2/users/{userId}/atc : PaginatedList - data

v2/users/{userId}/flights & v2/users/{userId}/flights/{flightId} : UserFlight - liveryId (mentioned in another issue) UserFlight - callsign

v2/sessions/{sessionId}/notams : NotamResult - sessionId

simulator/throttle set and get are negative if each other

Last Updated 09062022-235051

If you set simulator/throttle to a value x, then request the value and get a value y, y = -x.

Set value of simulator/throttle: 100 Get value of simulator/throttle: -100

Features Endpoint

Last Updated 12162022-223920

TlL;DR: An aircraft/0/features/* endpoint would allow apps to see what capabilities an aircraft has. E.g.: aircraft/0/features/retractable_gear : True and aircraft/0/features/spoilers : False for the TBM.

This is a little more abstract. It’s impossible to tell what capabilities an aircraft has right now. The C172 doesn’t have an endpoint for the Boeing MFD, but it does have endpoints for things like spoilers, auto brakes, and even carrier ops.

I’d like to be able to implement some conditional logic, e.g. only show options for carrier ops if the current aircraft has a tail hook. Obviously this can be worked around by hardcoding a tail hook option to be available for the F-18… but it becomes frustrating to hardcode whether every aircraft in the fleet has spoilers, auto brakes, reverse thrust, retractable gear, etc. This option is also not future-proof, as any future aircraft would need a configuration defined in the third-party app.

I suggest the creation of aircraft/0/features/* endpoints for all these features that vary by aircraft.

An alternative option would be to remove all these endpoints for aircraft they don’t apply to. No need for the C172 to have a carrier ops endpoint exposed to me.

Get User Flights - add violations received during flight

Last Updated 11082022-115759

Kafka Topic or any producer for IF events

Last Updated 01032023-111114

https://community.infiniteflight.com/t/request-suggestion-a-kafka-topic-or-a-subscribable-stream-for-if-events/675603

Add a command to Connect v2 API comparable to "NetworkJoystick.SetNetworkJoystickAxes" in the v1 API

Last Updated 04192022-120856

provide a better error response

Last Updated 10022020-233716

Currently the api returns OK (Result = 0) with a TextRespones indicating error. Would be nice to either have it return erorr, or return an error type, so it is easier to understand when invalid data has been sent

simulator/throttle/reverse

Last Updated 04022020-154731

a get and set boolean state, in order to set reverse thrust on and off, e.g. setState(ID: "sim/throttle/reverse", value: true) to activate reverse thrust

generic ATC command

Last Updated 04022020-162119

Right now there's 10 separate ATC commands, no more, this makes it impossible to send higher values through the api. Something like RunCommand(ID: "atcCommand", value: 12) which would send the ID of the ATC command, would help

add infiniteflight/commands when on the menu (infiniteflight/appstate and others are available in the sim, but not from the menu)

Last Updated 06052020-230003

commands/togglemap

Last Updated 08212020-205123

No way to show the map atm. Would be nice to have this, as well as zoom/motion and a state like mapIsShowing or something

AirportDetails Endpoint for Live API

Last Updated 10032020-013723

Requested by Chris_S via IFC. See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143.

Select Aircraft as Controller in Connect API

Last Updated 08282020-213045

As an ATC, you can currently send certain commands based on their number. However, you cannot select an aircraft to send them to. See https://community.infiniteflight.com/t/select-aircraft-in-atc-interface/417256/2.

No way to tell if an aircraft has beacon (or other) lights.

Last Updated 12162022-050111

Not all aircraft have beacon lights (TBM, A-10). There’s no difference in the api in this case -- there are still all the same endpoints. This is expandable in case an aircraft with less lights (e.g. a J-3 Cub) is added. Endpoints such as aircraft/0/has_beacon lights for all the different lights would be helpful.

Way to return current camera from ConnectAPI

Last Updated 08092022-125203

The api gives info on different cameras by number (I can look up the name of camera 4, for example) but there’s no way to find out the number of the current camera.

Ability to set time and date

Last Updated 01222021-060642

UDP connections for flight control axes

Last Updated 03092022-184242

UDP connection would allow for better latency of flight control commands. Sending camera commands via the UDP SmoothTrack API is faster than sending them over TCP. I’d like to be able to continuously send flight control commands the same way.

aircraft/0/weight

Last Updated 03312022-142754

aircraft/0/mlw

Last Updated 03312022-142757

aircraft/0/mtow

Last Updated 03312022-142800

Opening up the Connect API for ATC

Last Updated 04112022-063130

Get Airport Status & Get World Status - Proper airportName field (completely distinct from airportIcao) with the full name in Infinite Flight of the airport (e.g EGLL / London Heathrow)

Last Updated 04142022-060922

Include a user's roles in the flights endpoint

Last Updated 04232022-054817

The API responses being compatible in multiple languages.

Last Updated 06042022-231022

Some people in our development may not understand english well. For example, the json responses will appear in another language like french. As apart of this, add endpoints which allows users to change the language of their data. for example: /v2/sessions?apikey={apikey}&lang=cn (for chinese) or /v2/sessions?apikey={apikey}&lang=de (for german)

I accidentally created a new card, please delete this one.

Last Updated 06042022-231040

Search userIds with username regex expression

Last Updated 07152022-161043

Infinite Flight OAuth system (@see description)

Last Updated 07162022-062209

Similar to Sign in with Google. Users can sign in using their Infinite Flight account. The API would expose their discourse username, email and profile picture.

It would be especially useful when syncing up their IF account to a third party app (in the easiest way possible).

Get a list of userIds by role

Last Updated 07162022-062343

Get a list of userIds of specific groups such as IFATCs / mods / staff / other....

Get Flights - Active / Away status

Last Updated 07162022-113751

Get User Stats (HTTP POST) - Number of online ATC sessions (we have onlineFlights for flights)

Last Updated 07172022-110411

Get User ATC Session(s) - Number of violations issued

Last Updated 07192022-065147

Get User ATC Session(s) - Server name

Last Updated 07192022-065243

Get Flights - Time last updated & possibly refresh delay in sec/min between updates. Helps to perfectly sync with IF (example useful case: stops the flights from getting thrown backwards when animating them)

Last Updated 07212022-124031

Ability to access functions of the editor

Last Updated 07282022-135054

It would be cool to have access to different scenery editor functions via the connect API. Such as placing, modifying, deleting, etc.

The only one that I currently know of is the delete command. Even that still prompts the user to confirm though.

Get Session Detail - Fetch grade/other requirements (Get Sessions returns only if restricted or not)

Last Updated 08182022-075138

Get information about surrounding traffic in Connect V2

Last Updated 08202022-211418

Get User Detail / Post User Stats - Number of online ATC sessions

Last Updated 08262022-162945

Get User Detail / Post User Stats - Total time ATC Sessions

Last Updated 08262022-162950

Get ATC Schedule

Last Updated 09062022-105631

aircraft/0/systems/nav_lights_switch endpoint is missing

Last Updated 12292022-212806

This endpoint exists for the other three types of lights. It’s nice because it takes a boolean rather than a 1 or 0 int.

A workaround is to use aircraft/0/systems/electrical_switch/nav_lights_switch/state.

aircraft/0/systems/autopilot/on

Last Updated 09112020-085058

This does not have setState functionality. Tested with Bools

Set State - Boolean - Instantaneous gear descend/retract : aircraft/0/systems/landing_gear/lever_state

Last Updated 12292022-210801

commands/Engine.Start and commands/Engine.Stop

Last Updated 12292022-210208

These do not function. Tested with engine numbers as an argument

Endpoint GET - v2/users/{userId}/flights returning systematically null values for the liveryId [FIX IN PROGRESS]

Last Updated 12162022-045130

It seems that the liveryId returns a correct value for some people such as KaiM & Laura but for most people it seems that it doesn't.

aircraft/0/systems/autopilot/spd/target

Last Updated 01032023-110950

setState does not change the value of the autopilot spd target. Tested with float value.

ATC Actions for non-IFATC and Time Periods

Last Updated 10022020-140829

In Live API UserDetails endpoint. Request by Chris_S via IFC. See https://community.infiniteflight.com/t/userdetails-aspx-request/416101.

commands/resetcamera

Last Updated 05212021-213339

A command like this to recenter the camera (like on double tap) would be useful

Missing proper documentation

Last Updated 10042020-234941

https://github.com/flyingdevelopmentstudio/infiniteflight-api Made by @philippe and @Nicholas. Great starting point and very helpful but outdated (? perhaps) and uncomplete.

GetUserStats - Level 2/3 Count

Last Updated 01062021-130336

Add Level 2/3 count for 24 hours to the GetUserStats endpoint similar to the old api with the 24 hour ghosting. This will save going to the grade endpoint.

Atlantic / pacific tracks

Last Updated 02022021-152546

It would be great to be able to fetch the current tracks from infinite flight. This could also include the new tracks that Misha has been testing.

Historical Data for Live API

Last Updated 02032022-035219

See https://community.infiniteflight.com/t/historical-flights-in-userdetails-aspx/417261/2

NOTAMS / TFR(s)

Last Updated 02122022-172702

Be able to receive the current TFRs through the API.

Get ATC operations gained from a particular controlling session

Last Updated 02122022-172704

Live API Airport Details Endpoint

Last Updated 03282022-035349

See https://community.infiniteflight.com/t/new-api-airportdetails-aspx-request/417143.

Add a state in the Connect v2 API to interrogate (and set) the rudder brakes.

Last Updated 12032022-232115

aircraft/0/systems/brakes/left/percentage

axis for dynamic braking

Last Updated 12032022-232134

this has been added! aircraft/0/systems/brakes/left/percentage, and the right side too

Elevator trim direct setting state

Last Updated 12032022-232226

available as: aircraft/0/systems/axes/elevator_trim

Flight time and range for current flight

Last Updated 01062021-130332

commands/Pushback only attaches/detaches tug but doesn’t push back

Last Updated 12292022-212702

provide V1 api Command.SetGearState

Last Updated 05212021-213343

I know it is old API, but would be a huge improvement Currently you can only toggle gear, so setting the gear to a specific state requires another query to the aircraft state

Request multiple flight plans through single request

Last Updated 02032022-044221

A system for getting multiple flight plans all at once, similar to the current system for getting user information.

Ability to Generate API Keys

Last Updated 02032022-044251

Possibly through a developer center, anyone could be able to get their own API Key. Could be done through a review and approve workflow.

Get User Stats - Add a serverId query parameter which will fetch the stats of all pilots & ATC in the server in addition with the userIds provided in the body of the POST request

Last Updated 05252022-192208

Webhooks/Event Subscriptions

Last Updated 02032022-044253

Implement a "don't call us, we'll call you" system for some events in the Live API. Possible events:

  • Certain User Opened ATC Facility
  • Certain User Begins Flight
  • Certain User Closed ATC Facility
  • Certain User Ends Flight

Multiple flight ids for flight plan endpoint.

Last Updated 04082022-204752

Example: https://api.infiniteflight.com/public/v2/flight//flightplan?id=12312541&id=9877835&id=219873

Should be able to fetch an array of flight plans for multiple users

Original Request in IFC: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702

Request Multiple FPLs (Link to IFC)

Last Updated 04082022-204754

This would be useful for getting ETAs for a list of flights, for example: flights inbound to an airport.

More info below: https://community.infiniteflight.com/t/feature-request-accept-multiple-flight-ids-for-get-flight-plan-endpoint/653702/20

Get flight plan by IFC Name

Last Updated 04082022-204812

Get All Liveries - Include aircraft registration

Last Updated 09282022-060832

We don't record this data and won't be adding this at this time. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment