v1
latestOpenAPI 3.1.02026-07-26167644759.4 KBList notes
Returns a list of notes. Uses cursor pagination.
Query parameters
Number of notes to return per page (min: 1, max: 50, default: 25).
Base64-encoded cursor for pagination. Use the nextCursor value from a previous response to fetch the next page. Omit for the first page.
Filter notes modified on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.
Filter notes modified on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.
Filter notes linked to this candidate.
Filter notes linked to this client contact.
Filter notes by source (e.g. phone, inPerson, onlineMeeting).
Filter notes that have any of the given label IDs.
[ "label-123", "label-456" ]
Response
Successfully retrieved notes. Returns items array with pagination info containing cursor for the next page.