Sha256: 628a0db01c6781e3d851109cec8b82c0eb463c1a6e6ff80c8ddca4cf5ec88169
Contents?: true
Size: 1.94 KB
Versions: 27
Compression:
Stored size: 1.94 KB
Contents
--- title: UserDetailsQuery --- ## PureCloud::UserDetailsQuery ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **interval** | **String** | Specifies the date and time range of data being queried. Conversations MUST have started within this time range to potentially be included within the result set. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss | | | **user_filters** | [**Array<UserDetailQueryFilter>**](UserDetailQueryFilter.html) | Filters that target the users to retrieve data for | [optional] | | **presence_filters** | [**Array<PresenceDetailQueryFilter>**](PresenceDetailQueryFilter.html) | Filters that target system and organization presence-level data | [optional] | | **routing_status_filters** | [**Array<RoutingStatusDetailQueryFilter>**](RoutingStatusDetailQueryFilter.html) | Filters that target agent routing status-level data | [optional] | | **order** | **String** | Sort the result set in ascending/descending order. Default is ascending | [optional] | | **presence_aggregations** | [**Array<AnalyticsQueryAggregation>**](AnalyticsQueryAggregation.html) | Include faceted search and aggregate roll-ups of presence data in your search results. This does not function as a filter, but rather, summary data about the presence results matching your filters | [optional] | | **routing_status_aggregations** | [**Array<AnalyticsQueryAggregation>**](AnalyticsQueryAggregation.html) | Include faceted search and aggregate roll-ups of agent routing status data in your search results. This does not function as a filter, but rather, summary data about the agent routing status results matching your filters | [optional] | | **paging** | [**PagingSpec**](PagingSpec.html) | Page size and number to control iterating through large result sets. Default page size is 25 | [optional] | {: class="table table-striped"}
Version data entries
27 entries across 27 versions & 1 rubygems