Changes to List orders

GET /v1/orders/

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

Changed in 3 of the 11 revisions of this API.739

  1. 3d9b9702e0e3133
  2. b4fe90e78e4521
  3. e58688835e2545

What changed

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

      response-body-type-changed

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

      response-optional-property-removed

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

      response-optional-property-removed

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

      response-optional-property-removed

    • added the new optional query request parameter distinct_by_user

      new-optional-request-parameter

    • added the new optional query request parameter user_id

      new-optional-request-parameter

    • added PaginatedOrderListResponse PaginatedOrderDistinctListResponse to the response body anyOf list for the response status 200

      response-body-any-of-added

  • b4fe90e78e4521See the full diff
    • the response property results/items/loan/loan_number became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/loan/loan_number became optional for the status 200

      response-property-became-optional

    • added the optional property results/items/loan/application_number to the response with the 200 status

      response-optional-property-added

  • e58688835e2545See the full diff
    • the response property results/items/employers/items/provider/id became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/financial_accounts/items/provider/id became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/insurance became nullable for the status 200

      response-property-became-nullable

    • the response property results/items/insurance/provider/id became nullable for the status 200

      response-property-became-nullable

    • added the new optional query request parameter expired_at__gte

      new-optional-request-parameter

    • added the new optional query request parameter expired_at__lte

      new-optional-request-parameter

    • added the new enum value -expired_at to the query request parameter ordering

      request-parameter-enum-value-added

    • added the new enum value expired_at to the query request parameter ordering

      request-parameter-enum-value-added

    • added the optional property results/items/expired_at to the response with the 200 status

      response-optional-property-added