Fetch organization summary
GET/api/organizations/:organization_id/summary
Returns the aggregated counts for an organization as a sheet-json workbook. The summary is backed by a materialized view, so a newly created organization has no row until the view is next refreshed.
Request
Responses
200 Fetched organization summary
Authentication failed. The bearer token is missing or invalid, or the API key and secret pair could not be verified.
The caller is authenticated but is not allowed to perform this action on this resource.
No summary row exists yet for this organization.
An unexpected error occurred while processing the request.