Retrieve a note
Returns a single note by ID. Only internal users with access to the note’s entity can retrieve it.
Authorizations
Path Parameters
Note ID
Response
OK
Content is the body of the note.
"Discussed the rollout timeline and next steps."
CreatorId is the ID of the internal user who created the note. TODO(@foley): Let's remove this and use CreatedBy from Model, we'll need to do some backward compatibility work for the platform API.
"7b1c5d9e-2f34-4a8b-9c0d-1e2f3a4b5c6d"
ForeignKeyId is the ID of the client or company the note is attached to.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
ForeignKeyType is the kind of entity the note is attached to.
client, company "client"
PortalID is the workspace the note belongs to.
"a1b2c3d4-5678-90ab-cdef-1234567890ab"
Title is the short heading of the note.
"Onboarding call summary"