carlos_perez | 2023-04-19 08:37:02 UTC | #1
Hello, Query: api/v2/analytics/conversations/details/query
I'm using this query to search the conversations where exist some outbound message. But I don't know how I can to filter by status, for example: "status": "sent" or "delivered-success".
¿What can I do to filter by status in the Outbound whatsapp (agentless)?
Body: {"interval": "2023-04-19T00:00:00.000Z/2023-04-19T23:59:00.000Z", "order": "asc", "orderBy": "conversationStart", "paging": { "pageSize": 25, "pageNumber": 1 }, "segmentFilters": [ { "type": "or", "clauses": [{ "type": "and", "predicates": [ { "type": "dimension", "dimension": "addressFrom", "operator": "matches", "value": "xxxxxx" },{ "type": "dimension", "dimension": "direction", "operator": "matches", "value": "outbound" }, { "type": "dimension", "dimension": "purpose", "operator": "matches", "value": "api" } ] } ]}]}
Regards!
system | 2023-05-19 08:37:26 UTC | #2
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 19532