Get Printers

post

/config/sim/v1/devices/getprinters

Gets all the Printers configured

Request

Supported Media Types
Body ()
A request body
Root Schema : PrinterGetRequestBody
Type: object
The input Body model that needs to be given.
Show Source
  • Objects included in response
  • 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 translated strings returned
  • If using paging, number of results returned in this page.
  • Starting resource record index. Not required if paging parameters are not supported
  • Search criteria to filter results based on field value
Back to Top

Response

Supported Media Types

200 Response

A collection of Printer objects of the organization
Body ()
Root Schema : Printers
Type: object
Model for the Printers object
Show Source
Nested Schema : HierUnitNameTranslatedString
Type: object
A string that contains translations of hierarchy unit name into multiple languages
Example:
{
    "en-US":"Property",
    "de-DE":"Eigentum",
    "es-MX":"Propiedad"
}
Nested Schema : PrintClassNameTranslatedString
Type: object
A string that contains translations of print class name into multiple languages
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
Show Source
Nested Schema : BluetoothSettings
Type: object
text
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
text
Show Source
Nested Schema : OposPrinterConfig
Type: object
An object containing the configuration settings for the OPOS Printer. Applicable only if printerType = 15
Show Source

400 Response

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