TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/Taykl12/Classify/llms.txt
Use this file to discover all available pages before exploring further.
/api/dashboard/featured endpoint retrieves projects that have been marked as favorites (es_favorito = true), enriched with a count of tasks that have not yet reached a Completado (Completed) status. Results are capped at 10 and ordered from the most to least work outstanding, making it ideal for populating a dashboard “at-a-glance” widget.
Authentication
All requests must include a valid Bearer token in theAuthorization header.
Request
Response
Returns a JSON array of up to 10 favorited project objects, sorted bypendingTasks in descending order.
Response fields
Unique identifier for the project.
Human-readable display name of the project.
Count of tasks in this project whose status is not
Completado.Example response
[]) is returned when the authenticated user has no favorited projects.
Code examples
Error responses
| Status | Meaning |
|---|---|
401 | Missing or invalid Authorization header / token. |
500 | Unexpected server error while querying the database. |