{
  "meta": {
    "offset": "integer",
    "limit": "integer",
    "orderBy": [
      {}
    ],
    "hasMore": [
      "boolean",
      "null"
    ],
    "total": "number"
  },
  "results": [
    {
      "id": "string",
      "created_at": "string",
      "updated_at": "string",
      "x_gl_account_id": [
        "string",
        "null"
      ],
      "x_id": "string",
      "x_lease_id": [
        "string",
        "null"
      ],
      "x_property_id": "string",
      "x_resident_id": [
        "string",
        "null"
      ],
      "x_unit_id": [
        "string",
        "null"
      ],
      "x_vendor_id": [
        "string",
        "null"
      ],
      "x_work_order_id": [
        "string",
        "null"
      ],
      "amount_in_cents": [
        "number",
        "null"
      ],
      "approval_status": "APPROVAL_REQUIRED",
      "approval_status_normalized": "APPROVAL_REQUIRED",
      "approval_status_raw": [
        "string",
        "null"
      ],
      "bill_date": [
        "string",
        "null"
      ],
      "custom_data": {},
      "due_date": [
        "string",
        "null"
      ],
      "gl_account_id_1": [
        "string",
        "null"
      ],
      "gl_account_id_2": [
        "string",
        "null"
      ],
      "notes": [
        "string",
        "null"
      ],
      "payee_name": [
        "string",
        "null"
      ],
      "payment_method": "CASH",
      "payment_method_normalized": "CASH",
      "payment_method_raw": [
        "string",
        "null"
      ],
      "reference_number": [
        "string",
        "null"
      ],
      "transaction_date": [
        "string",
        "null"
      ],
      "transaction_type": "CHARGE",
      "transaction_type_normalized": "CHARGE",
      "transaction_type_raw": [
        "string",
        "null"
      ],
      "transaction_source": "OTHER",
      "integration_id": "string",
      "integration_vendor": "string",
      "property_id": "string"
    }
  ]
}

Query Parameters

order-by
string

Order the results by a field. Optionally include asc or desc preceded by a colon (default is asc). Example: ?order-by=vendor:asc,created_at:desc

offset
Default: 0
integernull

Can be used for paginating results

limit
Default: 100
integernull

A number between 1 and 250 to determine the number of results to return in a single query

x_id
string

The external transaction id

x_property_id
string

The external property id

x_lease_id
string

The external lease id

x_unit_id
string

The external unit id

x_resident_id
string

The external resident id

x_gl_account_id
string

The external GL account id

property_id
string

The Propify property id

integration_id
string

The Propify integration id

integration_vendor
string

The integration vendor for the transaction.

Response

metarequired
object
resultsrequired
array