mary8886 | 2020-07-22 01:11:22 UTC | #1
Hi, when hitting the following endpoint, I want to use a conversationfilter to return specific conversationids: https://api.mypurecloud.com/api/v2/analytics/conversations/details/query
Is there a way to add a list for values?
{ "interval": "2020-03-24T00:00:00.000Z/2020-03-26T00:00:00.000Z", "startOfDayIntervalMatching": true, "conversationFilters": [ { "type": "or", "predicates": [
{
"type": "dimension", "dimension": "conversationId", "operator": "exists", "value": "4b73bad2-58b2-407bc4d", "14b586ecf1429241"
} ] } ] }
tim.smith | 2020-07-22 15:30:58 UTC | #2
No, you must adhere to the documented request structure: POST /api/v2/analytics/conversations/details/query: To add multiple values, add multiple predicates and/or filters and group them appropriately using and and or to get the desired effect.
system | 2020-08-22 15:31:00 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: 8358