Get a trajectory file
GET/v1/trajectory/:id
Get trajectory file by ID. Note that this endpoint may return a (301) Moved Permanently status code, and redirect the user for an external file storage solution.
The file will be in the same format as uploaded by the operator.
Request
Path Parameters
id stringrequired
Trajectory UUID
Query Parameters
reference_frame string
Possible values: [original
, itrf
, eme2000
]
The reference frame the file should be in. Both position/velocity and covariance will be coverted. File comments, and some metadata fields, may be lost in the process. Output will be in OEM file format.
Responses
- 200
- 400
- 404
OK
- text/plain
- Schema
Schema
string
Bad Request
- text/plain
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Not Found
- text/plain
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Loading...