Operational notes at an airport
Get Airport Operational Notes at an airport
GET
https://api.aviowiki.com/airports/{aid}/airportOperationalNotes/all
Path Parameters
Name | Type | Description |
---|---|---|
aid* | String |
Headers
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
aid* | String | Aviowiki ID of the airport |
Query Parameters
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
aid* | String | Aviowiki ID of the airport |
Query Parameters
Name | Type | Description |
---|---|---|
dateTime | String | Time of validity for the ops notes retrieval. Default value: |
local | Boolean | Whether to use local time or UTC. If |
Headers
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
aid* | String | Aviowiki ID of the airport |
Query Parameters
Name | Type | Description |
---|---|---|
from | String | Range start for the ops notes retrieval. Default value: |
to | String | Range end for the ops notes retrieval. Default value: |
local | Boolean | Whether to use local time or UTC. If |
includeRegion | Boolean | Whether to include regional operational notes in the results. Default value: |
includeCountry | Boolean | Whether to include country operational notes in the results. Default value: |
Headers
Name | Type | Description |
---|---|---|
Authorization | String | An API Token using Bearer authorization. |
Example:
Last updated