---
title: "Retrieve document signing information."
method: GET
path: "/DocumentSigning/{documentSigningId}"
tags: ["Offers and Signing"]
---

# Retrieve document signing information.

`GET /DocumentSigning/{documentSigningId}`

## Path parameters

- `documentSigningId` string, uuid, required

## Headers

- `api-version` string

## Response `200`

Returns a DocumentSigningViewModel.

- DocumentSigningViewModel — The view model for a document signing.
  - `documentSigningId` string, uuid — Gets or sets the document signing id (a GUID).
  - `documents` DocumentMetadataModel[], nullable — Gets or sets a list of DocumentMetadataModels representing the unsigned documents.
    - `documentId` string, uuid
    - `documentName` string, nullable
    - `documentType` string, nullable
    - `dateTimeUtcUploaded` string, date-time
    - `markedAsDoNotSign` boolean
  - `signatorySigningViews` SignatorySigningViewModel[], nullable — Gets or sets a list of SignatorySigningViewModels.
    - `name` string, nullable — Gets or sets the name of the signatory.
    - `email` string, nullable — Gets or sets the email of the signatory.
    - `recipientStatus` string, nullable — Gets or sets the status of the signatory.
  - `signedDocuments` DocumentMetadataModel[], nullable — Gets or sets a list of DocumentMetadataModels representing the signed documents.
    - `documentId` string, uuid
    - `documentName` string, nullable
    - `documentType` string, nullable
    - `dateTimeUtcUploaded` string, date-time
    - `markedAsDoNotSign` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
