Aura Now API - Change Log

Back to the Aura Now API Developer Guide

Release 1.17.0.0

Case 18196 - Backend changes to the billing data access technology.

Release 1.16.0.0

Case 18213 - Updated the projects to target .NET to 8.0.

Case 18212 - Updated the NuGet packages to the latest versions.

Release 1.15.0.0

Case 15027 - FIX: tuned the API methods to improve efficiency and reduce database workload.

Release 1.14.0.0

Case 14639 - FIX: the new GET /api/clients method did not work for non-admin users.

Case 14639 - FIX: the new GET /api/installations/positionfixes?clientId={id} method did not work for non-admin users.

Release 1.13.0.0

Case 14638 - upgraded to .NET 6 and EF Core 6

Case 13899 - added Meta controller to the API: GET /api/meta

Case 13899 - added new method to list the clients available to a user to the API: GET /api/clients

Case 14021 - validation: the "interval" query parameter is validated. Values < 300 seconds result in HTTP 400 Bad Request. This applies to beams, up/download speeds, RF performance metrics, and data volumes. This validation was already in place for the location request.

Case 14587 - added new method to return the latest vessel locations by client Id:

GET /api/installations/positionfixes?clientId={id}

Case 14587 - added InstallationId and WanInterfaceId to the position fix data type returned by: GET /api/installations/{id}/positionfixes

Case 14587 - added InstallationId and WanInterfaceId to the location data type returned by: GET /api/installations/{id}/locations

Release 1.12.0.0

Case 13606 - FIX: corrected typs for validation errors: "start time must be in the last 12 monts".

Case 13623 - Added the WAN interface Id and WAN interface type Id to the vessel status info returned by the following methods:
GET /api/installations/{id}/lateststatus
GET /api/installations/lateststatuses

Case 13644 - Added the WAN interface Id and WAN interface type Id to the WAN status history info returned by method:
GET /api/installations/{id}/wanstatus

Case 13604 - Start and end time parameters for API calls are marked as required for the following methods:
GET /api/installations/{installation-id}/wanstatus
GET /api/installations/{installation-id}/locations
GET /api/installations/{installation-id}/positionfixes
GET /api/installations/{installation-id}/totaldatavolumes
GET /api/installations/{installation-id}/rfperformance
GET /api/installations/{installation-id}/uploadspeeds
GET /api/installations/{installation-id}/downloadspeeds
GET /api/installations/{installation-id}/beamusage
GET /api/waninterfaces/{wan-interface-id}/totaldatavolumes
GET /api/waninterfaces/{wan-interface-id}/rfperformance
GET /api/waninterfaces/{wan-interface-id}/uploadspeeds
GET /api/waninterfaces/{wan-interface-id}/downloadspeeds
GET /api/waninterfaces/{wan-interface-id}/beamusage

Release 1.11.1.0

Case 12393 - Added some extra Swagger documentation annotations.

Release 1.11.0.0

Case 10931 - Added method to return location and connection status for a single installation.
GET /api/installations/{installation-id}/lateststatus

Case 10947 - Added method to list the WAN interface types: V-SAT, L-Band, Gsm, etc.
GET /api/waninterfaces/types

Case 10948 - Added a method to list the location for an installation between two dates in 5 minute increments:
GET /api/installations/{installation-id}/locations

Case 10948 - Added a method to list the location for an installation between two dates, returning the unprocessed data from SES:
GET /api/installations/{installation-id}/positionfixes

Case 10988 - Moved the package change methods to:
GET /api/installations/{installation-id}/packagechanges

Case 10988 - Moved the package costs listing method to:
GET /api/installations/{installation-id}/costs

Case 10988 - Moved the package change history listing method to:
GET /api/installations/{installation-id}/packagechanges/history.