Get Printers

post

/config/sim/v1/devices/getprinters

Gets all the Printers configured

Request

Supported Media Types
Body ()
The input Body model that needs to be given.
Root Schema : schema
Type: object
Show Source
  • Objects included in the response.
    Example: hierUnitId
  • 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
  • If specified, limits the translated strings returned.
    Example: en-US, es-ES, es-MX
  • 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: objectNum:asc
  • Search criteria to filter results based on field value.
    Example: where equals(objectNum,1)
Back to Top

Response

Supported Media Types

200 Response

A collection of Printers.
Body ()
Root Schema : PrintersGetResponsev1
Type: object
Show Source
Nested Schema : items
Type: array
Array of Printer objects of the organization.
Show Source
Nested Schema : Printersv1
Type: object
Model for the Printers object
Show Source
Nested Schema : hierUnitName
Type: object
Hier Unit Name
Example:
{
    "en-US":"Property",
    "de-DE":"Eigentum",
    "es-MX":"Propiedad"
}
Nested Schema : name
Type: object
Name
Example:
{
    "en-US":"Hotline PC",
    "de-DE":"Hotline-PC"
}
Nested Schema : PrinterOptionsExt
Type: object
An object containing the descriptive options list associated with the Print Class
Example:
{
    "isMultiLingualCardInstalled":false,
    "isThermalPrinter":false,
    "isQuebecSRMDevice":false,
    "printInLowRes":false,
    "enableLoopPrinting":false,
    "isDestinationPrinter":false
}
Nested Schema : PrinterConfiguration
Type: object
An object containing the configuration settings for the printer
Show Source
  • The IP address or hostname for the printer. If using the printer for banquet checks, enter the hostname. Applicable only if printerType = 2 / 3 / 4 / 11
    Example: 127.0.0.0
  • The baud rate for the printer. Applicable only if printerType = 1/ 6 / 7 / 8 / 9 / 10 / 12 / 14
    Example: 1
  • BluetoothSettings
    Bluetooth settings
  • The appropriate paper size for the printer to center the logo. 1 - 3 (1/8) (80mm) Paper 2 - 2 (1/4) (58mm) Paper. Applicable only if printerType = 3 / 11
    Example: 1
  • The COM port for the printer. Applicable only if printerType = 1 / 6 / 7 / 8 / 9/ 10 / 12 / 14
    Example: COM4
  • The data bits for the printer. Applicable only if printerType = 1 / 6 / 7 / 8 / 9 / 10 / 12 / 14
    Example: 8
  • The directory and file name to store the local disk file. Applicable only if printerType = 13
    Example: /local/config.txt
  • FirstPageMargins
    An object containing the Bluetooth configuration settings for the printer. Applicable only if printerType = 4
  • The IDN ID for the printer. Applicable only if printerType = 12
    Example: 1
  • OposPrinterConfig
    An object containing the configuration settings for the OPOS Printer. Applicable only if printerType = 15
  • FirstPageMargins
    An object containing the Bluetooth configuration settings for the printer. Applicable only if printerType = 4
  • The parity for the printer.0 - None 1 - Even 2 - Odd Applicable only if printerType = 1 / 6 / 7 / 8 / 9 / 10 / 12 / 14
    Example: 1
  • The port number for the IP printer. Applicable only if printerType = 2 / 3 / 4 / 11
    Example: 9100
  • The Serial Number of S1F2 terminal. Applicable only if printerType = 16
    Example: 123456789012345
  • The stop bits for this printer. Applicable only if printerType = 1 / 6/ / 7 / 8 / 9 / 10 / 12 / 14
    Example: 1
Nested Schema : BluetoothSettings
Type: object
Bluetooth settings
Show Source
  • The Bluetooth ID of the printer or leave the field blank to allow configuration from a Mobile client when using different printers per event.
    Example: 11:22:33:44:55:66
  • The column width of the printer.
    Example: 32
  • The Bluetooth PIN of the printer.
    Example: 1
Nested Schema : FirstPageMargins
Type: object
An object containing the Bluetooth configuration settings for the printer. Applicable only if printerType = 4
Show Source
Nested Schema : OposPrinterConfig
Type: object
An object containing the configuration settings for the OPOS Printer. Applicable only if printerType = 15
Show Source
Back to Top