transactions

List Transactions by organization

List transactions for the authenticated user's organization with pagination.

get/api/v1/transactions/organization

Query parameters

skipnumber
takenumber
Example:10

Headers

x-sdk-versionstring required

SDK version header

Response

Transactions by organization (paginated)

Example response

{
  "pagination": {
    "totalElements": 100,
    "totalPages": 10,
    "take": 10
  }
}

Changes

Changed in 3 of the 12 revisions of this API.384527

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_147 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_237 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_238 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_239 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_240 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_241 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_242 enum value to the allOf[ApiErrorResponseDto]/code response property for the response status 500

      response-property-enum-value-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 86f37d72f0a0371719See the full diff
    • the header request parameter x-sdk-version became required

      request-parameter-became-required

    • the response's body type/format changed from object/ to / for status 400

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 401

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 403

      response-body-type-changed

    • the response's body type/format changed from object/ to / for status 500

      response-body-type-changed

    • the response property code became optional for the status 400

      response-property-became-optional

    • the response property code became optional for the status 401

      response-property-became-optional

    • the response property code became optional for the status 403

      response-property-became-optional

    • the response property code became optional for the status 500

      response-property-became-optional

    • the response property message became optional for the status 400

      response-property-became-optional

    • the response property message became optional for the status 401

      response-property-became-optional

    • the response property message became optional for the status 403

      response-property-became-optional

    • the response property message became optional for the status 500

      response-property-became-optional

    • the data/items/createdAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the data/items/date response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the data/items/updatedAt response's property type/format changed from string/date-time to string/ for status 200

      response-property-type-changed

    • the pagination response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property category from the response with the 400 status

      response-required-property-removed

    • removed the required property category from the response with the 401 status

      response-required-property-removed

    • removed the required property category from the response with the 403 status

      response-required-property-removed

    • removed the required property category from the response with the 500 status

      response-required-property-removed

    • removed the required property pagination/skip from the response with the 200 status

      response-required-property-removed

    • removed the required property pagination/take from the response with the 200 status

      response-required-property-removed

    • removed the required property pagination/totalElements from the response with the 200 status

      response-required-property-removed

    • removed the required property pagination/totalPages from the response with the 200 status

      response-required-property-removed

    • removed the required property path from the response with the 400 status

      response-required-property-removed

    • removed the required property path from the response with the 401 status

      response-required-property-removed

    • removed the required property path from the response with the 403 status

      response-required-property-removed

    • removed the required property path from the response with the 500 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 400 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 401 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 403 status

      response-required-property-removed

    • removed the required property statusCode from the response with the 500 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 400 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 401 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 403 status

      response-required-property-removed

    • removed the required property timestamp from the response with the 500 status

      response-required-property-removed

    • removed the optional property data/items/network from the response with the 200 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 400 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 401 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 403 status

      response-optional-property-removed

    • removed the optional property errors from the response with the 500 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 400 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 401 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 403 status

      response-optional-property-removed

    • removed the optional property requestId from the response with the 500 status

      response-optional-property-removed

    • added the new ERR_008 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_009 enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_010 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_011 enum value to the code response property for the response status 401

      response-property-enum-value-added

    • added the new ERR_019 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the new ERR_022 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new ERR_410 enum value to the code response property for the response status 403

      response-property-enum-value-added

    • added the new ERR_999 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • the endpoint scheme security x-api-key was added to the API

      api-security-added

    • api tag transactions added

      api-tag-added

    • api tag Transactions removed

      api-tag-removed

    • for the query request parameter skip, the type/format was generalized from integer/ to number/

      request-parameter-type-generalized

    • for the query request parameter take, the type/format was generalized from integer/ to number/

      request-parameter-type-generalized

    • added ApiErrorResponseDto to the response body allOf list for the response status 400

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 401

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 403

      response-body-all-of-added

    • added ApiErrorResponseDto to the response body allOf list for the response status 500

      response-body-all-of-added

    • added the optional property data/items/networkId to the response with the 200 status

      response-optional-property-added

    • the response optional property data became read-only for the status 200

      response-optional-property-became-read-only

    • the response optional property pagination became read-only for the status 200

      response-optional-property-became-read-only

    • added PaginationMetaDto to the pagination response property allOf list for the response status 200

      response-property-all-of-added

    • the response property data became required for the status 200

      response-property-became-required

    • the response property pagination became required for the status 200

      response-property-became-required

    • removed the Confirmed enum value from the data/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the Deposit enum value from the data/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the Pending enum value from the data/items/status response property for the response status 200

      response-property-enum-value-removed

    • removed the Withdraw enum value from the data/items/type response property for the response status 200

      response-property-enum-value-removed

    This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 13aade47950918See the full diff
    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • api operation id getOrganizationTransactions removed and replaced with getTransactionsByOrganization

      api-operation-id-removed

    • removed SuccessResponse subschema #2 from the response body allOf list for the response status 200

      response-body-all-of-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • added the optional property pagination to the response with the 200 status

      response-optional-property-added

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog