InspectionEventsAttachments
The Event Attachments resource is used to view, create, or modify the attachments for the inspection events.
Columns
Name | Type | Description |
InspectionEventsIpEventId | String | Value that uniquely identifies the inspection event. |
AttachedDocumentId | String | Value that uniquely identifies the attached document. |
LastUpdateDate | Datetime | Date and time when the user most recently updated the attachment. |
LastUpdatedBy | String | Login of the user who most recently updated the attachment. |
DatatypeCode | String | Abbreviation that identifies the data type. |
FileName | String | File name of the attachment. |
DmFolderPath | String | Folder path to 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 to the attachment. |
CategoryName | String | Category of the attachment. |
UserName | String | Login that the user used when adding or modifying the attachment. |
Uri | String | Uniform Resource Identifier (URI) that identifies the attachment. |
FileUrl | String | URL to the attached file. |
UploadedText | String | Text of the attachment. |
UploadedFileContentType | String | Content type of the attachment. |
UploadedFileLength | String | Length of the attachment file. |
UploadedFileName | String | Name of the attachment file. |
ContentRepositoryFileShared | Bool | Contains one of the following values: true or false. If true, then the application shares the attachment. If false, then not shared. The default value is true. |
Title | String | Title of the attachment. |
Description | String | Description of the attachment. |
ErrorStatusCode | String | Abbreviation that identifies the error status. |
ErrorStatusMessage | String | Error message for the attachment. |
CreatedBy | String | User who created the attachment. |
CreationDate | Datetime | Date and time when the application created the attachment. |
FileContents | String | Contents of the attachment. |
ExpirationDate | Datetime | Expiration date of the contents in the attachment. |
LastUpdatedByUserName | String | Login that the user used when updating the attachment. |
CreatedByUserName | String | Login that the user used when creating the attachment. |
AsyncTrackerId | String | Identifier used for tracking the uploaded files. |
FileWebImage | String | The Base64 encoded image of the file displayed in .png format if the source is a convertible image. |
DownloadInfo | String | DownloadInfo of InspectionEventsAttachments |