CMF Supporting Functions
This page is dedicated to resources you need to execute CMF.
Last updated
Was this helpful?
This page is dedicated to resources you need to execute CMF.
Last updated
Was this helpful?
Was this helpful?
GET /check-my-flight/v1/mission_ids HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text"
}
]GET /check-my-flight/v1/performance_set_ids HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text"
}
]GET /check-my-flight/v1/performance_set_ids/{performance_set_id} HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"performanceset_id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"type": "text",
"unit": "text",
"value": 1
}
]GET /check-my-flight/v1/limit_set_ids HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"description": "text",
"type": "text"
}
]GET /check-my-flight/v1/limit_set_ids/{limit_set_id} HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"limitset_id": "123e4567-e89b-12d3-a456-426614174000",
"limitset_name": "text",
"name": "text",
"type": "text",
"limits": [
{
"type": "text",
"sequence": 1,
"minvalue": 1,
"maxvalue": 1
}
],
"unit": "text",
"altitude": 1,
"altitudeunit": "text",
"altitudetype": "text"
}
]