List contact notes
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 Contactfilter[site_id]- Filter notes for a specific Site
Pagination:
- Use
page[number]andpage[size]parameters - Default page size is 20, maximum is 100
GET
List contact notes
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter contact notes for a specific contact by ID
Filter contact notes for a specific site by ID
Sort field. Prefix with '-' for descending order. Available: created_at, updated_at
Page number for pagination
Number of items per page (max 100)