GET api/search?phrase={phrase}&limit={limit}
Runs a basic search on the entire system, only searches the items name
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
phrase |
Phrase the search for in the content |
string |
Default value is |
limit |
How many items to return in the result set |
integer |
Default value is 50 |
Body Parameters
None.
Response Information
Resource Description
Search results
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.