curl -X GET http://localhost:3000/reports/count
{
"count": 42
}
Get the total number of reports, optionally filtered by status
curl -X GET http://localhost:3000/reports/count
{
"count": 42
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/4rt21/backend-proyecto/llms.txt
Use this file to discover all available pages before exploring further.
"1" - Pendiente (Pending)"2" - Aprobada (Approved)"3" - Rechazada (Rejected)curl -X GET http://localhost:3000/reports/count
{
"count": 42
}
| Status ID | Status Name | Description |
|---|---|---|
| 1 | Pendiente | Reports awaiting review |
| 2 | Aprobada | Reports approved by moderators |
| 3 | Rechazada | Reports rejected by moderators |