Note

Get details for a specific note

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

A note is a text document that can be linked to other major objects. Unlike the details fields that are available on the other major objects such as contacts, notes do not impose a length limit and are suitable for large blobs of text or data that needs to be stored and linked to a major object.

As with the other major objects, notes can be categorized, tagged with keywords, and associated with groups and source lists.

Attributes

NameTypeDescriptionAttributes
selfreferenceURL of the noteRead-only
Non-null
titlestringSubject line of the note, suitable for indexing and later search/displayRead-Write
Non-null
detailsstringContents of the noteRead-Write
Non-null
categorystringCategory nameRead-Write
Nullable
keywordsarray of stringList of KeywordsRead-Write
Nullable
appointmentsreferenceList of AppointmentsRead-Write
Nullable
contactsreferenceList of ContactsRead-Write
Nullable
companiesreferenceList of CompaniesRead-Write
Nullable
groupsreferenceList of GroupsRead-Write
Nullable
formsreferenceList of FormsRead-Write\
Nullable
opportunitiesreferenceList of OpportunitiesRead-Write
Nullable
projectsreferenceList of ProjectsRead-Write
Nullable
tasksreferenceList of TasksRead-Write
Nullable
ownerreferenceURL of the User that is responsible for the noteRead-Write
Non-null
Default value is creator
creatorreferenceURL of the User that created the noteRead-only
Non-null
trashedbooleanIs the item in the trash.Read-Write
Non-null
create_datedatetimeTimestamp from when the note was createdRead-only
Non-null
modify_datedatetimeTimestamp from when the note was last updatedRead-only
Non-null
🚧

Details Encoding

The API currently does nothing to ensure the validity of details when creating a note. Until we decide on a proper encoding, the onus is on the client to submit valid data.

The desktop and mobile apps are happy with RTF encoded strings, but plain text will also work. Other encodings may partially work, but will most likely not be rendered correctly.

The API currently only supports plain text when creating or editing note details.

Path Params
int32
required

The note identifier

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json