Skip to main content
Documentation

Domain

Reports capabilities

12 capabilities, all acting on a report. A reference to one from another domain is spelled report_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
reports.revenuePOST /api/v1/reports/revenueRead the revenue, profit and margin report for a periodread-only
reports.by_servicePOST /api/v1/reports/by_serviceBreak a period's revenue and margin report down by serviceread-only
reports.funnelsPOST /api/v1/reports/funnelsRead the lead and quote conversion report for a periodread-only
reports.marketingPOST /api/v1/reports/marketingRead the report of what each lead source cost and returnedread-only
reports.installPOST /api/v1/reports/installRead the installer and film-usage report for a periodread-only
reports.job_plPOST /api/v1/reports/job_plRead the per-job profit-and-loss report for completed workread-only
reports.slaPOST /api/v1/reports/slaRead the first-response speed report for the shop's leadsread-only
reports.taxPOST /api/v1/reports/taxRead the sales-tax report of what was charged and collectedread-only
reports.dashboardPOST /api/v1/reports/dashboardRead today's dashboard report — money in, and who is waitingread-only
reports.metricsPOST /api/v1/reports/metricsRead the whole business report card, metric by metricread-only
reports.insightsPOST /api/v1/reports/insightsList the advisor's report on what to fix in this businessread-only
reports.recovered_revenuePOST /api/v1/reports/recovered_revenueRead the report on money the AI front desk won backread-only

← Every domain