Get Kitchen Display Controllers

post

/config/sim/v1/devices/getKitchenDisplayControllers

Gets all the KDS Controllers

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : KDSControllerGetRequestBody
Type: object
The input Body model that needs to be given.
Show Source
Back to Top

Response

Supported Media Types

200 Response

A collection of order device objects for the organization.
Body ()
Root Schema : KDSControllers
Type: object
Model for KDS Controllers object
Show Source
Nested Schema : bckupSVCHost
Type: object
An object representing the backup service host details associated with the KDS controller.
Show Source
  • bckupSVCHostName
    A group of strings representing the name of the backup service host associated with the KDS Controller.
  • Object number of the backup service host associated with the KDS Controller.
    Example: 1
  • Unique number of the backup service host. This value is read-only and cannot be added or modified.
    Example: 59421
  • The port number for each service on the selected service host.
    Example: 8080
  • The object number and name of the service record. For example, if a workstation, KDS Controller, and credit card driver are all running on the same Service Host, this column shows their object numbers and names. This value is read-only and cannot be added or modified.
    Example: 1-1
  • Totals on this workstation were cleared up to this datestamp. This value is read-only and cannot be added or modified.
    Example: 2020-12-12T12:00:00
  • The URL of the service for informational purposes only. It is used when constructing the full path to connect to the service. For example, Simphony services are connected using a path such as http://ServiceHostName:Port/URL. This value is read-only and cannot be added or modified.
    Example: EGateway/EGateway.aspx
Nested Schema : hierUnitName
Type: object
Hierarchy unit name
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : itemStatusColors
Type: object
An object containing an integer value representing the item status colors as per the below mapping. 0 ??? Default 1 ??? Black 2 ??? White 3 ??? Blue 4 ??? Cyan5 ??? Dark Gray 6 ??? Gray 7 ??? Light Gray 8 ??? Green 9 ??? Magenta 10 ??? Orange 11 ??? Pink 12 ??? Red 13 ??? Yellow
Show Source
Nested Schema : layoutColorsOverride
Type: object
An object representing the layout color override.
Show Source
  • Hexadecimal value representing the RBG combination of the background color for orders exceeding the first alert time.
    Example: 000000
  • Hexadecimal value representing the RBG combination of the background color for orders exceeding the second alert time.
    Example: 000000
  • Hexadecimal value representing the RBG combination of the background panel color for the KDS Display.
    Example: 000000
  • Hexadecimal value representing the RBG combination of the color in which Course 1 items appear on the KDS.
    Example: 000000
  • Hexadecimal value representing the RBG combination of the background color for orders on the KDS Display.
    Example: 000000
  • Hexadecimal value representing the RBG combination of the color in which the border of an order appears when selecting an item.
    Example: 000000
  • Hexadecimal value representing the RBG combination of the color in which voided items appear on the KDS.
    Example: 000000
Nested Schema : optionsExt
Type: object
An object containing the descriptive options list associated with the KDS Controller.
Show Source
Nested Schema : svcHost
Type: object
An object representing the service host details associated with the KDS controller.
Show Source
  • Unique number of the service host. This value is read-only and cannot be added or modified.
    Example: 59421
  • The port number for each service on the selected service host.
    Example: 8080
  • The object number and name of the service record. For example, if a workstation, KDS Controller, and credit card driver are all running on the same Service Host, this column shows their object numbers and names. This value is read-only and cannot be added or modified.
    Example: 1-1
  • svcHostName
    A group of strings representing the name of the service host associated with the KDS controller.
  • Object number of the service host associated with the KDS Controller.
    Example: 1
  • Totals on this workstation were cleared up to this datestamp. This value is read-only and cannot be added or modified.
    Example: 2020-12-12T12:00:00
  • The URL of the service for informational purposes only. It is used when constructing the full path to connect to the service. For example, Simphony services are connected using a path such as http://ServiceHostName:Port/URL. This value is read-only and cannot be added or modified.
    Example: EGateway/EGateway.aspx
Nested Schema : bckupSVCHostName
Type: object
A group of strings representing the name of the backup service host associated with the KDS Controller.
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}
Nested Schema : svcHostName
Type: object
A group of strings representing the name of the service host associated with the KDS controller.
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"??mon??"
}

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top