Query report
POST/reports/summary
JSON-RPC
reports.summary.query
The method generates summary report and returns the data according to
the return_fields argument. Please pay attention that quantity of
fields affect time required to generate the report.
There is a set of rules that apply to the list of queried fields:
- Fields specified in the
orderargument, should be present in thereturn_fields. - Field
record_originshould be present inreturn_fieldsor given within filters as a single-value filter. - If any of the currency-dependent fields is present in the
return_fields, thencurrencies_idshould also be present in thereturn_fieldsor given as method argument. - If any of the volume-dependent fields is present in the
return_fields, thenservices_idshould be also present in thereturn_fields.
Currency-dependent fields
rates_valuerates_pay_setuprates_value_additiverates_value_avgcost_ratedcost_packagecost_rated_additivecost_taxescost_rated_pay_setup
Volume-dependent fields
volume_totalvolume_ratedvolume_packagerates_value_avgacd_stdacd_cur
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
List of report rows.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred