---
title: "Retrieve an entry pad"
method: GET
path: "/e-signature-templates/{eSignatureTemplateId}/documents/{documentId}/entry-pads/{id}"
tags: ["Documents - Entry Pads"]
---

# Retrieve an entry pad

`GET /e-signature-templates/{eSignatureTemplateId}/documents/{documentId}/entry-pads/{id}`

## Response `200`

Returns the object if a valid identifier is provided, and returns an error otherwise.

- 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)
