dispatch_projects_notes_list
Retrieve notes associated with a dispatch project by providing the project ID. Supports pagination and total count inclusion.
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 |