Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.74 KB

Note.md

File metadata and controls

19 lines (16 loc) · 1.74 KB

# Note

Properties

Name Type Description Notes
content string The content of the note in HTML format. Subject to sanitization on the back-end. [optional]
lead_id string The ID of the lead the note will be attached to [optional]
deal_id int The ID of the deal the note will be attached to [optional]
person_id int The ID of the person the note will be attached to [optional]
org_id int The ID of the organization the note will be attached to [optional]
user_id int The ID of the user who will be marked as the author of the note. Only an admin can change the author. [optional]
add_time string The optional creation date & time of the note in UTC. Can be set in the past or in the future. Format: YYYY-MM-DD HH:MM:SS [optional]
pinned_to_lead_flag NumberBoolean If set, the results are filtered by note to lead pinning state (`lead_id` is also required) [optional]
pinned_to_deal_flag NumberBoolean If set, the results are filtered by note to deal pinning state (`deal_id` is also required) [optional]
pinned_to_organization_flag NumberBoolean If set, the results are filtered by note to organization pinning state (`org_id` is also required) [optional]
pinned_to_person_flag NumberBoolean If set, the results are filtered by note to person pinning state (`person_id` is also required) [optional]

[Back to Model list] [Back to API list] [Back to README]