Contact Notes
List contact notes
Returns a paginated list of contact notes. This endpoint supports filtering, sorting, and pagination.
Sorting:
- created_at (default: descending)
Filtering:
- filter[contact_id] - Filter notes for a specific Contact
- filter[site_id] - Filter notes for a specific Site
Pagination:
- Use page[number] and page[size] parameters
- Default page size is 20, maximum is 100
get/v1/contact_notes
Query parameters
filter[contact_id]string
Filter contact notes for a specific contact by ID
filter[site_id]string
Filter contact notes for a specific site by ID
sortstring
Sort field. Prefix with '-' for descending order. Available: created_at, updated_at
page[number]integer
Page number for pagination
page[size]integer
Number of items per page (max 100)
Response
Contact notes filtered by contact_id