View
 

LiveWork API Method: tasks reject

<< Back to FrontPage

 


 

LiveWork API Method: tasks/reject

Marks an existing task as rejected.

 

Request

 

HTTP Method:

PUT

 

URL:

http://www.livework.com/api/v1/tasks/<id>/reject.<format>

 

Formats:

xml

 

Parameters:

Parameter Status Format Default Description
id Required integer nil The ID of the task to mark as rejected.
format Optional string xml The format of the response.

 

Response

 

<?xml version="1.0" encoding="UTF-8"?>

<task>

     <id type="integer">1</id>

     <value type="decimal">10.0</value>

     <user-id type="integer">1</user-id>

</task>

 


 

<< Back to FrontPage

Comments (0)

You don't have permission to comment on this page.