addresses

List addresses for organization

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

get/api/v1/addresses/organization

Query parameters

skipnumber
takenumber
Example:10

Headers

x-sdk-versionstring required

SDK version header

Response

Addresses for organization (paginated)

Example response

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

Changes

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

  • bdac7e47d1c2128See the full diff
    • removed the required property data/items/path from the response with the 200 status

      response-required-property-removed

    • 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

  • 86f37d72f0a0341723See 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 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 addresses added

      api-tag-added

    • api tag Addresses 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 AddressListPaginationDto 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 data/items/address became required for the status 200

      response-property-became-required

    • the response property data/items/balance became required for the status 200

      response-property-became-required

    • the response property data/items/date became required for the status 200

      response-property-became-required

    • the response property data/items/id became required for the status 200

      response-property-became-required

    • the response property data/items/miniWalletId became required for the status 200

      response-property-became-required

    • the response property data/items/path became required for the status 200

      response-property-became-required

    • the response property data/items/reference became required for the status 200

      response-property-became-required

    • the response property data/items/sub became required for the status 200

      response-property-became-required

    • the response property pagination became required for the status 200

      response-property-became-required

    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 getOrganizationAddresses removed and replaced with getAddressForOrganization

      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