Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 2.39 KB

FileItem.md

File metadata and controls

34 lines (30 loc) · 2.39 KB

Pipedrive.FileItem

Properties

Name Type Description Notes
id Number The ID of the File [optional]
userId Number The ID of the User to associate the File with [optional]
dealId Number The ID of the Deal to associate the File with [optional]
personId Number The ID of the Person to associate the File with [optional]
orgId Number The ID of the Organization to associate the File with [optional]
productId Number The ID of the Product to associate the File with [optional]
activityId Number The ID of the Activity to associate the File with [optional]
addTime String The date and time when the File was added/created. Format: YYYY-MM-DD HH:MM:SS [optional]
updateTime String The last updated date and time of the File. Format: YYYY-MM-DD HH:MM:SS [optional]
fileName String The original name of the File [optional]
fileSize String The size of the File [optional]
activeFlag Boolean Whether the User is active or not. false = Not activated, true = Activated [optional]
inlineFlag Boolean Whether the File was uploaded as inline or not [optional]
remoteLocation String The location type to send the File to. Only googledrive is supported at the moment. [optional]
remoteId String The ID of the remote item [optional]
cid String The ID of the inline attachment [optional]
s3Bucket String The location of the cloud storage [optional]
mailMessageId String The ID of the mail message to associate the File with [optional]
mailTemplateId String The ID of the mail template to associate the File with [optional]
dealName String The name of the Deal associated with the File [optional]
personName String The name of the Person associated with the File [optional]
orgName String The name of the Organization associated with the File [optional]
productName String The name of the Product associated with the File [optional]
url String The URL of the download File [optional]
name String The visible name of the File [optional]
description String The description of the File [optional]