v1
latestOpenAPI 3.1.02026-07-26650239.3 KBMissions
Get Mission Template by ID
Get an existing Mission Template by its uuid.
get/v0/mission/template/{uuid}
Path parameters
uuidstring required
Response
Mission template returned from GET, PATCH, or POST /mission/template endpoints
Example response
{
"data": {
"mission_template": {
"photo_interval_settings": {
"custom_photo_quality": 90,
"custom_shutter_speed": "AUTO",
"time_interval": 2
},
"return_settings": {
"height": 100,
"height_behavior": "ABSOLUTE",
"lost_connection_wait_time_seconds": 60,
"mission_completed_return_type": "DIRECT",
"mission_interrupted_return_type": "BACKTRACK",
"speed": 2
},
"updated": "2022-05-03T03:10:52.503+00:00"
}
}
}