Allows users to update the status of a task. This service requires authentication and permission of the Users group only.
URL:
http://{domain_name}/{rest_context_name}/private/cs/calendar/updatestatus/{taskid}/{statusid}
Level API: Experimental
Parameters:
Required (path parameters):
Parameter | Description |
---|---|
taskid | The given task Id. |
Optional (query parameters):
Parameter | Description |
---|---|
statusid | The Id of the status. The possible values are 1 - Need action, 2 - In Progress, 3 - Completed, and 4 - Cancelled. |