NOTE: This endpoint is deprecated and is replaced with POST /search/conversations. Search for conversations containing a particular text.
The search results for the searched parameters
Invalid value extracted from request context, Invalid value for: query parameter pageLimit, Invalid value for: query parameter pageKey, Invalid value for: query parameter query, Invalid value for: query parameter exactMatch
The user who issued the access token used in the request is not authorized to perform the operation
Internal failure during request processing
{- "data": [
- {
- "id": 1234,
- "highlights": {
- "subject": [
- "<em class=\"highlight\">Cancel my order</em>"
]
}, - "innerHits": [
- {
- "id": "dadcaea0-4135-4e8a-a5bf-05d4658facba",
- "highlight": {
- "text": "I want to <em class=\"highlight\">cancel my order</em> as soon as possible"
}
}
]
}
]
}
Search for conversations containing a particular text or by filter or combine them both
The filters to apply to the search
object (Filters) | |
object (Query) |
The search results for the searched parameters
Invalid value extracted from request context, Invalid value for: query parameter pageLimit, Invalid value for: query parameter pageKey, Invalid value for: body
The user who issued the access token used in the request is not authorized to perform the operation
Internal failure during request processing
{- "filters": {
- "strategy": "All",
- "conditions": [
- {
- "field": {
- "operator": {
- "values": [
- "177e7564-6434-4177-a25a-8530089196ad",
- "7729e7564-9876-a637-b46b-8530038196b3"
], - "_type": "IncludesOne"
}, - "_type": "TagId"
}
}
]
}
}
{- "data": [
- {
- "id": 1234,
- "highlights": { }
}, - {
- "id": 2345,
- "highlights": { }
}, - {
- "id": 3456,
- "highlights": { }
}
], - "meta": {
- "next": "/beta/search/conversations/?pageKey=cGFnZUxpbWl0PTUwJnBhZ2U9MQ%3D%3D:"
}
}