Operational notes at an airport
Get Airport Operational Notes at an airport
GET
https://api.aviowiki.com/airports/{aid}/airportOperationalNotes/all
Path Parameters
aid*
String
Headers
Authorization
String
An API Token using Bearer authorization.
The detailed properties of one returned set item can be found in the Airport Operational Notes documentation.
Get paged Airport Operational Notes at an airport
GET
https://api.aviowiki.com/airports/{aid}/airportOperationalNotes
Path Parameters
aid*
String
Aviowiki ID of the airport
Query Parameters
page
Number
The page number for pagination, starting from `0` to indicate the first page.
size
Number
The number of results in a page, for pagination.
Headers
Authorization
String
An API Token using Bearer authorization.
The properties of the pagination can be found at Pagination. The detailed properties of one returned set item can be found in the Airport Operational Notes documentation.
Get all relevant operational notes at an airport (Airport, Country, Region) valid on a given date
GET
https://api.aviowiki.com/airports/{aid}/operationalNotes
Path Parameters
aid*
String
Aviowiki ID of the airport
Query Parameters
dateTime
String
Time of validity for the ops notes retrieval. Default value: now
. Datetime format: ISO 8601
.
local
Boolean
Whether to use local time or UTC. If true
the dateTime
query parameter shall be provided in local time as well. Default value: false
Headers
Authorization
String
An API Token using Bearer authorization.
Get all relevant operational notes at an airport (Airport, Country, Region) valid between given dates
GET
https://api.aviowiki.com/airports/{aid}/operationalNotes/betweenDates
Path Parameters
aid*
String
Aviowiki ID of the airport
Query Parameters
from
String
Range start for the ops notes retrieval. Default value: now
. Datetime format: ISO 8601
.
to
String
Range end for the ops notes retrieval. Default value: now
. Datetime format: ISO 8601
.
local
Boolean
Whether to use local time or UTC. If true
the dateTime
query parameter shall be provided in local time as well. Default value: false
includeRegion
Boolean
includeCountry
Boolean
Headers
Authorization
String
An API Token using Bearer authorization.
Example:
Last updated