https://vcc.live/wp-content/uploads/2022/03/vcclive_main_logo.svg
  • Product
    Back to all pages
    https://vcc.live/wp-content/uploads/2023/09/call-cetner-software-test-7.svg
    Call center

    Explore our call center software for driving productivity, fueling automation, and delivering exceptional CX.

    Powering Decathlon's call center

    https://vcc.live/wp-content/uploads/2022/09/Decathlon_Austria_Thumbnail.jpg
    Why VCC Brochure Security
    https://vcc.live/wp-content/uploads/2023/09/outbound-test-3.svg
    Outbound

    Handle more live calls, boost talk time, and automate outreach with a feature-filled outbound solution.

    Features to boost outbound activities

    Automatic dialing Voicemail detection Outbound IVR Over-the-phone payments

    Fueling your outbound sales

    https://vcc.live/wp-content/uploads/2023/09/boosting-sales-thumbnail-image.jpg
    Sales teams > Case studies > Collections >
    https://vcc.live/wp-content/uploads/2023/09/inbound-icon-3.svg
    Inbound

    Swiftly resolve issues, empower omnichannel, and handle volume with ease with our CX-focused solution.

    VCC live for inbound contact centers

    IVR systems Distributing calls (ACD) Call center scripting KPI dashboard

    Transforming customer service for tbi bank

    https://vcc.live/wp-content/uploads/2023/05/tbi-interview-banking.jpg
    Customer service > Case studies > Multichannel >
    https://vcc.live/wp-content/uploads/2023/09/omnichannel-test-3.svg
    Omnichannel

    Instantly switch between your customer's preferred channels and handle multiple conversations at once.

    Key channels VCC Live supports

    Voice SMS Email Live chat software Instant messaging apps Social media

    Email, social and more for SYKES and Huawei

    https://vcc.live/wp-content/uploads/2023/09/sykes-topnav-menu.svg
    WhatsApp > Messenger > Case studies >
    https://vcc.live/wp-content/uploads/2023/09/integrations-test-4.svg
    Integrations

    Connect VCC Live with any of your trusted business tools, including CRMs, payment tools, and much more.

    Selected integrations for VCC Live users

    Salesforce Hubspot Looker (Data Studio) Docusign Dialogflow Zapier

    Handle calls without leaving Salesforce

    https://vcc.live/wp-content/uploads/2023/06/salesforce-video-1.jpg
    Looker case study > Release center > Security >
  • Solutions
    Back to all pages
    https://vcc.live/wp-content/uploads/2023/08/sales-call-center-icon.svg
    Sales teams

    Connect and sell more than ever before with an automation-led solution for driving sales success.

    Powerful BI for next-level sales

    https://vcc.live/wp-content/uploads/2023/09/effective-communicatio-case-study-topnav.png
    https://vcc.live/wp-content/uploads/2023/08/customer-service-call-center-icon.svg
    Customer service

    Orchestrate a high-volume handling and resolution-focused approach that delights customers.

    92% of calls within SLA

    https://vcc.live/wp-content/uploads/2023/09/decathlon-case-study-topnav-2.png
    https://vcc.live/wp-content/uploads/2023/08/debt-collection-call-center-icon.svg
    Debt collection

    Make collections faster and simpler to speed up repayments and recover like never before.

    94% voicemail detection rate

    https://vcc.live/wp-content/uploads/2023/09/delfin-group-case-study-topnav.png
    https://vcc.live/wp-content/uploads/2023/10/ai-topnav-icon-2.svg
    AI and automation

    Drive intelligent productivity and efficiency with VCC Live's suite of AI and automation tools.

  • Industries
    Back to all pages
    BPO Retail Banking Insurance Consumer Lending Healthcare
  • Pricing
  • Resources
    Back to all pages
    Blog Case Studies Ebooks Call Center Courses Webinars Customer interviews Information Security Telco Services Learning Center Developers Release Center Download
  • Company
    Back to all pages

    Explore more

    About us Why VCC Live Careers News Partners

    Check out our history

    https://vcc.live/wp-content/uploads/2023/09/20yrs-anniversary-thumbnail.jpg
  • Partners
  • Become a partner
  • Email us
