Sticky/unsticky Task - API home
Description - Use this method sticky or unsticky a task depending on the task ID.
Arguments -
- username - the username you want to use.
- password - the password of the user (encoded).
- id - the ID number of the task you want to sticky/unsticky.
- status - "true" if you want to sticky, "false" if you want to unsticky.
Example Call -
http://requests.wipeelist.com/v1/sticky/?username=Joey&password=PASSWORD&id=87&status=true
Example Response -
<response>
<status>Success</status>
<statuscode>200</statuscode>
<statusmessage>N/A</statusmessage>
<responsemessage>Updated</responsemessage>
</response>
