Change Updates

Do not miss any NethVoice - NethCTI middleware API changes, ever again

Subscribe to the NethVoice - NethCTI middleware API changelog to be up to date on recent changes.

RSS

20 days ago

main
1.0.0
Compare

API structure has changed

Next change
26 structure changes including:
10 Additions
16 Modifications
Modified 16 Breaking
POST /tokens/persistent/{audience}
  • Response
  • 400 response Modified
    • application/json content type Modified
      • code, data properties Added
  • 401 response Modified
    • application/json content type Added
  • 500 response Added
POST /phonebook/import
  • Path went from /phonebook/import/ to /phonebook/import (same operationId)
  • Response
  • 400 response Modified
    • application/json content type Modified
      • alternative Modified
        • ErrorResponse alternative Modified
        • PhonebookImportResponse alternative Added
POST /logout
  • Response
  • 200 response Modified
    • application/json content type Added
POST /login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • code property Added
  • 401 response Modified
    • application/json content type Modified
      • code, data properties Added
POST /authentication/phone_island_token_login
  • Response
  • 401 response Modified
    • application/json content type Added
  • 500 response Added
POST /authentication/persistent_token_remove
  • Response
  • 401 response Modified
    • application/json content type Added
  • 500 response Added
POST /admin/reload/profiles
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • Type went from empty object to object
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • data property Modified
        • Type is no longer string
          Breaking
      • error property Added
POST /admin/phonebook/import
  • Response
  • 404 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /2fa/verify-otp
  • Body
  • application/json content type Modified
    • otp_code property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • username, otp properties Added
  • Response
  • 200 response Modified
    • application/json content type Added
  • 400 response Modified
    • application/json content type Added
  • 401 response Modified
    • application/json content type Added
  • 404, 500 responses Added
POST /2fa/recovery-codes
  • Response
  • 200 response Modified
    • application/json content type Modified
      • recovery_codes property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • codes property Added
  • 401 response Modified
    • application/json content type Added
POST /2fa/disable
  • Response
  • 200 response Modified
    • application/json content type Added
  • 401 response Modified
    • application/json content type Added
  • 400 response Added
  • Body
  • application/json content type Added
GET /tokens/persistent/{audience}
  • Response
  • 400 response Modified
    • application/json content type Modified
      • code, data properties Added
  • 401 response Modified
    • application/json content type Added
GET /authentication/phone_island_token_check
  • Response
  • 401 response Modified
    • application/json content type Added
GET /2fa/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • enabled, method properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • status property Added
  • 401 response Modified
    • application/json content type Added
GET /2fa/qr-code
  • Response
  • 200 response Modified
    • application/json content type Modified
      • qr_code property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • code, message, data properties Added
  • 401 response Modified
    • application/json content type Added
  • 400 response Added
DELETE /tokens/persistent/{audience}
  • Response
  • 400 response Modified
    • application/json content type Modified
      • code, data properties Added
  • 401 response Modified
    • application/json content type Added
  • 500 response Added
Added 10
PUT /summary/{uniqueid}
POST /summary/watch
POST /summary/statuses
HEAD /summary/{uniqueid}
GET /ws/
GET /voicemail/list/{id}
GET /transcripts/{uniqueid}
GET /summary/{uniqueid}
GET /extensions/{mainextension}/{type}
DELETE /summary/{uniqueid}