---
title: "List all documents"
method: GET
path: "/e-signature-templates/{eSignatureTemplateId}/documents"
tags: ["Documents"]
---

# List all documents

`GET /e-signature-templates/{eSignatureTemplateId}/documents`

List all the documents that are part of this eSignature template

## Query parameters

- `limit` number
- `skip` number

## Response `200`

A directory with a `data` property that contains an array of up to `limit` objects, starting after `skip`. Each entry in the array is a separate object. If no more objects are available, the resulting array will be empty. This request should never return an error.

- object
  - `hasMore` boolean
  - `data` ESignatureTemplateDocument[]
    - `id` string
    - `name` string
    - `pageCount` number
    - `entryPads` ESignatureEntryPad[]
      - `id` string
      - `signerId` string, required — Id of the signer
      - `type` 'signature' | 'initials' | 'stamp' | 'date' | 'text' | 'checkbox' | 'name' | 'notary_public_profile_info' | 'email', required
      - `left` number, required — Offset from the left. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
      - `top` number, required — Offset from the top. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
      - `height` number, required — Height of the entry pad. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
      - `width` number, required — Width of the entry pad. Must be between 0 and 100. Units of measure is the percentage relative to the width of the containing page.
      - `pageIndex` number, required — Page index whereby the entry pad is contained in the document.
      - `isOptional` boolean — Set to true if the entry pad is optional.
      - `metadata` unknown

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
