@@ -2680,6 +2680,11 @@ paths:
2680
2680
plan: {}
2681
2681
custom_attributes:
2682
2682
creation_source: api
2683
+ notes:
2684
+ data: []
2685
+ url: "/companies/6762f0761bb69f9f2193bae2/notes"
2686
+ total_count: 0
2687
+ has_more: false
2683
2688
schema:
2684
2689
"$ref": "#/components/schemas/company"
2685
2690
'400':
@@ -2819,6 +2824,11 @@ paths:
2819
2824
segments: []
2820
2825
plan: {}
2821
2826
custom_attributes: {}
2827
+ notes:
2828
+ data: []
2829
+ url: "/companies/6762f07a1bb69f9f2193baea/notes"
2830
+ total_count: 0
2831
+ has_more: false
2822
2832
pages:
2823
2833
type: pages
2824
2834
next:
@@ -2902,6 +2912,23 @@ paths:
2902
2912
segments: []
2903
2913
plan: {}
2904
2914
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
2905
2932
schema:
2906
2933
"$ref": "#/components/schemas/company"
2907
2934
'404':
@@ -2982,6 +3009,11 @@ paths:
2982
3009
segments: []
2983
3010
plan: {}
2984
3011
custom_attributes: {}
3012
+ notes:
3013
+ data: []
3014
+ url: "/companies/6762f0841bb69f9f2193baff/notes"
3015
+ total_count: 0
3016
+ has_more: false
2985
3017
schema:
2986
3018
"$ref": "#/components/schemas/company"
2987
3019
'404':
@@ -3268,6 +3300,11 @@ paths:
3268
3300
segments: []
3269
3301
plan: {}
3270
3302
custom_attributes: {}
3303
+ notes:
3304
+ data: []
3305
+ url: "/companies/6762f0881bb69f9f2193bb11/notes"
3306
+ total_count: 0
3307
+ has_more: false
3271
3308
pages:
3272
3309
type: pages
3273
3310
next:
@@ -3353,6 +3390,11 @@ paths:
3353
3390
segments: []
3354
3391
plan: {}
3355
3392
custom_attributes: {}
3393
+ notes:
3394
+ data: []
3395
+ url: "/companies/6762f0971bb69f9f2193bb2b/notes"
3396
+ total_count: 0
3397
+ has_more: false
3356
3398
pages:
3357
3399
total_count:
3358
3400
scroll_param: 69352cd2-ab5b-42ac-b004-a13d4e55e9b0
@@ -15527,6 +15569,8 @@ components:
15527
15569
type: array
15528
15570
items:
15529
15571
"$ref": "#/components/schemas/segment"
15572
+ notes:
15573
+ "$ref": "#/components/schemas/company_notes"
15530
15574
company_attached_contacts:
15531
15575
title: Company Attached Contacts
15532
15576
type: object
@@ -16002,6 +16046,29 @@ components:
16002
16046
description: Whether there's more Addressable Objects to be viewed. If true,
16003
16047
use the url to view all
16004
16048
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
16005
16072
contact_reference:
16006
16073
title: Contact Reference
16007
16074
type: object
0 commit comments