freeTextSearch: Search Example
The free text search functions similarly to a filter, except it searches all fields simultaneously.
Example 1: Search for entities with an exact value in any attribute
Search:
- Use the search API: Device Search
- Match the any attribute that has a value
R21468772
- Limit the number of results to 10 per page
- Return the first page
Filter object will look like this:
{
"freeTextSearch": "R21468772",
"limit": 10,
"page": 0
}
Encoded API call:
Updated 11 months ago