Add Comment

Add Comment

POST https://api.smarttask.io/v{api-version}/TaskActivity/Comment/{company_id}

This endpoint add a new comment on a task

Path Parameters

NameTypeDescription

company_id

number

CompanyId of the organization

api-version

string

Api Version (Right now its 1.0)

Headers

NameTypeDescription

Authorization

string

Bearer Access Token

Request Body

NameTypeDescription

GTaskId

string

TaskId of the task to comment on

Text

string

Comment Text (HTML string)

Last updated