<< Back to FrontPage
LiveWork API Method: tasks/index
Shows existing tasks.
Request
HTTP Method:
GET
URL:
http://www.livework.com/api/v1/tasks.<format>
Formats:
xml
Parameters:
| Parameter |
Status |
Format |
Default |
Description |
| format |
Optional |
string |
xml |
The format of the response. |
| page |
Optional |
integer |
nil |
|
| completed_after |
Optional |
datetime |
nil |
YYYY-MM-DD HH:MM:SS |
| unanswerable |
Optional |
boolean |
nil |
|
Response
<?xml version="1.0" encoding="UTF-8"?>
<tasks>
<task>
<id type="integer">1</id>
<value type="decimal">10.0</value>
<user-id type="integer">1</user-id>
</task>
<task>
<id type="integer">2</id>
<value type="decimal">12.0</value>
<user-id type="integer">2</user-id>
</task>
</tasks>
<< Back to FrontPage
Comments (0)
You don't have permission to comment on this page.