Show an object
GET/v1/object/:id
Get object by UUID.
Request
Path Parameters
id stringrequired
object UUID
Responses
- 200
- 400
- 404
OK
- text/plain
- Schema
- Example (from schema)
Schema
hard_body_radius numberrequired
Possible values: <= 512
Hard body radius of the object in meters
id uuid
maneuverability booleanrequired
norad_id intrequired
object_name stringrequired
Possible values: <= 256 characters
operator_id uuidrequired
{
"hard_body_radius": 0,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"maneuverability": true,
"norad_id": 0,
"object_name": "string",
"operator_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
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...