Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

LMFS provides the capability to get notifications of alerts and atc status as they occur.   This requires the setup of a url on the web partner's end to receive notifications.  Submit a request on the service desk here and request a webhook.  You will need to provide a url to your server that we will send the notifications to.  The JSON data that is pushed to your site is defined in the WSDL reference here: https://www.elabs.testafss.net/Website2/resources/doc/WebService.xml under WebServicePushFlightChange and WebServicePushNGBAlert.  Whenever the webhook receives a push notification, we expect a JSON response {"success": "true"}.

 

 

 

  • No labels