Skip to content

List

Terminal List

Direction

POS -> Backend

This method requests all registered terminal for a POS.

json
{
  "action": "terminals",
  "method": "list"
}

Terminal List Response

Direction

Backend -> POS

This is the response from the TaaS Backend for a terminal list method.

json
{
  "action": "terminals",
  "method": "list",
  "data": {
    "Terminals": [
      {
        "ConnectionId": "",
        "PosId": "",
        "TerminalId": "",
        "Active": true,
        "Priority": 1,
        "Created": "",
        "LastAction": "",
        "IpAddress": ""
      }
    ]
  }
}