CONTACT US VIEW DEMO
Developer GuidesDatabase APIStatisticsGet inbound statistics
  • Overview
    • About Database API
    • The API location
    • Authentication and Security
    • Testing API
    • Request and Response
    • HTTP Response Codes
  • Examples
    • Hello World Example
    • Advanced Example
    • Web Callback Example
  • Reference
  • Project
    • List projects
    • List project outbound numbers
    • Get project parameters
    • Cloning projects
    • Get quota limits
    • Modify quota limits
  • Database
    • Manage Records
      • List records
      • Get detailed record information
      • Add record
      • Modify record
      • Modify contact
      • Batch record modification
    • Manage Fields and Values
      • Add field and values
      • Add new value(s) to a field
      • Modify value(s) of a field
      • Delete a value
    • Manage Dispositions
      • Add disposition
      • Batch disposition modification
    • Robinson list / DNC list
      • Add new value to Robinson list
      • Delete from Robinson list resource
  • Statistics
    • Dashboard API
    • Get CDR log
    • Get CDR log for a specified uuid
    • Get Email Log
    • Get voicefile for a specified CDR
    • Get inbound statistics
    • User state log
    • User-based statistics
    • User-based model
    • Number of available agents in a queue
    • User's Current Status
    • Get call statistics (deprecated)
  • Users
    • List users
    • Add new user
    • List teams
    • List all roles
    • List online users
    • List user activities
  • Archiver
    • Get the year and month when no voicefiles were archived
    • List all downloadable voice files in a given month
    • Set a successfully downloaded voicefile as archived
    • Download voice file
  • Campaign Manager
    • Get Database
    • Get Fields
    • Add Customer
    • Modify Customer
Back to Support and Learning Center
English Hungarian

Get inbound statistics

Retrieve inbound statistics, filtered according to given options.

Request
Method GET
Resource https://[customer].asp.virtual-call-center.eu/v2/statistics/inbound
Options from, to, dimensions, teams, projects, manual_sla, of
Body N/A
Response
Body Requested inbound statistic records in tabulator-tabbed, CSV, or JSON format.

Request

Resource parameters

Name Type Mandatory Comment
customer string yes Your call centre’s unique identifier (subdomain).

Options

Name Type Mandatory Comment
dimensions string yes Available values:
– project
– queue
– date
– time.
A dimension combines data per the selected variable. You can use each dimension separately or collectively, but you can only use a maximum of 3 dimensions. If, for example, a project is chosen as the variable, statistics will be summarized per project; if a queue is chosen, then statistics will be summarized per queue, and so on. If you use more than one dimension simultaneously, for example, for both project and date, the results of the combined dimensions will be displayed. To use multiple dimensions, dimension names must be separated with commas. Example: dimensions=project,queue,date
from string yes First date of the requested time period to be searched, in yyyymmdd format (e.g: from=20120301).
to string yes Last date of the requested time period to be searched, in yyyymmdd format (e.g: from=20120331).
manual_sla integer no A default SLA (30 seconds) is used in some statistics values eg: ‘answered_after’ or ‘answered_before’. This value can be overwritten with a custom value eg: manual_sla=40.
of string no Output format. Possible values:
– tab
– cvs
– json (default)
projects integer no From which specific project(s) should data be retrieved. If there are several items, they should be separated with commas. (e.g: projects=53,64).
teams integer no Which team, or teams, should the data relate to. If there are several items, they should be separated with commas. (e.g: teams=3,4).

Response

Response object

