Transactions API

get listing

GET /api/rest/admin/transactions

Parameters

Name Description
filter[id] id filter
filter[account-id-eq] account id eq filter
filter[account-id-not-eq] account id not eq filter
filter[account-id-in] account id in filter
filter[account-id-not-in] account id not in filter
filter[service-id-eq] service id eq filter
filter[service-id-not-eq] service id not eq filter
filter[service-id-in] service id in filter
filter[service-id-not-in] service id not in filter
filter[uuid-eq] uuid eq filter
filter[uuid-not-eq] uuid not eq filter
filter[uuid-in] uuid in filter
filter[uuid-not-in] uuid not in filter
filter[created-at-eq] created at eq filter
filter[created-at-not-eq] created at not eq filter
filter[created-at-gt] created at gt filter
filter[created-at-gteq] created at gteq filter
filter[created-at-lt] created at lt filter
filter[created-at-lteq] created at lteq filter
filter[created-at-in] created at in filter
filter[created-at-not-in] created at not in filter
filter[amount-eq] amount eq filter
filter[amount-not-eq] amount not eq filter
filter[amount-gt] amount gt filter
filter[amount-gteq] amount gteq filter
filter[amount-lt] amount lt filter
filter[amount-lteq] amount lteq filter
filter[amount-in] amount in filter
filter[amount-not-in] amount not in filter
filter[description-eq] description eq filter
filter[description-not-eq] description not eq filter
filter[description-cont] description cont filter
filter[description-start] description start filter
filter[description-end] description end filter
filter[description-in] description in filter
filter[description-not-in] description not in filter
filter[description-cont-any] description cont any filter

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI2MiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4NjM2MDI5OX0.3IUf1dx74dHOc5Lpt0aufawFWOJ-8mQDrugtePbm6LU
Host: example.org
Cookie: 

Route

GET /api/rest/admin/transactions

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"87a56ba36280ea67303406b115631af1"
cache-control: max-age=0, private, must-revalidate
x-request-id: 66acfb03-1ecf-4861-bd1e-6442a685a45d
x-runtime: 0.006820
content-length: 2972

Status

200 OK

Body

{
  "data": [
    {
      "id": "13",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/admin/transactions/13"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "72.89",
        "created-at": "2026-08-10T11:01:38.999Z",
        "uuid": "33b7a5d7-a064-4d13-bf6a-e16009c0aa9a"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/13/relationships/account",
            "related": "http://example.org/api/rest/admin/transactions/13/account"
          },
          "data": {
            "type": "accounts",
            "id": "95"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/13/relationships/service",
            "related": "http://example.org/api/rest/admin/transactions/13/service"
          },
          "data": {
            "type": "services",
            "id": "12"
          }
        }
      }
    },
    {
      "id": "14",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/admin/transactions/14"
      },
      "attributes": {
        "description": null,
        "amount": "54.39",
        "created-at": "2026-08-10T11:01:39.006Z",
        "uuid": "22e0b84a-023d-427f-a656-cb4f6a971520"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/14/relationships/account",
            "related": "http://example.org/api/rest/admin/transactions/14/account"
          },
          "data": {
            "type": "accounts",
            "id": "95"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/14/relationships/service",
            "related": "http://example.org/api/rest/admin/transactions/14/service"
          },
          "data": {
            "type": "services",
            "id": "12"
          }
        }
      }
    },
    {
      "id": "15",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/admin/transactions/15"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "80.13",
        "created-at": "2026-08-10T11:01:39.022Z",
        "uuid": "ea7a70fe-b0e7-4b70-bd2f-c114a930b388"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/15/relationships/account",
            "related": "http://example.org/api/rest/admin/transactions/15/account"
          },
          "data": {
            "type": "accounts",
            "id": "95"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/15/relationships/service",
            "related": "http://example.org/api/rest/admin/transactions/15/service"
          },
          "data": {
            "type": "services",
            "id": "13"
          }
        }
      }
    },
    {
      "id": "16",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/admin/transactions/16"
      },
      "attributes": {
        "description": null,
        "amount": "42.92",
        "created-at": "2026-08-10T11:01:39.029Z",
        "uuid": "9e88ccf1-d7a1-4bd9-a622-2535b2d2bd62"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/16/relationships/account",
            "related": "http://example.org/api/rest/admin/transactions/16/account"
          },
          "data": {
            "type": "accounts",
            "id": "95"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/admin/transactions/16/relationships/service",
            "related": "http://example.org/api/rest/admin/transactions/16/service"
          },
          "data": {
            "type": "services",
            "id": "13"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 4
  },
  "links": {
    "first": "http://example.org/api/rest/admin/transactions?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/admin/transactions?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}