GET
/
orders
/
{id}
{
  "id": "674d0bf5c28b69001f8e03a1",
  "created_at": "2024-04-22T10:00:00Z",
  "updated_at": "2024-04-22T10:00:00Z",
  "name": "John",
  "table_number": 8,
  "dish_ids": [
    "692a4a34a46ecf001f35ac6f",
    "6a4a857c022eb7001f9b8972",
    "6b7c2441a0db43001f9bf377"
  ],
  "special_requests": "<string>",
  "priority": 3,
  "scheduled_at": null,
  "status": "Received"
}

Path Parameters

id
string
required

The unique order identifier, generated when the order was created.

Query Parameters

fields
string

Specify which properties to include in the response.

Response

200
application/json

Request successful

The response is of type object.