Upload Data Package
Upload a new data package to the server.Authentication
This endpoint requires HTTP Basic Authentication.Query Parameters
string
required
Name of the data package file
string
required
UID of the user creating the data package
Request Body
file
required
The data package file to upload (typically a .zip file)
Response
string
Success message
string
The ID of the uploaded data package
Response Example
Get Data Package Table
Retrieve metadata for all data packages.Authentication
This endpoint requires HTTP Basic Authentication.Response
array
Array of data package metadata objects
Response Example
Update Data Package Metadata
Update metadata for one or more data packages.Authentication
This endpoint requires HTTP Basic Authentication.Request Body
array
required
Array of data package update objects
Response
Delete Data Package
Delete one or more data packages from the server.Authentication
This endpoint requires HTTP Basic Authentication.Request Body
array
required
Array of data packages to delete
Response
Data Package Storage
Data packages are stored in the Enterprise Sync system with:- Automatic keyword tagging with
missionpackage - SHA-256 hash calculation for integrity
- MIME type detection
- Metadata persistence in the database