GET
/api/reports/dashboard AuthDashboard Geral
Retorna as principais métricas do CRM: contatos, negócios, receita e tarefas.
Status Codes
200 Lista retornada com sucesso401 Não autenticadoResponse
{
"totalContacts": 142,
"totalDeals": 24,
"openDeals": 18,
"totalRevenue": 125000.00,
"pendingInvoices": 8,
"overdueInvoices": 3,
"overdueTasks": 5,
"dealsWonThisMonth": 4,
"revenueThisMonth": 32000.00
}