Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 2.64 KB

ActivityItem.md

File metadata and controls

35 lines (32 loc) · 2.64 KB

# ActivityItem

Properties

Name Type Description Notes
id int The ID of the activity [optional]
subject string The subject of the activity [optional]
type string The type of the activity [optional]
owner_id int The ID of the user who owns the activity [optional]
is_deleted bool Whether the activity is deleted or not [optional]
add_time string The creation date and time of the activity [optional]
update_time string The last updated date and time of the activity [optional]
deal_id int The ID of the deal linked to the activity [optional]
lead_id string The ID of the lead linked to the activity [optional]
person_id int The ID of the person linked to the activity [optional]
org_id int The ID of the organization linked to the activity [optional]
project_id int The ID of the project linked to the activity [optional]
due_date string The due date of the activity [optional]
due_time string The due time of the activity [optional]
duration string The duration of the activity [optional]
busy bool Whether the activity marks the assignee as busy or not in their calendar [optional]
done bool Whether the activity is marked as done or not [optional]
marked_as_done_time string The date and time when the activity was marked as done [optional]
location \Pipedrive\versions\v2\Model\ActivityItemLocation [optional]
participants \Pipedrive\versions\v2\Model\ActivityItemParticipants[] The participants of the activity [optional]
attendees \Pipedrive\versions\v2\Model\ActivityItemAttendees[] The attendees of the activity [optional]
conference_meeting_client string The client used for the conference meeting [optional]
conference_meeting_url string The URL of the conference meeting [optional]
conference_meeting_id string The ID of the conference meeting [optional]
public_description string The public description of the activity [optional]
priority int The priority of the activity. Mappable to a specific string using activityFields API. [optional]
note string The note of the activity [optional]

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