1.2.31 /api/v1/satdetails

This API endpoint reports all relevant data for a satellite in a compact form. It has been added for convenience, unburdening the front end programmer from the need to gather this information from different database tables using multiple API calls.

Supported HTTP methods: GET, HEAD, OPTIONS

GET /api/v1/satdetails/{satelliteId}

Returns detailed properties of the satellite addressed by {satelliteId} as a SatDbSatDetails data object.

Parameters:

Parameter Description
satelliteId Id of the satellite.

Expected Payload: none

Replied Payload: The requested SatDbSatDetails data object.

Return Codes:

Code Description
200 OK, returns a document describing the requested satellite.
401 not logged in. In this case an ApiError document is returned, describing details of the error.
404 satellite with the given satelliteId does not exists. In this case an ApiError document is returned, describing details of the error.