tocaro_list_todo_lists
Fetch ToDo lists from a Tocaro group by supplying the group code. Filter, sort, or paginate results, then use the returned list code for task searches or creation.
Instructions
Tocaro の『ToDoリスト』(API 上は project)の一覧を取得する。
group('gr' + 8-9文字のグループコード)は必須。 after_due_time は ISO 8601 文字列で指定する(内部で UnixTime ミリ秒に変換して送信する)。 戻り値の code('tr' + 9文字)は tocaro_search_tasks / tocaro_create_task の project 引数に使う。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| group | Yes | ||
| order | No | ||
| query | No | ||
| per_page | No | ||
| after_due_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||