SmartTask Developers
Main Website
  • Overview
  • Authentication
    • Basics
    • Details
  • Endpoints
    • Organization
      • Fetch Organizations
    • Task
      • Create a Task
    • 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. Record Activity

Add Comment

Add Comment

POST https://ext-v2.smarttask.io/v{api-version}/record-activity/comment/{organization_id}

This endpoint add a new comment on a task

Path Parameters

Name
Type
Description

organization_id

number

OrganizationId of the organization

api-version

string

Api Version (Right now its 1.0)

Headers

Name
Type
Description

Authorization

string

Bearer Access Token

Request Body

  • Please refer to Record Activity

PreviousFetch ActivitiesNextProject

Last updated 7 days ago