service/workflowitem_document_download
Api Code Documentation / Exports / service/workflowitem_document_download
Table of contents
Functions
Functions
getDocument
▸ getDocument(conn
, storageServiceClient
, ctx
, serviceUser
, projectId
, subprojectId
, workflowitemId
, documentId
): Promise
<Type
<UploadedDocument
>>
Parameters
Name | Type |
---|---|
conn | ConnToken |
storageServiceClient | StorageServiceClientI |
ctx | Ctx |
serviceUser | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
documentId | string |
Returns
Promise
<Type
<UploadedDocument
>>