v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBTasks & Appointments V2
Unfinish Task
Reverts a task or appointment back to the not-completed state. Caller must have manage permission on the entry's lead.
post/v2.0/tasks/{taskId}/unfinish
Path parameters
taskIdinteger required
ID of the task or appointment to revert to not-completed.
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Response
Entry marked as not completed.
Example response
{
"message": "Operation successful"
}