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
Name | Type | Description |
---|---|---|
company_id | number | CompanyId of the organization |
api-version | string | Api Version (Right now its 1.0) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Bearer Access Token |
Request Body
Name | Type | Description |
---|---|---|
GTaskId | string | TaskId of the task to comment on |
Text | string | Comment Text (HTML string) |
Last updated