listComments
Fetch comments visible on a specific version of a DesignPin module to review feedback and incorporate into design revisions.
Instructions
Fetch comments visible on a specific version of a DesignPin module. Returns comments using chronological cutoff semantics matching the web UI: a comment is visible on version V if its origin version is V or any earlier version. Useful for fetching reviewer feedback to incorporate into design revisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moduleId | Yes | Module ID to fetch comments for | |
| versionId | Yes | Specific version ID to view comments on (chronological cutoff) |