Get Allowed Search Fields For Parent Account Transactions

GET {{wallet-service-api}}/allowed-query/fields/parent-account-transactions

These are the allowed values to use for filtering and setting orderBy when calling /terminal

eg

{
  ...
  "orderBy": "parentAccountTransaction.createdAt", // here
  "groups": [
    {
      "filterGroupCondition": "AND",
      "filterSearchCondition": "AND",
      "filters": [
        {
          "filterOption": "eq",
          "field": "parentAccount.deleted", // here
          "value": "false",
          "dataType": "bool"
        }
      ]
    }
  ]

HEADERS

KeyDatatypeRequiredDescription
Business-Idstring
Api-Keystring