| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | The unique identifier of the note | [optional] [readonly] |
| title | str, none_type | The title of the note | [optional] |
| content | str, none_type | The content of the note. | [optional] |
| owner_id | str, none_type | The user that owns the note. | [optional] |
| contact_id | str, none_type | The contact that is related to the note. | [optional] |
| company_id | str, none_type | The company that is related to the note. | [optional] |
| opportunity_id | str, none_type | The opportunity that is related to the note. | [optional] |
| activity_id | str, none_type | The activity that is related to the note. | [optional] |
| lead_id | str, none_type | The lead that is related to the note. | [optional] |
| active | bool, none_type | Whether the Note is active or not. | [optional] |
| custom_mappings | CustomMappings | [optional] | |
| updated_by | str, none_type | The user that last updated the note. | [optional] [readonly] |
| created_by | str, none_type | The user that created the note. | [optional] [readonly] |
| updated_at | str, none_type | The timestamp when the note was last updated | [optional] [readonly] |
| created_at | str, none_type | The timestamp when the note was created | [optional] [readonly] |
| pass_through | PassThroughBody | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.