# Get Parked Orders Default Get parked orders with filtering options (outlet, category, state, pagination). Endpoint: GET /api/v3/ParkedOrderDisplay/Default Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `OutletID` (string) Unique identifier for the outlet. Example: "ff3c515e-c2b7-4309-8c29-30e44cecb23f" - `CategoryID` (string) Unique identifier for the category. Example: "ba003c7a-b7ed-410d-8c0d-af32ef08443f" - `StateID` (integer) Order state filter (0=New, 1=Pick, 2=Pack, 3=Ship). Enum: 0, 1, 2, 3 - `PageNumber` (integer, required) Page number for pagination. Example: 1 - `PageSize` (integer, required) Number of items per page for pagination. Example: 20 - `MaxHours` (integer) Maximum hours to filter parked orders. (If not provided, default is 24 hours) Example: 24 - `OrderType` (string) Type of order will be shown in the display. (Parked / All). If not provided, default is "Parked". Parked => Only for Invoice Pending All => Display all pending and processed invoices Enum: "Parked", "All" - `Sort` (string) Sort result by Descending or Ascending. If not provided, default is "Desc". Enum: "Desc", "Asc" ## Response 200 fields (application/json): - `Data` (array) - `Data.OrderID` (string) Example: "acf007a9-1d43-4289-9edc-713066c3527c" - `Data.ParkLabel` (string) Example: "Meja2" - `Data.Customer` (string) Example: "Ventines" - `Data.Created` (string) Example: "2025-03-18T08:12:46.157" - `Data.Number` (string) Example: "B1-25-03-00001" - `Data.Note` (string) Example: "Take Away" - `Data.Variants` (array) - `Data.Variants.ItemID` (string) Example: "d06648f8-9a3f-4da4-93bb-38bd3a89bbab" - `Data.Variants.Name` (string) Example: "Muffin (Medium)" - `Data.Variants.Code` (string) Example: "MM3002" - `Data.Variants.Quantity` (integer) Example: 1 - `Data.Variants.ImageURL` (string) Example: "https://cdn.dealpos.app/id/happy/Product/019e6360-7a1a-7275-91c9-b9c055b1d58f/hijau.jpg" - `Data.Variants.ThumbnailURL` (string) Example: "https://dealpos.b-cdn.net/id/happy/Product/019e6360-7a1a-7275-91c9-b9c055b1d58f/hijau.jpg?width=80g" ## Response 400 fields ## Response 404 fields