For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI referenceImplementation
Get startedAPI referenceImplementation
    • Overview
          • The Note object
          • GET/notes
          • POST/notes
          • GET/notes/{id}
          • GET/notes/meta/post
          • GET/notes/remote-field-classes
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Common ModelsNotes

The Note object

The Note Object
1{
2 "id": "string",
3 "remote_id": "string",
4 "created_at": "2023-01-01T00:00:00Z",
5 "modified_at": "2023-01-01T00:00:00Z",
6 "owner": "string",
7 "content": "string",
8 "contact": "string",
9 "account": "string",
10 "opportunity": "string",
11 "remote_updated_at": "2023-01-01T00:00:00Z",
12 "remote_created_at": "2023-01-01T00:00:00Z",
13 "remote_was_deleted": true,
14 "field_mappings": {},
15 "remote_data": [
16 {
17 "path": "string",
18 "data": {}
19 }
20 ],
21 "remote_fields": [
22 {
23 "remote_field_class": {
24 "id": "string",
25 "display_name": "string",
26 "remote_key_name": "string",
27 "description": "string",
28 "is_custom": true,
29 "is_common_model_field": true,
30 "is_required": true,
31 "field_type": "string",
32 "field_format": "string",
33 "field_choices": [
34 "string"
35 ],
36 "item_schema": {
37 "item_type": "string",
38 "item_format": "string",
39 "item_choices": [
40 "string"
41 ]
42 }
43 },
44 "value": {
45 "string": {}
46 }
47 }
48 ]
49}
Was this page helpful?
Previous

/leads/remote-field-classes

Next

/notes

Built with

The Note object is used to represent a note on another object.

idstringOptionalRead-onlyformat: "uuid"
remote_idstring or nullOptional
created_atdatetimeOptionalRead-only
The datetime that this object was created by Merge.
modified_atdatetimeOptionalRead-only
The datetime that this object was modified by Merge.
ownerstring or nullOptionalformat: "uuid"
The note's owner.
contentstring or nullOptional
The note's content.
contactstring or nullOptionalformat: "uuid"
The note's contact.
accountstring or nullOptionalformat: "uuid"
The note's account.
opportunitystring or nullOptionalformat: "uuid"
The note's opportunity.
remote_updated_atdatetime or nullOptional
When the third party's lead was updated.
remote_created_atdatetime or nullOptional
When the third party's lead was created.
remote_was_deletedbooleanOptionalRead-only
field_mappingsobject or nullOptionalRead-only
remote_datalist of objects or nullOptionalRead-only
remote_fieldslist of objectsOptionalRead-only