userMessageSearchRequest
| Extends: | authRequest |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| query (string) | 1/1 | The query string. i.e: Hello -tom |
| address (string) | 0/1 | The optional address of the conversation. |
| locked (boolean) | 1/1 | If true only locked messages will be searched. |
| limit (int) | 1/1 | The limit of the search. |
JSON
| property | type | description |
|---|---|---|
| query | query (string) | The query string. i.e: Hello -tom |
| address | address (string) | The optional address of the conversation. |
| locked | locked (boolean) | If true only locked messages will be searched. |
| limit | limit (int) | The limit of the search. |