Get Task Details - API home
Description - Use this method to retrieve a specific task's details, like tags, associated notes, ID number, and title.
Arguments -
- username - the username you want to use.
- password - the password of the user (encoded).
- id - the ID of the task.
Example Call -
http://requests.wipeelist.com/v1/detail/?username=Joey&password=PASSWORD&id=82
Example Response -
<response>
<status>Success</status>
<statuscode>200</statuscode>
<statusmessage>N/A</statusmessage>
<results>1</results>
<task>
<id>85</id>
<title>asdfasdf</title>
<notes>Enter your notes here! </notes>
<tags>hi</tags>
<completed>true</completed>
<stickied>false</stickied>
</task>
</response>
