---
title: "POST /api/GetAllDocuments"
method: POST
path: "/api/GetAllDocuments"
tags: ["Docstore"]
---

# POST /api/GetAllDocuments

`POST /api/GetAllDocuments`

## Headers

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

## Request body

- EmsignerAPIBusinessObjectWorkflowSearchViewModel
  - `TabStatusType` string
  - `Status` string
  - `pagenumber` integer
  - `PageSize` integer
  - `DocName` string
  - `DocOwner` string
  - `StartDate` string
  - `EndDate` string
  - `ExpiryFromDate` string
  - `ExpiryToDate` string
  - `TemplateName` string
  - `DocumentNumber` string
  - `Referenceno` string

## Response `200`

OK

- EMDMSHelperReturnObjectSystemCollectionsGenericListEmsignerBusinessObjectFilesView
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` EmsignerBusinessObjectFilesView[]
    - `WorkFlowId` integer
    - `CategoryName` string
    - `DisplayName` string
    - `UploadTime` string
    - `Name` string
    - `Status` string
    - `DocumentNumber` string
    - `OriginatorId` integer
    - `Referenceno` string
    - `WorkflowType` integer
    - `CustomStatus` string
    - `totalRecords` integer
    - `IsAttachment` boolean
    - `NoOfDocsCount` integer
    - `SignedBy` string
    - `SignedDate` 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)
