IdeasAttachments
The Idea Attachments resource manages the attachments for an idea.
Columns
Name | Type | Description |
IdeasIdeaId [KEY] | Long | IdeasIdeaId of IdeasAttachments |
AttachedDocumentId [KEY] | Long | Value that uniquely identifies the attached document. |
LastUpdateDate | Datetime | LastUpdateDate of IdeasAttachments |
LastUpdatedBy | String | LastUpdatedBy of IdeasAttachments |
DatatypeCode | String | Abbreviation that identifies the data type of the attachment. |
FileName | String | File name of the attachment. |
DmFolderPath | String | Repository folder path of the attachment. |
DmDocumentId | String | Value that uniquely identifies the attached document. |
DmVersionNumber | String | Number that identifies the version of the attached document. |
Url | String | URL (Uniform Resource Locator) of the attachment. |
CategoryName | String | Category of the attachment. |
UserName | String | UserName of IdeasAttachments |
Uri | String | URI (Uniform Resource Identifier) of the attachment. |
FileUrl | String | URL (Uniform Resource Locator) of the attached file. |
UploadedText | String | Text of the attachment. |
UploadedFileContentType | String | Content type of the attachment. |
UploadedFileLength | Long | Length of the attached file. |
UploadedFileName | String | Name of the attached file. |
ContentRepositoryFileShared | Bool | Contains one of the following values: true or false. If true, then the attachment is shared. If false, then the attachment is not shared. The default value is false. |
Title | String | Title of the attachment. |
Description | String | Description of the attachment. |
ErrorStatusCode | String | Abbreviation that identifies the error code, if any, for the attachment. |
ErrorStatusMessage | String | Text of the error message, if any, for the attachment. |
CreatedBy | String | CreatedBy of IdeasAttachments |
CreationDate | Datetime | CreationDate of IdeasAttachments |
FileContents | String | Contents of the attachment. |
ExpirationDate | Datetime | Date when the contents in the attachment expire. |
LastUpdatedByUserName | String | LastUpdatedByUserName of IdeasAttachments |
CreatedByUserName | String | CreatedByUserName of IdeasAttachments |
AsyncTrackerId | String | An identifier used for tracking the uploaded files. |
FileWebImage | String | FileWebImage of IdeasAttachments |
DownloadInfo | String | JSON object represented as a string containing information used to programmatically retrieve a file attachment. |
PostProcessingAction | String | The name of the action that can be performed after an attachment is uploaded. |
Finder | String | Finder of IdeasAttachments |
IdeaId | Long | IdeaId of IdeasAttachments |