Reports
Get public view of a report
Returns the publicly accessible view of the specified report.
get/v4/reports/{reportId}/views/public
Path parameters
reportIdstring required
Response
Successful response
Example response
{
"created_date": "2025-10-24T02:00:00-07:00",
"result": {
"completed_date": "2025-10-24T02:00:00-07:00",
"started_date": "2025-10-24T02:00:00-07:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.