Legacy Dev Forum Posts

 View Only

Sign Up

Conversation Aggregates Query: Custom views data suddenly gone missing from responses

  • 1.  Conversation Aggregates Query: Custom views data suddenly gone missing from responses

    Posted 06-05-2025 18:13

    chakrit_w | 2018-07-06 07:26:42 UTC | #1

    Hi all,

    Previously I've tested querying data from Conversation Aggregates Query API, with some defined custom views. The responses included these views data.

    But today, all custom views are missing from responses. I tried adjusting query request, but still to no avail.

    Has anyone here found similar problem?

    Here is my latest used query: { "interval": "2018-06-30T17:00:00.000Z/2018-07-05T17:00:00.000Z", "granularity": "P1D", "groupBy": [ "mediaType", "queueId" ], "filter": { "type": "and", "clauses": [ { "type": "and", "predicates": [ { "type": "dimension", "dimension":"mediaType", "operator": "matches", "value":"voice" } ] } ] }, "views":[ {"name":"tAcd0","target":"tAcd","function":"rangeBound","range":{"gte":0,"lt":15000}}, {"name":"tAbandon0","target":"tAbandon","function":"rangeBound","range":{"gte":0,"lt":15000}}, {"name":"tAcd1","target":"tAcd","function":"rangeBound","range":{"gte":15000,"lt":45000}}, {"name":"tAbandon1","target":"tAbandon","function":"rangeBound","range":{"gte":15000,"lt":45000}}, {"name":"tAcd2","target":"tAcd","function":"rangeBound","range":{"gte":45000}}, {"name":"tAbandon2","target":"tAbandon","function":"rangeBound","range":{"gte":45000}} ], "flattenMultivaluedDimensions": true }


    tim.smith | 2018-07-06 14:31:02 UTC | #2

    I've reported this as AR-6289. The issue is the underscore in the name. As a workaround, remove the underscore from the view name and it should work.


    chakrit_w | 2018-07-07 12:06:36 UTC | #3

    Thanks very much! That saved me :grin:


    system | 2018-08-07 12:17:38 UTC | #4

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


    This post was migrated from the old Developer Forum.

    ref: 3128