Skip to content

Partial diff: added / removed operations, renames, and spec-info fields. Nested schema changes are not tracked yet.

c9f07bb* refactor: scss to css, sidebar groups, search component
  • info.titleCall Center & Contacts APIBevatel Developer APIs
  • info.version1.0.11.0.0
  • info.descriptionREST API for call center summaries (calls, agents, queues) and contact management. Authentication: Most operations use an API key in the Authorization header unless noted otherwise. ### Response conventions All success JSON bodies include success_code, message, and optionally details (see schemas). Payloads such as data or resource fields extend that shape where documented. All errors JSON bodies include error_code, message, and optionally details. Responses must not include stack traces, internal exceptions, hostnames, file paths, or other system internals. ### HTTP status codes | Code | Meaning | When used | |------|---------|------------| | 200 | Ok | Successful read or update | | 201 | Created | Resource created successfully | | 400 | Bad Request | Malformed parameters, validation failures, unacceptable request | | 401 | Unauthorized | No valid API key or bearer token | | 403 | Forbidden | Authenticated but not permitted for this KPI / operation | | 404 | Not Found | Identified resource (e.g. KPI key target) does not exist | | 429 | Too Many Requests | Rate limit exceeded | | 500 | Internal Server Error | Unexpected server-side failure | (Product copy that repeated “missing params” for non-400 codes was normalized to conventional HTTP meanings.)Combined public API documentation for Bevatel developer services. Authentication, scopes, workspace binding, and rate limiting are enforced at APISIX. Clients authenticate with Authorization: Bearer <developerapijwt>. APISIX derives upstream context after JWT verification.
  • AddedgetDeveloperAgentsActivityEvents
  • AddedgetDeveloperAgentsAvailability
  • AddedgetDeveloperAgentsCallDispositions
  • AddedgetDeveloperAgentsPauses
  • AddedgetDeveloperAgentsSessionSummary
  • AddedgetDeveloperAnsweredByAgents
  • AddedgetDeveloperAnsweredByCallDuration
  • AddedgetDeveloperAnsweredByDisconnectionCauses
  • AddedgetDeveloperAnsweredByQueues
  • AddedgetDeveloperAnsweredDetailedCalls
  • AddedgetDeveloperAnsweredServiceLevel
  • AddedgetDeveloperAnsweredSummary
  • AddedgetDeveloperDistributionByDid
  • AddedgetDeveloperDistributionByQueues
  • AddedgetDeveloperDistributionByTime
  • AddedgetDeveloperDistributionDetailedCalls
  • AddedgetDeveloperDistributionSummary
  • AddedgetDeveloperOutboundByDisconnectionCauses
  • AddedgetDeveloperOutboundByTime
  • AddedgetDeveloperOutboundDetailedCalls
  • AddedgetDeveloperOutboundDialedByAgents
  • AddedgetDeveloperOutboundSummary
  • AddedgetDeveloperOutboundUnansweredCalls
  • AddedsearchDeveloperReportCalls
  • AddedgetDeveloperSummaryAgents
  • AddedgetDeveloperSummaryCalls
  • AddedgetDeveloperSummaryQueues
  • AddedgetDeveloperUnansweredDisconnectionCauses
  • AddedgetDeveloperUnansweredByQueues
  • AddedgetDeveloperUnansweredDetailedCalls
  • AddedgetDeveloperUnansweredServiceLevel
  • AddedgetDeveloperUnansweredSummary
  • AddedlistDeveloperContacts
  • AddedcreateDeveloperContact
  • AddedgetDeveloperContact
  • AddedupdateDeveloperContact
  • AddeddeleteDeveloperContact
  • RemovedcreateContact
  • RemovedupdateContact
  • RemoveddeleteContact
  • RemovedlistContacts
  • RemovedgetAgentsSummary
  • RemovedgetCallsSummary
  • RemovedgetQueuesSummary