Name Type Comment
abort_before_queue integer Number of calls discarded by caller, before being placed in a queue.
abort_case_queue_time integer Average time spent in queue before the caller discards the call.
abort_in_queue_after integer Number of calls discarded by caller, after being placed in a queue and after the predefined SLA value is reached.
abort_in_queue_before integer Number of calls discarded by caller, after being placed in a queue and before the predefined SLA value is reached.
abort_in_queue_early integer Number of calls discarded by caller, after being placed in a queue and before spending 5 seconds in a queue.
after_queue_redirected integer Number of calls redirected after leaving a queue.
answered_after integer Number of calls answered by agents after the predefined SLA value is reached.
answered_before integer Number of calls answered by the agents before the predefined SLA value is reached.
before_queue_redirected integer Number of calls redirected before entering a queue.
date integer Date in yyyymmdd format.
time integer Time in hhmm format.
last_abort_in_queue_after integer Number of calls in the last queue time discarded by caller, after being placed in a queue and after the predefined SLA value is reached.
last_abort_in_queue_before integer Number of calls in the last queue time discarded by caller, after being placed in a queue and before the predefined SLA value is reached.
last_abort_in_queue_early integer Number of calls in the last queue time discarded by caller, after being placed in a queue and before spending 5 seconds in a queue.
last_answered_after integer Number of calls in the last queue time answered by the agents after the predefined SLA value is reached.
last_answered_before integer Number of calls in the last queue time answered by the agents before the predefined SLA value is reached.
last_queue_time integer Last time spent in queue before being answered by an agent.
projectid integer Project identifier number. The number is generated when a project is created.
queue_time integer Time spent in queue before being answered by an agent.
queue_time_without_talktime integer Average time before calls are discarded.
queueid integer Queue identifier number.
talk_time integer Time spent talking with an agent.
time_before_queue integer Average time spent before calls are placed in a queue.

Example

List inbound statistics between 10.22.2019. and 10.22.2019. based on the ‘project’ dimension.

Request

https://uszi.asp.virtual-call-center.eu/v2/statistics/inbound?from=20191022&to=20191022&dimensions=project,queue,date

Response body

{
    "response": [
        {
            "projectid": 4,
            "queueid": -1,
            "date": 20191022,
            "time": 2000,
            "answered_before": 1,
            "talk_time": 112,
            "lab": 1,
            "answered_after": 0,
            "abort_before_queue": 0,
            "abort_in_queue_before": 0,
            "abort_in_queue_after": 0,
            "time_before_queue": 0,
            "queue_time": 0,
            "queue_time_without_talktime": 0,
            "abort_case_queue_time": 0,
            "bqr": 0,
            "aqr": 0,
            "aiqe": 0,
            "lqt": 0,
            "laa": 0,
            "laiqb": 0,
            "laiqa": 0,
            "laiqe": 0
        },
        {
            "projectid": 214,
            "queueid": -1,
            "date": 20191022,
            "time": 1700,
            "answered_before": 51,
            "talk_time": 8785,
            "lab": 51,
            "answered_after": 0,
            "abort_before_queue": 0,
            "abort_in_queue_before": 0,
            "abort_in_queue_after": 0,
            "time_before_queue": 0,
            "queue_time": 0,
            "queue_time_without_talktime": 0,
            "abort_case_queue_time": 0,
            "bqr": 0,
            "aqr": 0,
            "aiqe": 0,
            "lqt": 0,
            "laa": 0,
            "laiqb": 0,
            "laiqa": 0,
            "laiqe": 0
        },
        {
            "projectid": 221,
            "queueid": -1,
            "date": 20191022,
            "time": 1600,
            "answered_before": 1,
            "talk_time": 186,
            "lab": 1,
            "answered_after": 0,
            "abort_before_queue": 0,
            "abort_in_queue_before": 0,
            "abort_in_queue_after": 0,
            "time_before_queue": 0,
            "queue_time": 0,
            "queue_time_without_talktime": 0,
            "abort_case_queue_time": 0,
            "bqr": 0,
            "aqr": 0,
            "aiqe": 0,
            "lqt": 0,
            "laa": 0,
            "laiqb": 0,
            "laiqa": 0,
            "laiqe": 0
        },
        {
            "projectid": 237,
            "queueid": -1,
            "date": 20191022,
            "time": 1500,
            "answered_before": 6,
            "talk_time": 1201,
            "lab": 6,
            "answered_after": 0,
            "abort_before_queue": 0,
            "abort_in_queue_before": 0,
            "abort_in_queue_after": 0,
            "time_before_queue": 0,
            "queue_time": 0,
            "queue_time_without_talktime": 0,
            "abort_case_queue_time": 0,
            "bqr": 0,
            "aqr": 0,
            "aiqe": 0,
            "lqt": 0,
            "laa": 0,
            "laiqb": 0,
            "laiqa": 0,
            "laiqe": 0
        },
        {
            "projectid": 370,
            "queueid": -1,
            "date": 20191022,
            "time": 1400,
            "abort_before_queue": 2,
            "time_before_queue": 17,
            "answered_before": 0,
            "answered_after": 0,
            "abort_in_queue_before": 0,
            "abort_in_queue_after": 0,
            "queue_time": 0,
            "queue_time_without_talktime": 0,
            "talk_time": 0,
            "abort_case_queue_time": 0,
            "bqr": 0,
            "aqr": 0,
            "aiqe": 0,
            "lqt": 0,
            "lab": 0,
            "laa": 0,
            "laiqb": 0,
            "laiqa": 0,
            "laiqe": 0
        },        
        {
            "projectid": 370,
            "queueid": 908,
            "date": 20191022,
            "time": 1300,
            "answered_before": 3,
            "answered_after": 0,
            "abort_before_queue": 0,
            "abort_in_queue_before": 1,
            "abort_in_queue_after": 0,
            "time_before_queue": 69,
            "queue_time": 54,
            "queue_time_without_talktime": 3,
            "talk_time": 193,
            "abort_case_queue_time": 3,
            "bqr": 0,
            "aqr": 0,
            "aiqe": 1,
            "lqt": 54,
            "lab": 3,
            "laa": 0,
            "laiqb": 1,
            "laiqa": 0,
            "laiqe": 1
        }
    ],
   "errors": [],
}

