ImportExport
Click here for a complete list of operations.
Document_GetForArtifact
Description
Gets a list of attached documents to an item.
Parameters
| Type | Name | Required | 
|---|---|---|
| int | artType - The type of the artifact. Valid values for docuemtns are: 5 = Article 6 = Ticket | Yes | 
| long | artifactId - The artifact's ID. | Yes | 
| boolean | includeHash - Witehr to include file size and hash information. | Yes | 
Return Value
ArrayOfRemoteDocument - A list of RemoteDocuments. Empty (count=0) list if no attachments. Will throw error if artifact does not exist.