You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**postAnalyticsTaskmanagementAggregatesQuery**](AnalyticsApi#postAnalyticsTaskmanagementAggregatesQuery) | **POST** /api/v2/analytics/taskmanagement/aggregates/query | Query for task management aggregates
126
+
[**postAnalyticsTaskmanagementMetricsQuery**](AnalyticsApi#postAnalyticsTaskmanagementMetricsQuery) | **POST** /api/v2/analytics/taskmanagement/metrics/query | Query for task management observations
126
127
[**postAnalyticsTeamsActivityQuery**](AnalyticsApi#postAnalyticsTeamsActivityQuery) | **POST** /api/v2/analytics/teams/activity/query | Query for team activity observations
127
128
[**postAnalyticsTranscriptsAggregatesJobs**](AnalyticsApi#postAnalyticsTranscriptsAggregatesJobs) | **POST** /api/v2/analytics/transcripts/aggregates/jobs | Query for transcript aggregates asynchronously
128
129
[**postAnalyticsTranscriptsAggregatesQuery**](AnalyticsApi#postAnalyticsTranscriptsAggregatesQuery) | **POST** /api/v2/analytics/transcripts/aggregates/query | Query for transcript aggregates
let apiInstance = new platformClient.AnalyticsApi();
6352
+
6353
+
let body = {}; // Object | query
6354
+
let opts = {
6355
+
'after': "after_example", // String | The cursor that points to the end of the set of entities that has been returned. Used for pagination.
6356
+
'pageSize': 3.4 // Number | Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200.
**after** | **String** | The cursor that points to the end of the set of entities that has been returned. Used for pagination. | [optional] |
6376
+
**pageSize** | **Number** | Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 200. | [optional] |
0 commit comments