File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -16517,6 +16517,49 @@ components:
16517
16517
type: array
16518
16518
items:
16519
16519
"$ref": "#/components/schemas/segment"
16520
+ notes:
16521
+ type: object
16522
+ description: The list of notes associated with the company
16523
+ properties:
16524
+ type:
16525
+ type: string
16526
+ description: The type of the object
16527
+ enum:
16528
+ - note.list
16529
+ example: note.list
16530
+ data:
16531
+ type: array
16532
+ description: An array containing note objects
16533
+ items:
16534
+ type: object
16535
+ properties:
16536
+ id:
16537
+ type: string
16538
+ description: The id of the note
16539
+ type:
16540
+ type: string
16541
+ description: The type of the object
16542
+ enum:
16543
+ - note
16544
+ url:
16545
+ type: string
16546
+ description: The URL of the note
16547
+ body:
16548
+ type: string
16549
+ description: The body of the note in HTML format
16550
+ example: []
16551
+ url:
16552
+ type: string
16553
+ description: The URL to get all notes associated with the company
16554
+ example: "/companies/6762f0761bb69f9f2193bae2/notes"
16555
+ total_count:
16556
+ type: integer
16557
+ description: The total number of notes associated with the company
16558
+ example: 0
16559
+ has_more:
16560
+ type: boolean
16561
+ description: Whether there are more notes than returned
16562
+ example: false
16520
16563
company_attached_contacts:
16521
16564
title: Company Attached Contacts
16522
16565
type: object
You can’t perform that action at this time.
0 commit comments