Skip to main content
GET
List person notes
Required scope: NOTES_READ
Returns the notes on a person’s CRM profile, paginated. person_id is the per-* id from the People API.

Errors

Authorizations

Authorization
string
header
required

Path Parameters

person_id
string
required

Person ID (per-*) — the id field from the People API.

Example:

"per-abc123"

Query Parameters

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
size
integer
default:20

Results per page

Required range: 1 <= x <= 100

Response

List of person notes

data
object[]
pagination
object