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

# List all signers

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

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