Basecamp · Schema
TodoCreateRequest
CollaborationProject ManagementRESTSoftware-as-a-ServiceTeam Communication
Properties
| Name | Type | Description |
|---|---|---|
| content | string | To-do text description |
| description | string | Additional details in HTML format |
| assignee_ids | array | Person IDs to assign to this to-do |
| completion_subscriber_ids | array | Person IDs to notify when this to-do is completed |
| notify | boolean | Whether to immediately notify assignees |
| due_on | string | Due date in ISO 8601 format |
| starts_on | string | Start date in ISO 8601 format |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/basecamp/json-schema/todocreaterequest-schema.json",
"title": "TodoCreateRequest",
"type": "object",
"required": [
"content"
],
"properties": {
"content": {
"type": "string",
"description": "To-do text description"
},
"description": {
"type": "string",
"description": "Additional details in HTML format"
},
"assignee_ids": {
"type": "array",
"description": "Person IDs to assign to this to-do",
"items": {
"type": "integer"
}
},
"completion_subscriber_ids": {
"type": "array",
"description": "Person IDs to notify when this to-do is completed",
"items": {
"type": "integer"
}
},
"notify": {
"type": "boolean",
"description": "Whether to immediately notify assignees"
},
"due_on": {
"type": "string",
"format": "date",
"description": "Due date in ISO 8601 format"
},
"starts_on": {
"type": "string",
"format": "date",
"description": "Start date in ISO 8601 format"
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/todocreaterequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.