List comments on an initiative
GET/api/initiatives/:id/comments
List comments on an initiative. Soft-deleted comments are returned (the UI renders a [deleted] placeholder). order=asc|desc controls ordering by createdAt; defaults to asc (oldest first).
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — requires initiatives.read permission