Me and colleague have been hunting around for this to no avail.
We are using very basic Platform API call under /api/v2/analytics/conversations/details/jobs for conversation detail query,
{
"interval": "2019-10-18T00:00:00.000Z/2019-10-19T00:00:00.000Z",
"segmentFilters": [
{
"type": "or",
"predicates": [
{
"dimension": "subject",
"value": "Joe"
}
]
}
]
}
This searches for conversations on 10/18/19 where the subject field is exactly "Joe", i.e. emails with subject title "Joe". So far so good.
What we would very much like is a way to query for conversations where the subject field *contains* a substring such as "Joe". In many programming languages this is usually represented as wildcard symbol * in the string or a like() function or contains() function, but none of these appear to work for Purecloud Platform API queries. Is there a method for this in Purecloud Platform API? Any help would be appreciated.
#Integrations#Reporting/Analytics------------------------------
Scott Lipton
InterWorld Highway
------------------------------