Changes to Get connection

GET /companies/{companyId}/connections/{connectionId}

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

Changed in 6 of the 52 revisions of this API.412

  1. bff9b9776ecf1
  2. f9ec5126044c1
  3. 1834c78d88a51
  4. 26fd1967e4501
  5. 429a1658d7b12
  6. b8afb1b754231

What changed

    • for the path request parameter companyId, the type/format was generalized from / to string/uuid

      request-parameter-type-generalized

    • the response property integrationKey became optional for the status 200

      response-property-became-optional

    • for the path request parameter companyId, the type/format was generalized from string/uuid to /

      request-parameter-type-generalized

    • the response property dataConnectionErrors became nullable for the status 200

      response-property-became-nullable

    • the response property connectionInfo became nullable for the status 200

      response-property-became-nullable

    • the response property lastSync became nullable for the status 200

      response-property-became-nullable

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

      response-optional-property-removed