Possible errors

HTTP Code Message Description
417 error.argument_format_error One of the parameters is incorrect.
417 error.argument_missing_or_empty Missing parameter in the URL.
417 error.maximum_date_interval_reached More than the maximum search period (1 month) has been requested.
Back to Support and Learning Center

Comments

Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.


There are no comments yet.

Click here to cancel reply.

Please note that by clicking on the Submit button, you agree to a member of VCC Live team contacting you with business offers. You can find detailed information on how we can establish contact with you in our Privacy Policy

illustration

Product

  • Call center
  • Outbound
  • Inbound
  • Omnichannel
  • Channels
  • Integrations
  • More on VCC

Main Features

  • IVR system
  • Auto dialer
  • Call queuing software
  • Automatic Call Distribution
  • Call center scripting tool
  • Outbound IVR
  • Predictive dialer
  • Voicemail detection
  • Contact center dashboard

Solutions

  • Customer Service
  • Sales Teams
  • Debt Collection
  • AI and Automation
  • BPO
  • Retail
  • Financial Services
  • Banking
  • Insurance
  • Consumer Lending
  • Healthcare

Resources

  • Blog
  • Case Studies
  • Ebooks
  • Call Center Courses
  • Information Security
  • Learning Center
  • Download
  • Telco services
  • Call center KPI library

Company

  • About us
  • Why VCC Live
  • Careers
  • News
  • Partners
https://vcc.live/wp-content/uploads/2022/03/iso-cert-1-min.png https://vcc.live/wp-content/uploads/2022/03/iso-cert-2-min.png https://vcc.live/wp-content/uploads/2022/03/iso-cert-3-min.png https://vcc.live/wp-content/uploads/2025/04/SOC2-website-e1745483442463.png

Social Media

https://vcc.live/wp-content/uploads/2022/03/linkedin-footer.svg https://vcc.live/wp-content/uploads/2022/03/twitter-footer.svg https://vcc.live/wp-content/uploads/2022/03/facebook-footer.svg https://vcc.live/wp-content/uploads/2022/03/instagram-footer.svg

Call us

https://vcc.live/wp-content/uploads/2022/03/flag-hu.png Hungary
+36 19996400
https://vcc.live/wp-content/uploads/2022/03/flag-en.png UK
+44 2086380169
https://vcc.live/wp-content/uploads/2022/03/flag-de.png Germany
+49 3021782516
https://vcc.live/wp-content/uploads/2022/03/flag-pl.png Poland
+48 123950886
https://vcc.live/wp-content/uploads/2022/03/flag-ro.png Romania
+40 31706167
https://vcc.live/wp-content/uploads/2022/03/flag-usa.png USA
+1 3024988337
  • Privacy Policy
  • Cookie Policy
  • Legal Statement
  • General Terms of Agreement
  • Magyar nyelvű jogi dokumentumok
illustration