Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Malformed syntax with /api/v2/analytics/conversations/details/query

    Posted 11-01-2024 13:08
    No replies, thread closed.

    I have tried to simplify my query down to bare basics, but continue to get the malformed syntax error.  Anyone here see what i am doing wrong?

    {
      "interval": "2024-10-31T22:00:00.000Z/2019-11-01T23:59:00.000Z",
      "segmentFilters": [
        {
          "type": "and",
          "predicates": [
            {
              "type": "dimension",
              "dimension": "userId",
              "operator": "matches",
              "value": "USER ID GOES HERE"
            }
          ]
        }
      ]
    }


    #API/Integrations

    ------------------------------
    Clayton Curtis
    Tech manager
    ------------------------------


  • 2.  RE: Malformed syntax with /api/v2/analytics/conversations/details/query
    Best Answer

    Posted 11-01-2024 13:20
    No replies, thread closed.

    My bad, i copied the interval line, and accidentally left 2019 for date.   



    ------------------------------
    Clayton Curtis
    Tech manager
    ------------------------------