chouyos | 2022-02-14 15:16:04 UTC | #1
Hello All,
We are using the /api/v2/analytics/conversations/details/query endpoint via Open Data Exporter to retrieve data, and as of some time this morning it's stopped working and we receive the following error:
message: 'invalid dimension value'
The dimension we are using is segmentEnd which is listed in the documentation as a valid dimension for segmentFilters. Any clue what may have recently changed and what needs to be done to get this working?
Thanks
That's the request body we send: "cdr_request": { "name": "calls request", "type": "conversationDetail", "strategy": "single", "getAllPages": true, "body": { "interval": "{{#def.vars.previousInterval}}", "order": "asc", "orderBy": "conversationStart", "segmentFilters": [ { "type": "and", "predicates": [ { "type": "dimension", "dimension": "segmentEnd", "operator": "matches", "value": "{{#def.vars.previousIntervalShort}}" } ] } ] }
chouyos | 2022-02-14 15:57:01 UTC | #2
Please ignore, we found the issue and fixed it
system | 2022-03-17 15:57:22 UTC | #3
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: 13574