dispatch_projects_notes_list
Retrieve paginated notes for a project by providing its project ID. Includes page size and total count options for reviewing project communication.
Instructions
List one page of notes attached to a known project. Requires the project ID; use dispatch_projects_get for the project record itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||