advisory:readDEPRECATED - use Get Advisories BBox or Get Advisories GeoJSON.
{
"category": "faa_com_part_107",
"geometry": {
"coordinates": [
[
[
-83.2592354683282,
42.2395810171841
],
[
-83.3862648872736,
42.2395810171841
],
[
-83.3862648872736,
42.1378288396814
],
[
-83.2592354683282,
42.1378288396814
],
[
-83.2592354683282,
42.2395810171841
]
]
],
"type": "Polygon"
}
}curl --location --request POST 'https://airhub-api-sandbox.airspacelink.com/v2/advisory' \
--header 'Authorization: ' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"category": "faa_com_part_107",
"geometry": {
"coordinates": [
[
[
-83.2592354683282,
42.2395810171841
],
[
-83.3862648872736,
42.2395810171841
],
[
-83.3862648872736,
42.1378288396814
],
[
-83.2592354683282,
42.1378288396814
],
[
-83.2592354683282,
42.2395810171841
]
]
],
"type": "Polygon"
}
}'{
"data": [
{
"geometry": {
"coordinates": [
[]
],
"type": "Polygon"
},
"properties": {
"advisorySource": "faa",
"advisoryType": "uasfm_ceiling",
"contactEmail": "john@gov.gov",
"contactName": "John Doe",
"contactPhone": "+12345678910",
"contactUrl": "http://myadvisory.com/1234",
"effectiveDays": [
"Mon",
"Tue",
"Fri"
],
"endDate": "2020-01-01T00:00:00.0000000+00:00",
"endTime": "2020-12-16T20:00:00.0000000+00:00",
"message": "The max altitude exceeds ...",
"severity": "warning",
"startDate": "2020-01-01T00:00:00.0000000+00:00",
"startTime": "2020-12-16T10:10:00.0000000+00:00",
"timezone": "America/New_York",
"title": "UASFM Grid"
},
"type": "Feature"
}
],
"message": "success",
"statusCode": 200
}