Q:
I want to know if there is a way to use the API to download a report that has parameters, without use a report public link.
I have tried to use API this way:
http://www.seektable.com/api/report/{report_id}/export?format={format}&report_parameters={"<filter>":"<value>"}
but it doesn't work, it download exactly the same as if I consume report without any filter:
http://www.seektable.com/api/report/{report_id}/export?format={format}
report_parameters | (optional) | JSON object with report parameters like {"param_name": "value"} .Note: "Advanced publishing" subscription is needed for this capability. |