---
title: "Get all Signatories, documents and signed dates results of a workflow."
method: POST
path: "/api/GetWorkflowInfo"
tags: ["Workflows"]
---

# Get all Signatories, documents and signed dates results of a workflow.

`POST /api/GetWorkflowInfo`

## Headers

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

## Request body

- BusinessObjectBusinessObjectWorkflowInfoInput
  - `WorkflowId` integer
  - `ReferenceNo` string
  - `ParentDocumentId` integer

## Response `200`

OK

- EMDMSHelperReturnObjectBusinessObjectBusinessObjectWorkflowInfo
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` BusinessObjectBusinessObjectWorkflowInfo
    - `WorkflowId` integer
    - `ReferenceNo` string
    - `WorkflowStatus` string
    - `NoOfDocuments` integer
    - `NoOfAttachment` integer
    - `WorkflowType` string
    - `DocumentOwner` string
    - `LastModifiedBy` string
    - `DeclinedDate` string
    - `Signatories` EmsignerAPIBusinessObjectSignatories[]
      - `EmailID` string
      - `Name` string
      - `Status` string
      - `Remarks` string
      - `SignerType` integer
      - `SignedDate` string
      - `ModeOfSignature` string
      - `WorkId` integer
      - `CurrentSignatoryName` string
      - `PercentageNameMatch` string
    - `DocumentInfo` BusinessObjectBusinessObjectDocumentInfo[]
      - `TemplateId` integer
      - `DocumentName` string
      - `DocumentId` integer
      - `UploadDateTime` string
      - `DocumentSize` string
      - `Modifieddate` string
      - `LastModifiedBy` string
      - `DeclinedDate` 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)
