Get Kitchen Display Clients

post

/config/sim/v2/devices/getKitchenDisplays

Gets all the KDS Displays

Request

Supported Media Types
Body ()
The input Body model that needs to be given.
Root Schema : schema
Type: object
Show Source
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, objectNum, name
  • If this value is specified, the include parameter is ignored.
    Value Description
    basic Forces the response to include all fields except option string details
    detailed Forces the response to include all fields including option string details
    Example: detailed
  • If specified, limits translated strings returned
    Example: 1,2,3
  • If using paging, number of results returned in this page.
    Example: 100
  • Starting resource record index. Not required if paging parameters are not supported
    Example: 0
  • Sorts the response by the specified field name and sort order.
    Example: hierUnitId:asc
  • If specified, returns records that match the criteria.
    Example: where equals(hierUnitId, 7)
Back to Top

Response

Supported Media Types

200 Response

A collection of Kitchen Display Clients
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Array of Kitchen Display Client objects of the organization.
Show Source
Nested Schema : KitchenDisplayClientsv2
Type: object
Model for KDS Displays Object.
Show Source
Nested Schema : name
Type: object
A group of string objects representing the name of the KDS Display in configured languages.
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : optionsExt
Type: object
An object containing the descriptive options list associated with the KDS Display.
Show Source
  • A Boolean flag indicating to hide the KDS Display window frame when the KDS Display UI is not in full-screen mode.
    Example: 1
  • A Boolean flag indicating to allow other KDS Displays to perform Done, Recall, and Review actions on this KDS Display while in Remote View.
    Example: 1
  • A Boolean flag indicating to allow other KDS Displays to remotely view orders on this display.
    Example: 1
  • A Boolean flag indicating to prevent kitchen staff from bumping items from KDS Displays using double touch.
    Example: 1
  • A Boolean flag indicating to separate orders by revenue center when SOS and Dynamic Displays are enabled.
    Example: 1
  • A Boolean flag indicating to show zones when SOS and Dynamic Displays are enabled.
    Example: 1
  • A Boolean flag indicating to Select to enable Dynamic Display on an SOS Display.
    Example: 1
  • A Boolean flag indicating to allow kitchen staff to select items on the chit.
    Example: 1
  • A Boolean flag indicating to show only tables that are currently active on the SOS Display.
    Example: 1
  • A Boolean flag indicating to have the KDS chit timer reset on the first service total.
    Example: 1
  • A Boolean flag indicating to make the cursor visible on the KDS display.
    Example: 1
Nested Schema : panelConfiguration
Type: array
An array of configurations for the different panel definitions of the Display. Applicable only if displayType = 2 or 3
Show Source
Nested Schema : prodItems
Type: array
An array of production items.
Show Source
Nested Schema : recallReviewList
Type: array

An array of column configurations to display on the KDS Recall/ Review List.

Configuration is allowed for up to 6 columns. Use the Column Type to select the detail types from the following preset 9 choices.

0 None
1 Check
2 Table
3 Revenue Center
4 Done Time
5 Done Time Elapsed
6 Order Time Elapsed
7 Server
8 Order Type
9 Items

Use the Width fields to determine how each column appears.

Show Source
Nested Schema : items
Type: object
Show Source
  • The relative capacity of the order devices linked to this panel. This field should only be used with KDS Controllers | General | Options | 13 - Enable Capacity Scheduling.
    Example: 1
  • The number of chit columns to display in the panel.
    Example: 1
  • The number of chit rows to display in the panel.
    Example: 1
  • The number of panels to show on the KDS Display.
    Example: 1
  • The ratio for the panel to occupy on the KDS Display.
    Example: 1
Nested Schema : items
Type: object
Show Source
  • An integer value representing the persistence type of the item on the display. 1 - Static. Shows counts on KDS displays even when the quantity is zero. 2 - Dynamic. Shows counts on KDS displays only for a non-zero quantity.
    Example: 1
  • Sequence number of the production item.
    Example: 1
  • Object number of the production item.
    Example: 1
Nested Schema : items
Type: object
Show Source
Back to Top