# Get all temperature readings associated with specific order Returns all temperature readings assiciated with specific order. The temperature dara is returned only in case authorisation allows the api consumer to access the data Endpoint: GET /orders/{id}/temperatures Version: 1.0 Security: CognitoOAuth2Test, CognitoOAuth2Prod ## Path parameters: - `id` (string, required) Girteka order ID ## Response 200 fields (application/json): - `temperature_trailer` (number) Temperature of the sensor in trailer Example: "25.5" - `timestamp` (string) Timestamp of the temperature reading Example: "2025-05-06T14:30:00Z" ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields