Get Printers

post

/config/sim/v2/devices/getPrinters

Gets all the Printers configured

Request

Supported Media Types
Body ()
A request body
Root Schema : PrinterGetRequestBodyv2
Type: object
The input Body model that needs to be given.
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: 1,2,3
  • If using paging, number of results returned in this page.
  • Starting resource record index. Not required if paging parameters are not supported.
  • 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 Printer objects of the organization
Body ()
Root Schema : PrintersGetResponsev2
Type: object
Show Source
Nested Schema : items
Type: array
Array of Printer objects of the organization.
Show Source
Nested Schema : Printersv2
Type: object
Model for the Printers object
Show Source
Nested Schema : name
Type: object
A group of string objects representing the name of the Printer in configured languages.
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
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