@@ -2680,6 +2680,11 @@ paths:
26802680 plan: {}
26812681 custom_attributes:
26822682 creation_source: api
2683+ notes:
2684+ data: []
2685+ url: "/companies/6762f0761bb69f9f2193bae2/notes"
2686+ total_count: 0
2687+ has_more: false
26832688 schema:
26842689 "$ref": "#/components/schemas/company"
26852690 '400':
@@ -2819,6 +2824,11 @@ paths:
28192824 segments: []
28202825 plan: {}
28212826 custom_attributes: {}
2827+ notes:
2828+ data: []
2829+ url: "/companies/6762f07a1bb69f9f2193baea/notes"
2830+ total_count: 0
2831+ has_more: false
28222832 pages:
28232833 type: pages
28242834 next:
@@ -2902,6 +2912,23 @@ paths:
29022912 segments: []
29032913 plan: {}
29042914 custom_attributes: {}
2915+ notes:
2916+ data:
2917+ - type: note
2918+ id: '17495962'
2919+ created_at: 1674589321
2920+ contact:
2921+ type: contact
2922+ id: '214656d0c743eafcfde7f248'
2923+ author:
2924+ type: admin
2925+ id: '991267'
2926+ name: John Admin
2927+ 2928+ body: "Meeting scheduled for next quarter review"
2929+ url: "/companies/6762f07f1bb69f9f2193baf5/notes"
2930+ total_count: 1
2931+ has_more: false
29052932 schema:
29062933 "$ref": "#/components/schemas/company"
29072934 '404':
@@ -2982,6 +3009,11 @@ paths:
29823009 segments: []
29833010 plan: {}
29843011 custom_attributes: {}
3012+ notes:
3013+ data: []
3014+ url: "/companies/6762f0841bb69f9f2193baff/notes"
3015+ total_count: 0
3016+ has_more: false
29853017 schema:
29863018 "$ref": "#/components/schemas/company"
29873019 '404':
@@ -3268,6 +3300,11 @@ paths:
32683300 segments: []
32693301 plan: {}
32703302 custom_attributes: {}
3303+ notes:
3304+ data: []
3305+ url: "/companies/6762f0881bb69f9f2193bb11/notes"
3306+ total_count: 0
3307+ has_more: false
32713308 pages:
32723309 type: pages
32733310 next:
@@ -3353,6 +3390,11 @@ paths:
33533390 segments: []
33543391 plan: {}
33553392 custom_attributes: {}
3393+ notes:
3394+ data: []
3395+ url: "/companies/6762f0971bb69f9f2193bb2b/notes"
3396+ total_count: 0
3397+ has_more: false
33563398 pages:
33573399 total_count:
33583400 scroll_param: 69352cd2-ab5b-42ac-b004-a13d4e55e9b0
@@ -15527,6 +15569,8 @@ components:
1552715569 type: array
1552815570 items:
1552915571 "$ref": "#/components/schemas/segment"
15572+ notes:
15573+ "$ref": "#/components/schemas/company_notes"
1553015574 company_attached_contacts:
1553115575 title: Company Attached Contacts
1553215576 type: object
@@ -16002,6 +16046,29 @@ components:
1600216046 description: Whether there's more Addressable Objects to be viewed. If true,
1600316047 use the url to view all
1600416048 example: true
16049+ company_notes:
16050+ title: Company notes
16051+ type: object
16052+ nullable: false
16053+ description: An object containing notes meta data about the notes that a company
16054+ has.
16055+ properties:
16056+ type:
16057+ type: string
16058+ description: The type of object
16059+ enum:
16060+ - list
16061+ example: list
16062+ data:
16063+ type: array
16064+ description: This object represents the notes attached to a company.
16065+ items:
16066+ "$ref": "#/components/schemas/note"
16067+ total_count:
16068+ type: integer
16069+ description: Int representing the total number of notes attached to
16070+ this company
16071+ example: 3
1600516072 contact_reference:
1600616073 title: Contact Reference
1600716074 type: object
0 commit comments