Get Kitchen Display Clients
post
/config/sim/v2/devices/getKitchenDisplays
Gets all the KDS Displays
Request
Supported Media Types
- application/json
A request body
Root Schema : KDSGetRequestBodyv2
Type:
object
The input Body model that needs to be given.
Show Source
-
include:
string
Objects included in the response.Example:
hierUnitId
-
includeAll:
string
This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except
Ext values. If 'detailed' is specified, The response contains all the properties of the object. Example:detailed
-
langIds:
string
If specified, limits the translated strings returned.Example:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.
-
offset:
integer
Starting resource record index. Not required if paging parameters are not supported.
-
orderBy:
string
Sorts the response by the specified field name and sort order.Example:
objectNum:asc
-
searchCriteria:
string
Search criteria to filter results based on field value.Example:
where equals(objectNum,1)
Response
Supported Media Types
- application/json
200 Response
A collection of Kitchen Display Clients
Root Schema : KDSDisplaysGetResponsev2
Type:
Show Source
object
-
count:
integer
Current response record count.Example:
9
-
hasMore:
boolean
Flag indicating if there are more objects to fetch.Example:
true
-
items:
array items
Array of Kitchen Display Client objects of the organization.
-
limit:
integer
Server page sizeExample:
10
-
offset:
integer
Starting resource record indexExample:
0
-
totalResults:
integer
Total number of rows (excluding the paging parameters)Example:
100
Nested Schema : items
Type:
array
Array of Kitchen Display Client objects of the organization.
Show Source
-
Array of:
object KDSDisplaysv2
Model for KDS Displays Object.
Nested Schema : KDSDisplaysv2
Type:
object
Model for KDS Displays Object.
Show Source
-
bumpBarObjNum:
integer
Object number of the bump bar to use for the display.Example:
1
-
cardId:
integer
The slot number or position of the SEI card in the OASYS box. Applicable only if platformType = 1Example:
1
-
comboItemFont:
integer
The font size for the Combo Items as they should appear on the KDS Display.Example:
1
-
displayOrientation:
integer
The orientation type for the display.Example:
1
-
displayType:
integer
An integer value representing the type of the display.Example:
1
-
hierUnitId:
integer
Unique reference of the hierarchy unit.Example:
1
-
hierUnitObjNum:
integer
Object number of the hierarchy unit.Example:
1
-
ipAddress:
string
The IP address for the display.Example:
0.0.0.0
-
kdsChitLayoutStyleObjNum:
integer
Object number of the chit layout type for the display.Example:
1
-
kdsClientId:
integer
Unique reference of a Kitchen Display ClientExample:
2000
-
kdsControllerObjNum:
integer
Object number of the KDS controller for the display.Example:
1
-
kdsProdColumns:
integer
The maximum number of production item counters to show per line or production bar.Example:
1
-
kdsProdLocation:
integer
The placement of production item counters on the display. 1 ??? Top 2- BottomExample:
1
-
locationFromLeft:
integer
A value representing how far from the left (in pixels) the KDS window should be placed on the workstation display screen.Example:
1
-
locationFromTop:
integer
A value representing how far from the top (in pixels) the KDS window should be placed on the workstation display screen.Example:
1
- menuItemFont: integer
-
name:
object name
A group of string objects representing the name of the KDS Display in configured languages.
-
objectNum:
integer
Object number of the KDS Display.Example:
1
-
options:
string
A string value of 0s & 1s of length 32 representing the enablement or disablement of the options associated with the KDS DisplayExample:
00000011000000000000000000000000
-
optionsExt:
object optionsExt
An object containing the descriptive options list associated with the KDS Display.
-
orderSelectionTimeInSecs:
integer
The amount of time in seconds an order remains selected on the display.Example:
1
-
orderTypeFont:
integer
The font size for the Order Type text to appear on the display.Example:
1
-
panelConfiguration:
array panelConfiguration
An array of configurations for the different panel definitions of the Display. Applicable only if displayType = 2 or 3
-
panelLayout:
integer
If the display has two panels, select whether the panels appear side-by-side or one on top of the other. Applicable only if displayType = 2 or 3Example:
1
-
platformType:
integer
The platform type of the display.Example:
1
-
prodItems:
array prodItems
An array of production items.
-
recallReviewList:
array recallReviewList
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.
-
resolutionHeight:
integer
The height (in pixels) used to display KDS in a side-by-side (split window) display.Example:
1
-
resolutionWidth:
integer
The width (in pixels) used to display KDS in a side-by-side (split window) display.Example:
1
-
serpentineMode:
integer
A value representing the arrangement of chits on the display.Example:
1
-
sosDisplayTableColumns:
integer
The number of columns to use to present table numbers for the SOS Table Display. Applicable only if displayType = 1Example:
1
-
sosDisplayTimeout:
integer
The duration that a table appears on the regular Expo Display screen before returning to the SOS Table Display. Applicable only if displayType = 1Example:
1
-
sosSortMethod:
integer
The SOS sort method for the display. Use the Width fields to determine how each column appears.Example:
1
-
sosZoneFont:
integer
The font size for SOS zones to appear on the display. Applicable only if displayType = 1Example:
1
-
tableDetailToolbarObjNum:
integer
Object number of the toolbar to use when viewing Table Details on a SOS Display.Example:
1
-
toolbarObjNum:
integer
Object number of the toolbar to use for the display.Example:
1
-
toolBarPosition:
integer
An integer value representing the location for the toolbar on the display.Example:
1
-
videoId:
integer
An ID to identify the display in the system. Applicable only if platformType = 1Example:
1
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
-
allowHideFrame:
integer
A Boolean flag indicating to hide the KDS Display window frame when the KDS Display UI is not in full-screen mode.Example:
1
-
allowRemoteActions:
integer
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
-
allowRemoteView:
integer
A Boolean flag indicating to allow other KDS Displays to remotely view orders on this display.Example:
1
-
displayItemDoubleTouchBump:
integer
A Boolean flag indicating to prevent kitchen staff from bumping items from KDS Displays using double touch.Example:
1
-
displayRVCSeparator:
integer
A Boolean flag indicating to separate orders by revenue center when SOS and Dynamic Displays are enabled.Example:
1
-
displayZone:
integer
A Boolean flag indicating to show zones when SOS and Dynamic Displays are enabled.Example:
1
-
dynamicDisplays:
integer
A Boolean flag indicating to Select to enable Dynamic Display on an SOS Display.Example:
1
-
enableItemSelect:
integer
A Boolean flag indicating to allow kitchen staff to select items on the chit.Example:
1
-
onlyActiveTables:
integer
A Boolean flag indicating to show only tables that are currently active on the SOS Display.Example:
1
-
resetKDSChitTimer:
integer
A Boolean flag indicating to have the KDS chit timer reset on the first service total.Example:
1
-
showMouseCursor:
integer
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 : 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:
Show Source
object
-
capacity:
integer
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
-
chitColumns:
integer
The number of chit columns to display in the panel.Example:
1
-
chitRows:
integer
The number of chit rows to display in the panel.Example:
1
-
panelNum:
integer
The number of panels to show on the KDS Display.Example:
1
-
proportion:
integer
The ratio for the panel to occupy on the KDS Display.Example:
1
Nested Schema : items
Type:
Show Source
object
-
persistence:
integer
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
-
prodItemNum:
integer
Sequence number of the production item.Example:
1
-
prodItemObjNum:
integer
Object number of the production item.Example:
1
Nested Schema : items
Type:
Show Source
object
-
colNum:
integer
The column number of the recall/review list.Example:
1
-
colType:
integer
The column type from the preset 9 choices.Example:
1
-
width:
integer
The column width relative to the total screen width.Example:
1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html
404 Response
404 Requested resource not found