Tasks & Appointments V2
Finish Task
Marks a task or appointment as completed. Caller must have manage permission on the entry's lead. Smart-plan tasks cannot be finished through this endpoint (TASK_IS_SMARTPLAN).
post/v2.0/tasks/{taskId}/finish
Path parameters
taskIdinteger required
ID of the task or appointment to finish.
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Response
Entry marked as completed.
Example response
{
"message": "Operation successful"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.