CMM Supporting Functions
Authorizations
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
GET /check-my-mission/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"
}
]
Authorizations
Path parameters
performance_set_idstring · uuidRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
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
}
]
Authorizations
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
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"
}
]
Authorizations
Path parameters
limit_set_idstring · uuidRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
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"
}
]
Last updated
Was this helpful?