Last updated 5 months ago
Was this helpful?
GET /check-my-mission/v1/mission_ids HTTP/1.1 Host: x-api-key: YOUR_API_KEY Accept: */*
Successful Response
[ { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text", "description": "text" } ]
GET /check-my-mission/v1/performance_set_ids HTTP/1.1 Host: x-api-key: YOUR_API_KEY Accept: */*
GET /check-my-mission/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-mission/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-mission/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" } ]