Legacy Dev Forum Posts

 View Only

Sign Up

Looking for various fields within the API Analytics

  • 1.  Looking for various fields within the API Analytics

    Posted 06-05-2025 19:07

    Alfredo | 2022-06-13 13:17:39 UTC | #1

    Is there a field in the interactions that stores information similar to remote disconnection, busy, no answer, answering machine, hang up agent, hang up patient, etc?

    Are there fields for annotations/observations?

    In a survey, where is it stored if the NPS is detractor or promoter? (I've seen metrics that count the number, but not the field that stores them.)


    Eos_Rios | 2022-06-21 17:00:53 UTC | #2

    Not 100% certain I understood all your questions the way you meant them, but here's a stab at getting the conversation started;

    1. There is no call disposition field in a standard voice call. A callback campaign can track some of that but only in terms of the automated dialing from what I could glean. You can extract and interpret each segment's disconnect reason but they're fairly cryptic compared to what you're expressing.
    2. For annotations made on a recording you have to download the recording ids associated with the conversation with /api/v2/conversations/{conversationId}/recordings and then extract the related annotations /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations
    3. From GET /api/v2/analytics/conversations/details for example: Conversation -> Surveys -> surveyPromoterScore

    system | 2022-07-13 15:31:53 UTC | #3

    This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 15123