Get Task Comments (v1)
Method + Path
GET /v1/workspace/staff/:staffId/tasks/:taskId/comments
Actual backend path: /v1/workspace/staff/:staffId/tasks/:taskId/comments
Description
Get all comments for a specific task.
Authentication
Required - JWT token in Authorization header
Required Permissions:
staff.viewor task-related permissions
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer token: Bearer <token> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
staffId | string | Yes | Staff member identifier |
taskId | string | Yes | Task identifier |