Export a drill-down view
Streams the whole drill-down as CSV, with the same filters as the view endpoint and no pagination.
Requires the viewer role on the website and the report type's plan feature.
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
Query Parameters
The key of the row you are drilling into. Without it the view covers the whole website.
How far back to look, counted from now. Reports are kept for 90 days, so 90d is the widest range available.
"7d"Match part of a URL or value in the row.
length <= 4096Response Body
text/csv
curl -X GET "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/reports/string/views/string/export?range=7d""string"Get the report breakdown GET
Groups the website's reports for this type and ranks them by volume, so the biggest problems come first.
Get a drill-down view GET
Opens up one row of a breakdown. Pass the row's key and get the detail behind it, ranked the same way. Rows here carry their own key, so views can chain.