Skip to main content
The Mission API provides endpoints for managing missions in FreeTAKServer. Missions allow users to share data packages, coordinate activities, and collaborate in real-time.

Get Mission Table

Retrieve a list of all missions available on the server.

Authentication

This endpoint requires HTTP Basic Authentication.

Response

array
Array of mission objects

Response Example

Error Responses

Mission Operations

The Mission API integrates with the enterprise sync component to manage mission data, including:
  • Mission creation and deletion
  • Member management (add/remove users)
  • Content sharing (data packages, CoT events)
  • Mission subscriptions and synchronization
For ExCheck mission templates, see ExCheck API. For data package management within missions, see Data Packages API.