crm_locations_notes_list
Retrieve paginated notes for a service location by ID, with optional timestamp filters for created or modified dates.
Instructions
List one page of notes attached to a known service location, optionally filtered by created or modified timestamps. Requires the location ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Location ID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||