Sha256: 7999e84884fdd82baf6c15e6e12ec6422cf5392ee4a55425eaa5012b3a3719d3
Contents?: true
Size: 1006 Bytes
Versions: 10
Compression:
Stored size: 1006 Bytes
Contents
--- title: ReportRequest --- ## PureCloud::ReportRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **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] | | **facet_requests** | [**Array<FacetRequest>**](FacetRequest.html) | List of facet requests to generate summary views from the report 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 request to particular field values and ranges | [optional] | | **group_by** | **Array<String>** | | [optional] | {: class="table table-striped"}
Version data entries
10 entries across 10 versions & 1 rubygems