Todoist · JSON Structure
Todoist Task Structure
Todoist task (item) structure
Type:
Properties: 0
ProductivityTaskTo-DoTask ManagementCollaboration
Task is a JSON Structure definition published by Todoist.
Meta-schema:
JSON Structure
{
"name": "Task",
"description": "Todoist task (item) structure",
"properties": [
{ "name": "id", "type": "string", "required": true, "description": "Unique task ID" },
{ "name": "content", "type": "string", "required": true, "description": "Task title" },
{ "name": "description", "type": "string", "required": false, "description": "Extended description" },
{ "name": "project_id", "type": "string", "required": false, "description": "Parent project ID" },
{ "name": "section_id", "type": "string", "required": false, "description": "Parent section ID" },
{ "name": "parent_id", "type": "string", "required": false, "description": "Parent task ID for subtasks" },
{ "name": "order", "type": "integer", "required": false, "description": "Sort order" },
{ "name": "labels", "type": "array<string>", "required": false, "description": "Applied label names" },
{ "name": "priority", "type": "integer", "required": false, "description": "1-4 priority level" },
{ "name": "due", "type": "object", "required": false, "description": "Due date details",
"properties": [
{ "name": "date", "type": "string", "description": "YYYY-MM-DD" },
{ "name": "is_recurring", "type": "boolean" },
{ "name": "string", "type": "string", "description": "Natural language due string" },
{ "name": "datetime", "type": "string", "description": "ISO datetime" },
{ "name": "timezone", "type": "string" }
]
},
{ "name": "assignee_id", "type": "string", "required": false },
{ "name": "comment_count", "type": "integer", "required": false },
{ "name": "is_completed", "type": "boolean", "required": true },
{ "name": "created_at", "type": "string", "required": false, "description": "ISO 8601 creation timestamp" },
{ "name": "creator_id", "type": "string", "required": false },
{ "name": "url", "type": "string", "required": false, "description": "Deep link URL" }
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/todoist-task-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.