Changes to Get collection tokens by ID or type

GET /api/v1/tokenization/collection/tokens

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 12 revisions of this API.485730

  1. bdac7e47d1c235
  2. 86f37d72f0a0412114
  3. 13aade4795097115
  4. efcfd49884e71

What changed

    • 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 404

      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 404

      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 404

      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 404

      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 404

      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 404

      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 404

      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

  • 86f37d72f0a0412114See the full diff
    • the query request parameter type was restricted to a list of enum values

      request-parameter-became-enum

    • the header request parameter x-sdk-version became required

      request-parameter-became-required

    • the query request parameter id 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 404

      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 404

      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 404

      response-property-became-optional

    • the response property message became optional for the status 500

      response-property-became-optional

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

      response-property-type-changed

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

      response-property-type-changed

    • the total response's property type/format changed from integer/ to number/ 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 404 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 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 404 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 404 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 404 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 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 404 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 404 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_006 enum value to the code response property for the response status 404

      response-property-enum-value-added

    • 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_066 enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new ERR_068 enum value to the code response property for the response status 404

      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 tokenization added

      api-tag-added

    • api tag Tokenization removed

      api-tag-removed

    • added the new enum value BURN to the query request parameter type

      request-parameter-enum-value-added

    • added the new enum value MINT to the query request parameter type

      request-parameter-enum-value-added

    • 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 404

      response-body-all-of-added

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

      response-body-all-of-added

    • removed the BURN enum value from the tokens/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the MINT enum value from the tokens/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

  • 13aade4795097115See the full diff
    • removed the enum value BURN from the query request parameter type

      request-parameter-enum-value-removed

    • removed the enum value MINT from the query request parameter type

      request-parameter-enum-value-removed

    • removed the required property message from the response with the 200 status

      response-required-property-removed

    • removed the required property status from the response with the 200 status

      response-required-property-removed

    • removed the required property status from the response with the 404 status

      response-required-property-removed

    • removed the required property success from the response with the 200 status

      response-required-property-removed

    • removed the required property success from the response with the 404 status

      response-required-property-removed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • for the query request parameter id, the minLength was decreased from 1 to 0

      request-parameter-min-length-decreased

    • 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 requestId to the response with the 404 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • the response property errors/items/field became required for the status 404

      response-property-became-required

    • the response property errors/items/message became required for the status 404

      response-property-became-required

    • added the required property category to the response with the 404 status

      response-required-property-added

    • added the required property code to the response with the 404 status

      response-required-property-added

    • added the required property path to the response with the 404 status

      response-required-property-added

    • added the required property statusCode to the response with the 404 status

      response-required-property-added

    • added the required property timestamp to the response with the 404 status

      response-required-property-added

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

    • endpoint added

      endpoint-added