TickTick
communityTask management app with calendar, Pomodoro timer, habit tracker, and Eisenhower matrix.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://api.ticktick.com/open/v1/project/{projectId}/dataGet tasks from a project
Parameters
projectIdproject ID (stringrequiredReturns
tasks[] with id, title, content, priority, status, dueDate, tags[], items[] (subtasks)POST
https://api.ticktick.com/open/v1/taskCreate a new task
Parameters
titletask title (stringrequiredcontentdescription (stringoptionaldueDateISO8601 (stringoptionalpriority0(none)|1(low)|3(medium)|5(high) (integeroptionalprojectIdproject ID (stringoptionalReturns
id, title, projectId, priority, statusGET
https://api.ticktick.com/open/v1/projectList projects
Returns
projects[] with id, name, color, sortOrder, viewMode, kind