Query report
POST/reports/origterm
JSON-RPC
reports.origterm.query
The method generates orig-term 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
order
argument, should be present in thereturn_fields
. - If any of the volume-dependent fields is present in the
return_fields
, thenservices_id
should be also present in thereturn_fields
.
Volume-dependent fields
volume_total
orig_volume_rated
term_volume_rated
orig_rates_value_avg
term_rates_value_avg
acd_std
acd_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