This query returns to-dos from a list you select, optionally filtered by status.
- API endpoint slug
- basecamp.find_todos
- Runtime method
- performQuery("basecamp.find_todos"}
Query fields
- Label
- Which to-do list?
- Helper text
- Select the project and to-do list to search.
- Slug
- todolist_id
- Required
- true
- Can have default value
- false
- Label
- Status
- Helper text
- Which to-dos to return.
- Slug
- status
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- title
- Filter code
- Basecamp.findTodos.Title
- Type
- String
- Example
- Review Q2 roadmap
- Slug
- description
- Filter code
- Basecamp.findTodos.Description
- Type
- String
- Example
- Let's sync on priorities before Friday.
- Slug
- due_on
- Filter code
- Basecamp.findTodos.DueOn
- Type
- String
- Example
- 2026-05-01
- Slug
- assignee
- Filter code
- Basecamp.findTodos.Assignee
- Type
- String
- Example
- Jane Doe
- Slug
- completed
- Filter code
- Basecamp.findTodos.Completed
- Type
- String
- Example
- false
- Slug
- url
- Filter code
- Basecamp.findTodos.Url
- Type
- Web URL
- Example
- https://3.basecamp.com/1234567/buckets/2345/todos/987
- Slug
- created_at
- Filter code
- Basecamp.findTodos.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00