Get Workstation Devices

post

/config/sim/v2/devices/workstations/getDevices

Gets all the Workstation Device configured for the specified organization

Request

Supported Media Types
Body ()
A request body
Root Schema : schema
Type: object
The input Body model that needs to be given.
Show Source
  • Unique hierarchy unit value of the property
    Example: 1
  • If specified, limits the data returned to these fields.
    Example: hierUnitId, objectNum, name
  • If this value is specified, the include parameter is ignored.
    Value Description
    basic Forces the response to include all fields except option string details
    detailed Forces the response to include all fields including option string details
    Example: detailed
  • If specified, limits translated strings returned
    Example: 1,2,3
  • If using paging, number of results returned in this page.
    Example: 100
  • Object number of the workstation
    Example: 1
  • 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: hierUnitId:asc
  • If specified, returns records that match the criteria.
    Example: where equals(hierUnitId, 7)
Back to Top

Response

Supported Media Types

200 Response

A collection of Workstation Devices.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Array of Workstation Device objects of the organization.
Show Source
Nested Schema : WorkstationDevicev2
Type: object
Show Source
  • Baud Rate of the device. Allowed values - 1200, 2400, 4800, 9600, 19200, 38400. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 9600
  • Client certificate common name of the payment interface
    Example: Certificate
  • Client Certificate effective date of the payment interface
    Example: 2020-10-11
  • Expiration date of the client certificate of the payment interface
    Example: 2020-10-11
  • Client Certificate object. Applicable only for type=20 and SPI
    Example: Cert
  • Client Certificate password
    Example: password
  • COM Port of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 1
  • Configuration parameters of the custom peripheral device
    Example: config
  • Device type of the custom peripheral device
    Example: 1
  • Configuration parameters of the peripheral device
    Example: Custom Settings
  • Data bits of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 1
  • A flag indicating if the certificates need to be deleted. Applicable for type=20 and for SPI only.
    Example: false
  • Sequence number of the device
    Example: 1
  • Type of the peripheral device
    Example: 1
  • Unique hierarchy unit value of the property
    Example: 1
  • Object number of the property
    Example: 1
  • Timeout in seconds if request is abandoned. This is a required field for device type 20.
    Example: 180
  • Object number of the workstation
    Example: 1
  • Parity of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: N
  • URL of the endpoint. Format http(s)://host:port number. This is a required field for device type 20.
    Example: http://url.domain.com:443
  • Prog Id of the custom peripheral device
    Example: Micros.Devices.BarCodeReader.RS232
  • Security settings for the interface. This is a required field for device type 20.
    Example: 1
  • Common name of the Server Certificate
    Example: cert
  • Effective date of the server certificate
    Example: 2020-10-11
  • Expiration date of the server certificate
    Example: 2020-10-11
  • Server certificate object
    Example: cert
  • Stop Bits of the device. This is a required field for the following device types - 1, 2, 3, 5, 8, 10, 12, 13, 14, 15(progId - Micros.Devices.FingerPrintReader.Opos), 16 and 17.
    Example: 1
  • A Boolean flag indicating if xml message is validated against schema and log errors. Applicable only for type=20 and SPI.
    Example: false
Back to Top