Comment & Mention Endpoints
Manage comments, @mentions, and reactions on entities (tasks, projects, etc.).
Base Paths
| Resource | Path |
|---|---|
| Comments | /api/comment |
| Mentions | /api/mention |
| Reactions | /api/reaction |
Comment Endpoints
List Comments
GET /api/comment
Authorization: Bearer {token}
Query Parameters:
| Parameter | Type | Description |
|---|---|---|
entity | string | Entity type (e.g., Task, Project) |
entityId | string | ID of the parent entity |
relations | array | Relations to include |