Note
Something written down about a client, a project or a contact — or nothing in particular, in which case it sits on its own in the workspace.
- createdType: string Format: date-time
_at requiredWhen the note was written.
- createdType: integer | null
_by _member _id requiredTeam member id of the author, or
nullwhen they are no longer a member of your account. - dateType: string | null Format: daterequired
The day the note is about, which is what the app sorts and groups notes by. Defaults to today in your account timezone.
- idType: string Format: uuidrequired
Unique identifier for the note.
- noteType: array object[] · NoteLink[]
_links requiredThe records this note is attached to, leaving out any your token cannot reach. Empty for a workspace note that stands on its own.
The attachment between a note and one of the records it is written about.
- idType: integerrequired
Unique identifier for the attachment between the note and the record.
- recordType: integer
_id requiredId of the attached record, in the resource named by
record_type. - recordType: string | null enum
_type requiredWhich kind of record the note is attached to.
values- company
- project
- contact
- titleType: stringrequired
Note title. Empty when the note was written without one.
- updatedType: string Format: date-time
_at requiredWhen the note was last edited.
- visibilityType: string enumrequired
everyonefor a note the whole account can read,author_onlyfor one only its author can. Notes written through the API are visible to everyone.values- everyone
- author
_only