398aef013538

latestOpenAPI 3.0.12026-08-11241391711.5 KB
Shared reports

Show shared report in CSV format

Exports the report's data as CSV. Like GET /shared-report/report/{id}, this operation is unauthenticated and keyed by the share token from the report's public 'url', not by the 'id' UUID that GET /shared-report returns.

post/shared-report/report/{id}

Path parameters

idstring required

Share token for the report — the 'report' query-parameter value from the shared report's public 'url' (returned by GET /shared-report and GET /shared-report/{id}). Only the token is accepted here; the report's 'id' UUID is rejected with 404 or 500.

Query parameters

columnsstring[]

Columns visible in report

sortstring

Sort column

direction'ASC' | 'DESC'

Sort direction

Response

Report data in CSV format.