TickTick
TickTick for managing a TODO list, you can add, remove and view your TODOs.
- Name For Model
- TickTick
- Website
- ticktick.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 3 years ago
- Contact
- [email protected]
- Description For Model
- TickTick for managing a TODO list, you can add, remove and view your TODOs.
Plugin Functions/Features (Plugin API Document)
| Operation Id | HTTP Method | Description | |
|---|---|---|---|
| 1 | getAllProjects | GET | Get the list of projects |
| 2 | getProjectById | GET | Get a project by ID |
| 3 | getProjectWithDataById | GET | Get project with data by ID |
| 4 | createSingleTask | POST | Create a task to TickTick |
| 5 | completeSpecifyTask | POST | Complete a task by project ID and task ID |
| 6 | deleteSpecifyTask | DELETE | Delete a task by project ID and task ID |