GET api/Document/GetDocumentSerach?keywords={keywords}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
keywords | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TupleOfInt64AndStringAndStringName | Description | Type | Additional information |
---|---|---|---|
Item1 | integer |
None. |
|
Item2 | string |
None. |
|
Item3 | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "m_Item1": 1, "m_Item2": "sample string 2", "m_Item3": "sample string 3" }, { "m_Item1": 1, "m_Item2": "sample string 2", "m_Item3": "sample string 3" } ]