list_reports: take a report and read how it is
built — its tracked source datatable for record reports, its columns and their
types, the filters and sort applied, the bottom-of-column aggregates, and the
pivot-table / chart layout when configured. This is the configuration that makes
the report’s data interpretable; the computed rows and pivot cells live behind
get_report_data and get_report_pivot_data, while the values displayed by
a configured chart live behind get_report_chart_data.
access (who can view the report) is only returned to callers with write
access on reports; read-only callers get access: null.
Parameters
Body
Body
string
required
Id of the report to read — the id list_reports returns.