Jacou | 2019-08-06 16:00:33 UTC | #1
Hi, we are trying to retrieve only conversation that have WrapUpCode or WrapUpNote for the conversation details API.
When passing this: { "interval": "2019-08-06T04:00:00.000Z/2019-08-07T04:00:00.000Z", "order": "asc", "orderBy": "conversationStart", "paging": { "pageSize": 25, "pageNumber": 1 }, "conversationFilters": [ { "type": "or", "predicates": [ { "type": "dimension", "dimension": "wrapUpNote", "operator": "exists", "value": null } ] } ] }
We are getting this message as the answer:
{ "readyState": 4, "responseText": "{\"status\":400,\"code\":\"bad.request\",\"message\":\"Dimension wrapUpNote is not yet supported. Allowed dimensions include [organizationId, mediaStatsMinConversationMos, mediaStatsMinConversationRFactor, conversationId, conversationEnd, originatingDirection, divisionId]\",\"messageParams\":{},\"contextId\":\"43f7aa13-27c9-41bf-83fa-6ba2da046d7d\",\"details\":[],\"errors\":[]}", "responseJSON": { "status": 400, "code": "bad.request", "message": "Dimension wrapUpNote is not yet supported. Allowed dimensions include [organizationId, mediaStatsMinConversationMos, mediaStatsMinConversationRFactor, conversationId, conversationEnd, originatingDirection, divisionId]", "messageParams": {}, "contextId": "43f7aa13-27c9-41bf-83fa-6ba2da046d7d", "details": [], "errors": [] }, "status": 400, "statusText": "Bad Request" }
Is there any plan in the short term to support WrapUpNote or WrapUpCode as dimensions?
tim.smith | 2019-08-07 20:44:38 UTC | #2
wrapUpCode and wrapUpNote are applicable to segment filters, not conversation filters.
system | 2019-09-07 20:55:07 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: 5710