Tasks & 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.

messagestring

Result message

Example response

{
  "message": "Operation successful"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.