Obsidian plugin · 4.12.3 · Generated from source
HTTP route index
Implemented TaskNotes HTTP API routes generated from controller decorators.
This index is generated from controller route decorators. The build fails if an implemented route is absent from the narrative HTTP API guide or NLP API guide.
| Method | Path | Controller |
|---|---|---|
POST |
/api/bases/default-files/update |
BasesController |
GET |
/api/calendars |
CalendarsController |
GET |
/api/calendars/events |
CalendarsController |
GET |
/api/calendars/google |
CalendarsController |
GET |
/api/calendars/microsoft |
CalendarsController |
GET |
/api/calendars/subscriptions |
CalendarsController |
GET |
/api/docs |
SystemController |
GET |
/api/docs/ui |
SystemController |
GET |
/api/filter-options |
TasksController |
GET |
/api/health |
SystemController |
POST |
/api/nlp/create |
SystemController |
POST |
/api/nlp/parse |
SystemController |
POST |
/api/pomodoro/pause |
PomodoroController |
POST |
/api/pomodoro/resume |
PomodoroController |
GET |
/api/pomodoro/sessions |
PomodoroController |
POST |
/api/pomodoro/start |
PomodoroController |
GET |
/api/pomodoro/stats |
PomodoroController |
GET |
/api/pomodoro/status |
PomodoroController |
POST |
/api/pomodoro/stop |
PomodoroController |
GET |
/api/stats |
TasksController |
GET |
/api/tasks |
TasksController |
POST |
/api/tasks |
TasksController |
DELETE |
/api/tasks/:id |
TasksController |
GET |
/api/tasks/:id |
TasksController |
PUT |
/api/tasks/:id |
TasksController |
POST |
/api/tasks/:id/archive |
TasksController |
POST |
/api/tasks/:id/complete-instance |
TasksController |
POST |
/api/tasks/:id/materialize-occurrence |
TasksController |
GET |
/api/tasks/:id/time |
TimeTrackingController |
POST |
/api/tasks/:id/time/start |
TimeTrackingController |
POST |
/api/tasks/:id/time/start-with-description |
TimeTrackingController |
POST |
/api/tasks/:id/time/stop |
TimeTrackingController |
POST |
/api/tasks/:id/toggle-status |
TasksController |
POST |
/api/tasks/query |
TasksController |
GET |
/api/time/active |
TimeTrackingController |
GET |
/api/time/summary |
TimeTrackingController |
GET |
/api/webhooks |
WebhookController |
POST |
/api/webhooks |
WebhookController |
DELETE |
/api/webhooks/:id |
WebhookController |
GET |
/api/webhooks/deliveries |
WebhookController |
Generated from 40 implemented routes.