# Get Order Get order by id. Endpoint: GET /public-api/2.0/electricity/orders/{id} Version: 1.0 Security: api-key ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) - `orderType` (string) Enum: "BUY", "SELL", "DIRECT" - `participantId` (string) - `individualId` (string) - `productType` (string) Enum: "ELECTRICITY", "GAS" - `type` (string) - `quantity` (number) - `originalQuantity` (number) - `created` (integer) Example: 1517406300000 - `priority` (integer) Example: 1517406300000 - `start` (integer) Example: 1517406300000 - `end` (integer) Example: 1517406300000 - `timeblock` (string) Enum: "BASELOAD", "PEAK", "OFFPEAK", "INTRADAY", "EXPOST", "GOPACS" - `price` (number) - `ean` (string) - `customExpirationTime` (integer) Example: 1517406300000 - `metadata` (object) - `duration` (number) - `allowedToBeUsedForIdcons` (boolean) - `totalPrice` (number) ## Response 403 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array) ## Response 500 fields (*/*): - `errors` (array)