Tasks API¶
List tasks¶
| Parameter | Type | Description |
|---|---|---|
status | string | Filter: todo, in_progress, done |
priority | string | Filter: low, medium, high, urgent |
tag | string | Filter by email-derived tag |
Create task¶
{
"title": "Follow up with client",
"description": "Regarding partnership proposal",
"priority": "high",
"email_id": 42
}
Get task¶
Update task¶
Dashboard statistics¶
Returns aggregate stats: