dispatch_projects_notes_list
Retrieve paginated notes for a dispatch project. Provide project ID to list notes, with options for page, page size, and total count.
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 |