Skip to content

Latest commit

 

History

History
57 lines (54 loc) · 4.99 KB

OrganizationItem.md

File metadata and controls

57 lines (54 loc) · 4.99 KB

# OrganizationItem

Properties

Name Type Description Notes
id int The ID of the organization [optional]
company_id int The ID of the company related to the organization [optional]
owner_id \Pipedrive\Model\Owner [optional]
name string The name of the organization [optional]
active_flag bool Whether the organization is active or not [optional]
picture_id \Pipedrive\Model\PictureDataWithValue [optional]
country_code string The country code of the organization [optional]
first_char string The first character of the organization name [optional]
add_time string The creation date and time of the organization [optional]
update_time string The last updated date and time of the organization [optional]
visible_to string The visibility group ID of who can see the organization [optional]
label int The label assigned to the organization [optional]
owner_name string The name of the organization owner [optional]
cc_email string The BCC email associated with the organization [optional]
email_messages_count int The count of email messages related to the organization [optional]
people_count int The count of persons related to the organization [optional]
activities_count int The count of activities related to the organization [optional]
done_activities_count int The count of done activities related to the organization [optional]
undone_activities_count int The count of undone activities related to the organization [optional]
files_count int The count of files related to the organization [optional]
notes_count int The count of notes related to the organization [optional]
followers_count int The count of followers related to the organization [optional]
address string The full address of the organization [optional]
address_subpremise string The sub-premise of the organization location [optional]
address_street_number string The street number of the organization location [optional]
address_route string The route of the organization location [optional]
address_sublocality string The sub-locality of the organization location [optional]
address_locality string The locality of the organization location [optional]
address_admin_area_level_1 string The level 1 admin area of the organization location [optional]
address_admin_area_level_2 string The level 2 admin area of the organization location [optional]
address_country string The country of the organization location [optional]
address_postal_code string The postal code of the organization location [optional]
address_formatted_address string The formatted organization location [optional]
open_deals_count int The count of open deals related with the item [optional]
related_open_deals_count int The count of related open deals related with the item [optional]
closed_deals_count int The count of closed deals related with the item [optional]
related_closed_deals_count int The count of related closed deals related with the item [optional]
won_deals_count int The count of won deals related with the item [optional]
related_won_deals_count int The count of related won deals related with the item [optional]
lost_deals_count int The count of lost deals related with the item [optional]
related_lost_deals_count int The count of related lost deals related with the item [optional]
next_activity_date string The date of the next activity associated with the deal [optional]
next_activity_time string The time of the next activity associated with the deal [optional]
next_activity_id int The ID of the next activity associated with the deal [optional]
last_activity_id int The ID of the last activity associated with the deal [optional]
last_activity_date string The date of the last activity associated with the deal [optional]
edit_name bool If the company ID of the organization and company ID of the request is same or not [optional]
last_activity object Please refer to response schema of <a href=&quot;https://developers.pipedrive.com/docs/api/v1/Activities#getActivity\&quot;&gt;Activity&lt;/a> [optional]
next_activity object Please refer to response schema of <a href=&quot;https://developers.pipedrive.com/docs/api/v1/Activities#getActivity\&quot;&gt;Activity&lt;/a> [optional]

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