Get Basecamp to-dos when you press Button widget
This query returns to-dos from a list you select, optionally filtered by status.
Developer info
- API endpoint slug
- basecamp.find_todos
- Runtime method
- performQuery("basecamp.find_todos"}
Query fields
Todolist Nested dropdown list
- 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
Status Dropdown list
- Label
- Status
- Helper text
- Which to-dos to return.
- Slug
- status
- Required
- true
- Can have default value
- true
Ingredients
Title The title of the to-do.
- Slug
- title
- Filter code
- Basecamp.findTodos.Title
- Type
- String
- Example
- Review Q2 roadmap
Description The description of the to-do.
- Slug
- description
- Filter code
- Basecamp.findTodos.Description
- Type
- String
- Example
- Let's sync on priorities before Friday.
Due on The date the to-do is due.
- Slug
- due_on
- Filter code
- Basecamp.findTodos.DueOn
- Type
- String
- Example
- 2026-05-01
Assignee The person assigned to the to-do.
- Slug
- assignee
- Filter code
- Basecamp.findTodos.Assignee
- Type
- String
- Example
- Jane Doe
Completed Whether the to-do is completed.
- Slug
- completed
- Filter code
- Basecamp.findTodos.Completed
- Type
- String
- Example
- false
Url A link to the to-do in Basecamp.
- Slug
- url
- Filter code
- Basecamp.findTodos.Url
- Type
- Web URL
- Example
- https://3.basecamp.com/1234567/buckets/2345/todos/987
Created at The date and time the to-do was created.
- Slug
- created_at
- Filter code
- Basecamp.findTodos.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
