Change Updates

Do not miss any Cadency Hub changes, ever again

Subscribe to the Cadency Hub changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Cadency Match Transaction API
4 structure changes including:
2 Additions
2 Modifications
Modified 2 Breaking
GET /reports/aging-unmatched-transactions
  • Query
  • startDate, endDate query parameters Added
GET /reports/unmatched-by-source-type
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sourceTypeName, unmatchedCount properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • name, count properties Added
  • Query
  • startDate, endDate query parameters Added
Added 2
GET /reports/transaction-summary
GET /reports/unmatched-by-transaction-type
Cadency Match Transaction API
4 structure changes including:
2 Additions
2 Modifications
Modified 2 Breaking
GET /reports/match-rate-trends
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object
        Breaking
      • averageAutoMatchRate, averageManualMatchRate, averageTotalMatchRate, monthlyTrends properties Added
GET /reports/match-rates
  • Response
  • 200 response Modified
    • application/json content type Modified
      • matchRate property Modified
        • Type went from integer(int32) to number
          Breaking
Added 2
GET /reports/aging-unmatched-transactions
GET /reports/unmatched-by-source-type
Cadency Match Transaction API
Cadency Close Task Action Plan API
Cadency Match Transaction API
Cadency Identity Access Management API
9 structure changes including:
9 Modifications
Modified 9 Breaking
DELETE /users/{userName}/operational-structures
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • property Removed
DELETE /users/{userName}/sectors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • property Removed
GET /operational-structures/{id}
  • Path
  • id path parameter Added
GET /sectors/{id}
  • Path
  • id path parameter Added
GET /security-profiles/{id}
  • Path
  • id path parameter Added
POST /users/{userName}/operational-structures
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • property Removed
POST /users/{userName}/sectors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • property Removed
PUT /users/{userName}/operational-structures
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • property Removed
PUT /users/{userName}/sectors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • property Removed
Cadency Identity Access Management API