# Get Orders By Half Hours Get orders filtered on half hours interval. Please provide Date in this format yyyy-mm-dd Endpoint: GET /public-api/1.0/xbid/electricity/orders/half-hour Version: 1.0 Security: api-key ## Query parameters: - `deliveryDay` (string, required) - `my` (boolean) Filter on own orders. - `deliveryArea` (string, required) Filter on DeliveryArea Enum: "NL - TTN", "DE - 50HzT", "DE - AMP", "DE - TNG", "DE - TTG" ## Response 200 fields (application/json): - `xbidOrderId` (integer) - `id` (object) - `id.identifier` (string, required) - `revisionNo` (integer) - `orderType` (string, required) Enum: "BUY", "SELL" - `xbidOrderType` (string) Enum: "REGULAR", "ICEBERG" - `participantId` (string) - `individualId` (string) - `capacity` (number, required) - `originalCapacity` (number, required) - `created` (string) - `priority` (string) - `deliveryStartTime` (string, required) - `deliveryEndTime` (string, required) - `unitPrice` (number, required) - `totalPrice` (number, required) - `customExpiration` (string) - `metadata` (object) - `localViewDeliveryArea` (string) Enum: "AT", "BG", "BE", "CZ", "DE1", "DE2", "DE3", "DE4", "DK1", "DK2", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IT1", "IT2", "IT3", "IT4", "IT5", "IT6", "IT7", "IT8", "IT9", "IT10", "IT_AT", "IT_CH", "IT_CP", "IT_FR", "IT_GR", "IT_ME", "IT_SI", "LT", "LV", "MA", "NL", "NO1", "NO2", "NO3", "NO4", "NO5", "PL", "PT", "RO", "RU", "SE1", "SE2", "SE3", "SE4", "SI", "SK" - `originatingDeliveryArea` (string) Enum: "AT", "BG", "BE", "CZ", "DE1", "DE2", "DE3", "DE4", "DK1", "DK2", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IT1", "IT2", "IT3", "IT4", "IT5", "IT6", "IT7", "IT8", "IT9", "IT10", "IT_AT", "IT_CH", "IT_CP", "IT_FR", "IT_GR", "IT_ME", "IT_SI", "LT", "LV", "MA", "NL", "NO1", "NO2", "NO3", "NO4", "NO5", "PL", "PT", "RO", "RU", "SE1", "SE2", "SE3", "SE4", "SI", "SK" - `orderExecutionRestrictionType` (string) Enum: "NON", "FOK", "IOC" - `orderStatus` (string) Enum: "ACTIVE", "HIBERNATE", "WITHDRAWN" - `allowedForLocalMarket` (boolean, required) - `icebergDetails` (object) - `icebergDetails.showCapacity` (number, required) - `icebergDetails.pricePerDelta` (number, required) - `icebergDetails.hiddenCapacity` (number, required) - `icebergDetails.originalUnitPrice` (number, required) ## Response 400 fields (*/*): - `errors` (array) ## Response 412 fields (*/*): - `errors` (array) ## Response 404 fields