Class Index
java.lang.Object
com.ringcentral.paths.analytics.calls.v1.accounts.aggregation.fetch.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpath()
post
(AggregationRequest aggregationRequest) post
(AggregationRequest aggregationRequest, AnalyticsCallsAggregationFetchParameters queryParams) Returns call aggregations filtered by parameters specified HTTP Method: post Endpoint: /analytics/calls/v1/accounts/{accountId}/aggregation/fetch Rate Limit Group: Light App Permission: Analytics
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
post
public AggregationResponse post(AggregationRequest aggregationRequest, AnalyticsCallsAggregationFetchParameters queryParams) throws RestException, IOException Returns call aggregations filtered by parameters specified HTTP Method: post Endpoint: /analytics/calls/v1/accounts/{accountId}/aggregation/fetch Rate Limit Group: Light App Permission: Analytics- Throws:
RestException
IOException
-
post
public AggregationResponse post(AggregationRequest aggregationRequest) throws RestException, IOException - Throws:
RestException
IOException
-