---
title: "Get all attachments of a workflow."
method: GET
path: "/api/GetWorkflowAttachments"
tags: ["Workflows"]
---

# Get all attachments of a workflow.

`GET /api/GetWorkflowAttachments`

## Query parameters

- `WorkflowID` integer
- `ParentDocumentID` integer
- `ReferenceNo` string

## Headers

- `Authorization` string, required
- `UserName` string

## Response `200`

OK

- EMDMSHelperReturnObjectSystemCollectionsGenericListEmsignerAPIBusinessObjectAttachmentList
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` EmsignerAPIBusinessObjectAttachmentList[]
    - `DocumentID` integer
    - `AttachmentName` string
    - `Base64FileData` string
    - `NoOfPages` integer
    - `FileSize` number, double
    - `Description` string
    - `UploadedBy` integer
    - `UploaderName` string
    - `UploadedDate` string

---

[API](https://skmtc.dev/emsigner/apis/emsignerapi.md) · [All operations](https://skmtc.dev/emsigner/apis/emsignerapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emsigner/emsignerapi/revisions/7d5d55e0d91d/schema)
