Operational notes at an airport
Last updated
Was this helpful?
Last updated
Was this helpful?
GET
https://api.aviowiki.com/airports/{aid}/airportOperationalNotes/all
aid*
String
Authorization
String
An API Token using Bearer authorization.
The detailed properties of one returned set item can be found in the documentation.
GET
https://api.aviowiki.com/airports/{aid}/airportOperationalNotes
aid*
String
Aviowiki ID of the airport
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.
Authorization
String
An API Token using Bearer authorization.
GET
https://api.aviowiki.com/airports/{aid}/operationalNotes
aid*
String
Aviowiki ID of the airport
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
Authorization
String
An API Token using Bearer authorization.
GET
https://api.aviowiki.com/airports/{aid}/operationalNotes/betweenDates
aid*
String
Aviowiki ID of the airport
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
Authorization
String
An API Token using Bearer authorization.
Example:
The properties of the pagination can be found at Pagination. The detailed properties of one returned set item can be found in the documentation.
Whether to include in the results. Default value: true
Whether to include in the results. Default value: true