get_todolists
Retrieve all todo lists for a specific project using the project ID. Simplify project management by accessing organized task lists from Basecamp 3.
Instructions
Get todo lists for a project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "The project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}