ProductChangeRequestschangeRequestAttachments
The Change Request Attachments resource manages the change request attachment objects.
Columns
Name | Type | Description |
ProductChangeRequestsChangeId | String | Find product change request by change ID. |
LastUpdateDate | Datetime | An attribute which indicates the date and time of the last update of the attachment. |
LastUpdatedBy | String | Name of the user who last updated the change-request attachment. |
DatatypeCode | String | Unique identifier of the datatype of the attachment. |
FileName | String | The file name of the change-request attachment. |
DmFolderPath | String | An attribute value that represents the repository folder path of the attachment. |
DmDocumentId | String | Unique identifier of the document in the repository. |
DmVersionNumber | String | An 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 change-request attachment. |
UserName | String | Attribute value that represents the name of the user who uploaded the attachment. |
Uri | String | Attribute value that represents the URI for the attachment. |
FileUrl | String | The file URL of the change-request attachment. |
UploadedText | String | Contents of attached text file. |
UploadedFileContentType | String | Content type of the uploaded change-request attachment. |
UploadedFileLength | String | File length of the uploaded change-request attachment. |
UploadedFileName | String | File name of the uploaded change-request attachment. |
ContentRepositoryFileShared | Bool | Boolean attribute of a change request 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 change-request attachment. |
Description | String | An attribute value that represents the description of the attachment. |
ErrorStatusCode | String | The error status code for the change-request attachment upload. |
ErrorStatusMessage | String | The error status message for the change-request attachment upload. |
CreatedBy | String | User who created the change-request attachment. |
CreationDate | Datetime | Date when the change object was created. |
ExpirationDate | Datetime | The attachment expiration date of the change request. |
LastUpdatedByUserName | String | Name of the user who last updated the change-request attachment. |
CreatedByUserName | String | Name of the user who created the change request attachment. |
DownloadInfo | String | JSON object represented as a string containing information used to programmatically retrieve a file attachment. |