Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/comment/comment.controller.ts
List comments
Endpoint
GET /documents/:documentId/comments
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
documentId | path | string | ✓ | The document ID |
filters | query | CommentFiltersDto | ✓ |
Referenced By
CommentController(MODULE_DECLARES)
Was this page helpful?