Asset Management Endpoints

Get Mission Ids

get
Authorizations
Responses
200
Successful Response
application/json
get
GET /check-my-mission/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 Performance Set Ids

get
Authorizations
Responses
200
Successful Response
application/json
get
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"
  }
]

Last updated

Was this helpful?