| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional[str] | ➖ | The unique identifier of the note | 12345 |
title |
OptionalNullable[str] | ➖ | The title of the note | Meeting Notes |
content |
OptionalNullable[str] | ➖ | The content of the note. | Office hours are 9AM-6PM |
owner_id |
OptionalNullable[str] | ➖ | The user that owns the note. | 12345 |
contact_id |
OptionalNullable[str] | ➖ | The contact that is related to the note. | 12345 |
company_id |
OptionalNullable[str] | ➖ | The company that is related to the note. | 12345 |
opportunity_id |
OptionalNullable[str] | ➖ | The opportunity that is related to the note. | 12345 |
activity_id |
OptionalNullable[str] | ➖ | The activity that is related to the note. | 12345 |
lead_id |
OptionalNullable[str] | ➖ | The lead that is related to the note. | 12345 |
active |
OptionalNullable[bool] | ➖ | Whether the Note is active or not. | true |
custom_mappings |
Dict[str, Any] | ➖ | When custom mappings are configured on the resource, the result is included here. | |
updated_by |
OptionalNullable[str] | ➖ | The user that last updated the note. | 12345 |
created_by |
OptionalNullable[str] | ➖ | The user that created the note. | 12345 |
updated_at |
OptionalNullable[str] | ➖ | The timestamp when the note was last updated | 2020-09-30T07:43:32.000Z |
created_at |
OptionalNullable[str] | ➖ | The timestamp when the note was created | 2020-09-30T07:43:32.000Z |
pass_through |
List[models.PassThroughBody] | ➖ | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. |