Successful response
import { RecipientGetDocumentRecipientResponse } from "@documenso/sdk-typescript/models/operations";
let value: RecipientGetDocumentRecipientResponse = {
role: "VIEWER",
readStatus: "OPENED",
signingStatus: "SIGNED",
sendStatus: "NOT_SENT",
id: 2726.18,
documentId: 7957.69,
templateId: 4860.57,
email: "[email protected]",
name: "<value>",
token: "<value>",
documentDeletedAt: "<value>",
expired: "<value>",
signedAt: "<value>",
authOptions: {
accessAuth: "ACCOUNT",
actionAuth: "PASSKEY",
},
signingOrder: 101.39,
rejectionReason: "<value>",
fields: [
{
type: "RADIO",
id: 8092.34,
secondaryId: "<id>",
documentId: 8760.1,
templateId: 5778.13,
recipientId: 5565.54,
page: 5215.72,
customText: "<value>",
inserted: false,
fieldMeta: {
type: "text",
},
},
],
};
Field | Type | Required | Description |
---|---|---|---|
role |
operations.RecipientGetDocumentRecipientRole | ✔️ | N/A |
readStatus |
operations.RecipientGetDocumentRecipientReadStatus | ✔️ | N/A |
signingStatus |
operations.RecipientGetDocumentRecipientSigningStatus | ✔️ | N/A |
sendStatus |
operations.RecipientGetDocumentRecipientSendStatus | ✔️ | N/A |
id |
number | ✔️ | N/A |
documentId |
number | ✔️ | N/A |
templateId |
number | ✔️ | N/A |
email |
string | ✔️ | N/A |
name |
string | ✔️ | N/A |
token |
string | ✔️ | N/A |
documentDeletedAt |
string | ✔️ | N/A |
expired |
string | ✔️ | N/A |
signedAt |
string | ✔️ | N/A |
authOptions |
operations.RecipientGetDocumentRecipientAuthOptions | ✔️ | N/A |
signingOrder |
number | ✔️ | The order in which the recipient should sign the document. Only works if the document is set to sequential signing. |
rejectionReason |
string | ✔️ | N/A |
fields |
operations.RecipientGetDocumentRecipientField[] | ✔️ | N/A |