SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
      • Complete a Task
    • Contact
      • Create a Contact
    • Record Activity
      • Fetch Activities
      • Add Comment
    • Project
      • Fetch Projects
    • Organization User
      • Filter Users
    • Webhooks
      • Subscribe to an Event
      • Unsubscribe from a Webhook
  • Models
    • Organization
      • Organization User
    • Group
    • Project
    • Record
    • Record Activity
    • Task
    • Contact
    • Webhook
    • Membership
    • File
    • Custom Field
      • Custom Field Value
    • User
Powered by GitBook
On this page
  1. Endpoints
  2. Task

Complete a Task

Complete a Task

GET https://ext-v2.smarttask.io/v{api-version}/task/update-status/{organization_id}/{record_id}/{status}

Path Parameters

Name
Type
Description

api-version

string

API Version - 1.0

organization_id

number

OrganizationId of SmartTask organization

record_id

uuid

RecordId

status

bit

1 - complete , 0 - incomplete

Headers

Name
Type
Description

Authorization

string

Authorization Bearer token

Request Body

  • Not needed

Response

Ok

PreviousCreate a TaskNextContact

Last updated 11 days ago