Report API (api/report)
The Report API returns a specific report.
|
Parameter |
Required (?) |
Description |
|---|---|---|
|
catalog |
Required |
Name of the catalog being accessed. |
|
r |
Required |
Specifies the name of the report (f must be specified) or the document ID of the report. |
|
f |
Conditional |
Specified the folder path. If r=<report name>, then this is required. Example: f=/hello/world. |
|
ra |
Optional |
"Run as" - allows you to access the report as if you were another user. |
|
token |
Optional |
Base64 encrypted version of user and password in format user:password. If this is not specified, the user will be prompted for username and password. |