Download OpenAPI specification:Download
Conundra helps you transport less air by creating optimized transport planning solutions.
Returns a cursor paged list of plannings. Most recent first based on moment of creation.
Planning overview
General error payload
{- "plannings": [
- {
- "business_id": "abcde12345",
- "info": {
- "name": "Planning for Kuzco",
- "description": "This is the planning specifically created for Kuzco",
- "labels": [
- "label-1",
- "label-2"
]
}, - "last_run": {
- "status": "QUEUED"
}, - "metrics": {
- "unsynced": 0,
- "unplanned": 0
}, - "audit_info": {
- "created_at": "2022-03-04T20:00:00Z"
}
}
], - "cursor": {
- "self": "bmV4dF9fX0R1bWJsZWRvcmU=",
- "prev": "bmV4dF9fX0R1bWJsZWRvcmU=",
- "next": "bmV4dF9fX0R1bWJsZWRvcmU="
}
}
Returns a planning in in the requested format.
Excel export
Conflict: the planning is in a non-exportable state (e.g. queued, running, failed).
General error payload
{- "business_id": "abcde12345",
- "info": {
- "name": "Planning for Kuzco",
- "description": "This is the planning specifically created for Kuzco",
- "labels": [
- "label-1",
- "label-2"
]
}, - "last_run": {
- "status": "QUEUED"
}, - "metrics": {
- "unsynced": 0,
- "unplanned": 0
}, - "audit_info": {
- "created_at": "2022-03-04T20:00:00Z"
}
}