QualityProblemReportsproblemReportAttachments
The Problem Report Attachments resource manages the problem-report attachment objects.
Columns
| Name | Type | Description |
| QualityProblemReportsChangeId | String | Find the product problem report by problem report identifier. |
| LastUpdateDate | Datetime | Attribute that indicates the date and time of the last update of the attachment. |
| LastUpdatedBy | String | User who last updated the problem-report attachment. |
| DatatypeCode | String | Unique identifier of the datatype of the attachment. |
| FileName | String | File name of the problem report attachment. |
| DmFolderPath | String | Attribute value that represents the repository folder path of the attachment. |
| DmDocumentId | String | Unique identifier of the document in the repository. |
| DmVersionNumber | String | Attribute value that represents the version number of the attachment in the repository. |
| Url | String | Attribute value that represents the URL for the attachment. |
| CategoryName | String | Category name of a problem-report attachment. |
| UserName | String | Attribute value that represents the name of user who uploaded the attachment. |
| Uri | String | Attribute value that represents the URI for the attachment. |
| FileUrl | String | File URL of the problem report attachment. |
| UploadedText | String | Contents of the attached text file. |
| UploadedFileContentType | String | Content type of the uploaded corrective-action attachment. |
| UploadedFileLength | String | File length of the uploaded problem-report attachment. |
| UploadedFileName | String | File name of the uploaded problem-report attachment. |
| ContentRepositoryFileShared | Bool | Boolean attribute of a problem report attachment shared by the content repository file. Contains one of the following values: true or false. If true, then the file is shared, If false, then the file isn't shared. The default value is false. |
| Title | String | Attribute value that represents the title of a problem report attachment. |
| Description | String | Attribute value that represents the description of the attachment. |
| ErrorStatusCode | String | Error status code for the corrective-action attachment upload. |
| ErrorStatusMessage | String | Error status message for the corrective-action attachment upload. |
| CreatedBy | String | User who created the problem-report attachment. |
| CreationDate | Datetime | Date when the change object was created. |
| ExpirationDate | Datetime | Attachment expiration date of the corrective action. |
| LastUpdatedByUserName | String | Name of the user who last updated the problem-report attachment. |
| CreatedByUserName | String | Name of the user who created the problem-report attachment. |
| DownloadInfo | String | JSON object represented as a string containing information used to programmatically retrieve a file attachment. |