List report type schemas
Returns the schema for every report type visible to the calling client whose columns are known ahead of a run. Each entry pairs a report_type_id with the ordered columns that report type produces. Report types that do not support a schema are omitted from the list. Each entry echoes the context_parameters it was resolved against, always the report type’s own defaults - post parameter values to a single report type’s schema to resolve it against your own context. Use this to discover output shapes across report types in one call instead of requesting each schema by id.
Authorizations
Response
Schemas of the visible report types that produce columns, one entry per report type.
Columns the report type produces, in output order.
Report parameters this schema was resolved against, keyed by parameter name. Each one changes the columns; supply report parameter values in the POST request body to resolve the schema against a different context. A value is what the caller supplied, otherwise the report type's declared default; parameters with neither are absent, and leaving one out resolves the schema against the report type's own default behavior rather than making the answer partial. Run the report with these same parameter values to get these same columns. Empty for report types whose columns do not depend on context.
Id of the report type this schema belongs to. Pass it to GET /v6/report-types/{id}/schema to fetch this schema on its own.
