accelo_list_checklists
Retrieve checklists from Accelo to view task to-do lists and their completion items, with filters for task, creator, dates, pagination, and fields.
Instructions
List checklists from Accelo.
Checklists are to-do lists attached to tasks. Each checklist contains items that can be marked complete. Currently only supported against tasks.
Args: filters: Filter dict. Keys: id, against_id, against_type, created_by, date_created_before/after, order_by_asc/desc (id, date_created) fields: Additional fields to return page: Page number (0-indexed) limit: Results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| fields | No | ||
| filters | No |