Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.85 KB

BaseNote.md

File metadata and controls

26 lines (23 loc) · 1.85 KB

# BaseNote

Properties

Name Type Description Notes
id int The ID of the note [optional]
active_flag bool Whether the note is active or deleted [optional]
add_time string The creation date and time of the note [optional]
content string The content of the note in HTML format. Subject to sanitization on the back-end. [optional]
deal \Pipedrive\Model\BaseNoteDealTitle [optional]
lead_id string The ID of the lead the note is attached to [optional]
deal_id int The ID of the deal the note is attached to [optional]
last_update_user_id int The ID of the user who last updated the note [optional]
org_id int The ID of the organization the note is attached to [optional]
organization \Pipedrive\Model\BaseNoteOrganization [optional]
person \Pipedrive\Model\BaseNotePerson [optional]
person_id int The ID of the person the note is attached to [optional]
pinned_to_deal_flag bool If true, the results are filtered by note to deal pinning state [optional]
pinned_to_organization_flag bool If true, the results are filtered by note to organization pinning state [optional]
pinned_to_person_flag bool If true, the results are filtered by note to person pinning state [optional]
update_time string The last updated date and time of the note [optional]
user \Pipedrive\Model\NoteCreatorUser [optional]
user_id int The ID of the note creator [optional]

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