{ "opencollection": "1.0.0", "info": { "name": "Dixa Agents Search API", "version": "beta" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search conversations", "type": "http" }, "http": { "method": "GET", "url": "https://dev.dixa.io/beta/search/conversations", "params": [ { "name": "pageLimit", "value": "", "type": "query", "description": "Maximum number of results per page. May be used in combination with pageKey to change the number of results in between page requests." }, { "name": "pageKey", "value": "", "type": "query", "description": "Base64 encoded form of pagination query parameters. Do not try to construct or change programmatically as the internal structure may change without notice." }, { "name": "query", "value": "cancel my order", "type": "query", "description": "The text by which to search conversations" }, { "name": "exactMatch", "value": "", "type": "query", "description": "Return only exact matches. This value is false by default." } ] }, "docs": "NOTE: This endpoint is deprecated and is replaced with POST /search/conversations. Search for conversations containing a particular text." }, { "info": { "name": "Search conversations with filters", "type": "http" }, "http": { "method": "POST", "url": "https://dev.dixa.io/beta/search/conversations", "params": [ { "name": "pageLimit", "value": "", "type": "query", "description": "Maximum number of results per page. May be used in combination with pageKey to change the number of results in between page requests." }, { "name": "pageKey", "value": "", "type": "query", "description": "Base64 encoded form of pagination query parameters. Do not try to construct or change programmatically as the internal structure may change without notice." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search for conversations containing a particular text or by filter or combine them both" } ] } ], "bundled": true }