report.create
This method allows to create new scheduled reports.
This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See User roles for more information.
Parameters
Additionally to the standard scheduled report properties, the method accepts the following parameters.
(object)
Returns an object containing the IDs of the created scheduled reports under the reportids
property. The order of the returned IDs matches the order of the passed scheduled reports.
Examples
Creating a scheduled report
Request:
Response:
"jsonrpc": "2.0",
"result": {
"reportids": [
]
},
"id": 1