Sha256: 1649fcd3b0389f7aa2af37eaebbf564d15f1a29a1a673974a3aee49e58c63bda
Contents?: true
Size: 1.12 KB
Versions: 10
Compression:
Stored size: 1.12 KB
Contents
--- title: FlowSearchRequest --- ## PureCloud::FlowSearchRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **search_phrase** | **String** | The search text to look for | [optional] | | **page_number** | **Integer** | The pageNumber to get results from (EG If there are 100 results with a pageSize of 10 and pageNumber is 3 then 10 results will be returned starting with index #31 | [optional] | | **page_size** | **Integer** | Number of entries to return/calculate per page. | [optional] | | **search_fields** | **Array<String>** | The fields to limit the searchPhrase search to | [optional] | | **facet_requests** | [**Array<FacetRequest>**](FacetRequest.html) | List of facet requests to generate summary views from the search result set (if any) | [optional] | | **sort** | [**Array<SortField>**](SortField.html) | sort the results on a field(s) | [optional] | | **filters** | [**Array<FilterItem>**](FilterItem.html) | You can also restrict the search to particular field values and ranges | [optional] | {: class="table table-striped"}
Version data entries
10 entries across 10 versions & 1 rubygems