| Bonvenon! | Esperanto ![]() |
Retrieves a list of tasks.
If list_id is not specified, all tasks are retrieved, unless filter is specified.
If last_sync is provided, only tasks modified since last_sync will be returned, and each <list> element will have an attribute, current, equal to last_sync.
This method requires authentication with read permissions.
api_key (Required)list_id (Optional)filter (Optional)last_sync (Optional)last_sync is provided, only tasks modified since last_sync will be returned, and each current, equal to last_sync.
<tasks>
<list id="987654321">
<taskseries id="123456789" created="2006-05-07T10:19:54Z" modified="2006-05-07T10:19:54Z"
name="Get Bananas" source="api" url="" location_id="">
<tags/>
<participants/>
<notes/>
<task id="987654321" due="" has_due_time="0" added="2006-05-07T10:19:54Z"
completed="" deleted="" priority="N" postponed="0" estimate=""/>
...
</taskseries>
...
</list>
...
</tasks>
98: Login failed / Invalid auth token100: Invalid API Key105: Service currently unavailable111: Format "xxx" not found112: Method "xxx" not found114: Invalid SOAP envelope115: Invalid XML-RPC Method Call