---
title: "Retrieve a signer"
method: GET
path: "/e-signature-templates/{eSignatureTemplateId}/signers/{id}"
tags: ["Signers"]
---

# Retrieve a signer

`GET /e-signature-templates/{eSignatureTemplateId}/signers/{id}`

## Response `200`

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

- ESignatureTemplateSigner
  - `id` string, required
  - `name` string, required
  - `attachmentRequests` ESignatureSignerAttachmentRequest[]
    - `id` string
    - `name` string, required
    - `description` string
    - `isOptional` boolean — Set to true if the request is optional
    - `isConfidential` boolean — Set to true if the attachment should not be shared with other signers; only the owner
  - `specialRoles` ESignatureSignerSpecialRoleEnum[]
  - `viewRestrictions` ESignatureSignerViewRestrictionEnum[]

---

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