GET api/Signing/{signingRoomId}/Documents
Get a list of documents in the SigningRoom with the specified id. The current signer user must have access to the SigningRoom that contains the documents and must have review or sign privileges on the documents.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| signingRoomId |
The id of the SigningRoom. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The list of documents in the SigningRoom.
Collection of ESignSystems.SmartSAFE.Models.Signing.SigningRoomDocumentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ActionOnDocument |
Gets or sets the current action on the document. |
ESignSystems.SmartSAFE.Models.Signing.UserActionOnDocument |
None. |
| DocumentActionLog |
Gets or sets the document signer's action log. |
Collection of ESignSystems.SmartSAFE.Models.Signing.DocumentUserActionModel |
None. |
| Annotations |
Gets or sets the annotations. |
Collection of ESignSystems.SmartSAFE.Models.SigningRoomManager.Tagging.AnnotationModel |
None. |
| Thumbnails |
Gets or sets the list of thumbnails. |
Collection of ESignSystems.SmartSAFE.Models.Signing.ThumbnailModel |
None. |
| ReviewOnly |
Gets or sets a value indicating whether the document is to be reviewed only. |
boolean |
None. |
| RequiresReview |
Gets or sets a value indicating whether the document requires review by the participant. |
boolean |
None. |
| DocumentId |
Gets or sets the document identifier. |
integer |
None. |
| ClientId |
Gets or sets the document's client identifier. |
integer |
None. |
| SigningRoomId |
Gets or sets the document's SigningRoom identifier. |
integer |
None. |
| DocumentTypeId |
Gets or sets the document's document type identifier. |
integer |
None. |
| DocumentType |
Gets or sets the document's document type. |
string |
None. |
| DocumentGuid |
Gets or sets the document's GUID. |
string |
Max length: 128 |
| DocumentName |
Gets or sets the document's name. |
string |
Required Max length: 256 |
| Description |
Gets or sets the document's description. |
string |
Max length: 500 |
| PageCount |
Gets or sets the document's page count. |
integer |
None. |
| FileExtension |
Gets or sets the document's file extension. |
string |
Max length: 10 |
| MimeType |
Gets or sets the document's mime type. |
string |
None. |
| IsPDF |
Gets a value indicating whether the document is a PDF. |
boolean |
None. |
| UDF1 |
Gets or sets the first user defined field. |
string |
Max length: 256 |
| UDF2 |
Gets or sets the second user defined field. |
string |
Max length: 256 |
| UDF3 |
Gets or sets the third user defined field. |
string |
Max length: 256 |
| Signed |
Gets or sets a value indicating whether at least one document signer has signed the document. |
boolean |
None. |
| SigningComplete |
Gets or sets a value indicating whether all document signers have signed the document. |
boolean |
None. |
| ClientName |
Gets or sets the name of the client that the document is associated to. |
string |
None. |
| SigningRoomName |
Gets or sets the name of the SigningRoom that the document is associated to. |
string |
None. |
| HasAnnotations |
Gets or sets the value indicating whether the document has annotations. |
boolean |
None. |
| HasSigners |
Gets or sets the value indicating whether the document has any signers. |
boolean |
None. |
| Reviewed |
Gets or sets a value indicating whether at least one document reviewer who is required to review the document has reviewed the document. |
boolean |
None. |
| ReviewingComplete |
Gets or sets a value indicating if the document is completely reviewed by those required to. |
boolean |
None. |
| Downloaded |
Gets or sets a value indicating whether the document has been downloaded. |
boolean |
None. |
| ParentDocumentId |
Gets or sets the parent document identifier. |
integer |
None. |
| Status |
Gets the status text for the document based on other fields. |
string |
None. |
| IsSmartDoc |
Gets or sets a value indicating if the document is a smart document. |
boolean |
None. |
| Archived |
Indicates whether the document is archived. |
boolean |
None. |
| CreatedBy |
Gets or sets the name of the user that created the document. |
string |
None. |
| CreatedDate |
Gets or sets the created date of the document. |
date |
None. |
| SignatureValidation |
Gets or sets the results of the signature validation of the document. |
ESignSystems.SmartSAFE.Models.Signing.SignatureValidationResult |
None. |
| ExternallySigned |
Gets or sets a value indicating if the document was externally signed. |
boolean |
None. |
| AuthoritativeCopy |
Indicates whether the smart document is an authoritative copy or not. |
boolean |
None. |
| PreviousAuthoritativeCopy |
Gets or sets a value indicating whether this has previously been an authoritative copy. |
boolean |
None. |
| MarkAsAuthoritativeCopyAfterSigning |
Gets or sets a value indicating whether the document being uploaded will become AuthoritativeCopy after it's finished being signed in a SigningRoom. |
boolean |
None. |
| TransferableRecord |
Gets or sets the value indicating if the document is a transferable record. |
boolean |
None. |
| IsTransferableDocOrSmartDoc |
Gets a value indicating whether this is an transferable document or an transferable smart document. |
boolean |
None. |
| IsAuthoritativeDocOrSmartDoc |
Gets a value indicating whether this is an authoritative document or an authoritative smart document. |
boolean |
None. |
| PrintAndSign |
Gets or sets a value indicating if document can be printed and signed. |
boolean |
None. |
| ENotary |
Gets or sets a value indicating if the document is an eNotary document. |
boolean |
None. |
| SortOrder |
Gets or sets the sort order. |
integer |
None. |
| Signable |
Gets the signable type. |
string |
None. |
| FolderId |
Gets or sets the folder identifier. |
integer |
None. |
| ParentFolderId |
Gets or sets the parent folder id. |
integer |
None. |
| ParentFolderName |
Gets or sets the parent folder name. |
string |
None. |
| MISMOVersionIdentifier |
Gets or sets the MISMO Version Identifier. |
string |
None. |
| SystemDocument |
Gets or sets a value indicating whether this document is a system document. |
boolean |
None. |
Response Formats
application/json, text/json
[
{
"ActionOnDocument": 0,
"DocumentActionLog": [
{
"ReviewedDate": "2026-01-01T17:31:21.3763773-05:00",
"Signed": true,
"SignedDate": "2026-01-01T17:31:21.3763773-05:00",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"LastNameUserForFilter": "sample string 4",
"Email": "sample string 5",
"UserName": "sample string 6",
"UserId": 1,
"Reviewed": true
},
{
"ReviewedDate": "2026-01-01T17:31:21.3763773-05:00",
"Signed": true,
"SignedDate": "2026-01-01T17:31:21.3763773-05:00",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"LastNameUserForFilter": "sample string 4",
"Email": "sample string 5",
"UserName": "sample string 6",
"UserId": 1,
"Reviewed": true
}
],
"Annotations": [
{
"PopulatedDate": "2026-01-01T17:31:21.3763773-05:00",
"AnnotationValue": "sample string 1",
"DocumentAnnotationId": 1,
"DocumentSignerId": 1,
"DocumentId": 1,
"ParticipantId": 1,
"ParticipantOrderId": 1,
"XOffset": 2.1,
"YOffset": 3.1,
"AnnotationTypeId": 4,
"AnnotationType": "sample string 5",
"DisplayValue": "sample string 6",
"Width": 7.1,
"Height": 8.1,
"Optional": true,
"PageNumber": 10,
"MaxAnnotationTextLength": 1,
"AnnotationTextFontSize": 1,
"Deleted": true,
"FittextValue": 12.1,
"AnnotationGroupName": "sample string 13",
"SignatureReferenceId": "sample string 14"
},
{
"PopulatedDate": "2026-01-01T17:31:21.3763773-05:00",
"AnnotationValue": "sample string 1",
"DocumentAnnotationId": 1,
"DocumentSignerId": 1,
"DocumentId": 1,
"ParticipantId": 1,
"ParticipantOrderId": 1,
"XOffset": 2.1,
"YOffset": 3.1,
"AnnotationTypeId": 4,
"AnnotationType": "sample string 5",
"DisplayValue": "sample string 6",
"Width": 7.1,
"Height": 8.1,
"Optional": true,
"PageNumber": 10,
"MaxAnnotationTextLength": 1,
"AnnotationTextFontSize": 1,
"Deleted": true,
"FittextValue": 12.1,
"AnnotationGroupName": "sample string 13",
"SignatureReferenceId": "sample string 14"
}
],
"Thumbnails": [
{
"ImageSource": "sample string 1",
"PageNumber": 2
},
{
"ImageSource": "sample string 1",
"PageNumber": 2
}
],
"ReviewOnly": true,
"RequiresReview": true,
"DocumentId": 1,
"ClientId": 1,
"SigningRoomId": 1,
"DocumentTypeId": 1,
"DocumentType": "sample string 3",
"DocumentGuid": "sample string 4",
"DocumentName": "sample string 5",
"Description": "sample string 6",
"PageCount": 1,
"FileExtension": "sample string 7",
"MimeType": "sample string 8",
"IsPDF": true,
"UDF1": "sample string 10",
"UDF2": "sample string 11",
"UDF3": "sample string 12",
"Signed": true,
"SigningComplete": true,
"ClientName": "sample string 15",
"SigningRoomName": "sample string 16",
"HasAnnotations": true,
"HasSigners": true,
"Reviewed": true,
"ReviewingComplete": true,
"Downloaded": true,
"ParentDocumentId": 1,
"Status": "Complete",
"IsSmartDoc": true,
"Archived": true,
"CreatedBy": "sample string 24",
"CreatedDate": "2026-01-01T17:31:21.3763773-05:00",
"SignatureValidation": {
"Valid": true,
"InvalidReason": "sample string 2"
},
"ExternallySigned": true,
"AuthoritativeCopy": true,
"PreviousAuthoritativeCopy": true,
"MarkAsAuthoritativeCopyAfterSigning": true,
"TransferableRecord": true,
"IsTransferableDocOrSmartDoc": true,
"IsAuthoritativeDocOrSmartDoc": true,
"PrintAndSign": true,
"ENotary": true,
"SortOrder": 1,
"Signable": "eSign",
"FolderId": 1,
"ParentFolderId": 1,
"ParentFolderName": "sample string 32",
"MISMOVersionIdentifier": "sample string 33",
"SystemDocument": true
},
{
"ActionOnDocument": 0,
"DocumentActionLog": [
{
"ReviewedDate": "2026-01-01T17:31:21.3763773-05:00",
"Signed": true,
"SignedDate": "2026-01-01T17:31:21.3763773-05:00",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"LastNameUserForFilter": "sample string 4",
"Email": "sample string 5",
"UserName": "sample string 6",
"UserId": 1,
"Reviewed": true
},
{
"ReviewedDate": "2026-01-01T17:31:21.3763773-05:00",
"Signed": true,
"SignedDate": "2026-01-01T17:31:21.3763773-05:00",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"LastNameUserForFilter": "sample string 4",
"Email": "sample string 5",
"UserName": "sample string 6",
"UserId": 1,
"Reviewed": true
}
],
"Annotations": [
{
"PopulatedDate": "2026-01-01T17:31:21.3763773-05:00",
"AnnotationValue": "sample string 1",
"DocumentAnnotationId": 1,
"DocumentSignerId": 1,
"DocumentId": 1,
"ParticipantId": 1,
"ParticipantOrderId": 1,
"XOffset": 2.1,
"YOffset": 3.1,
"AnnotationTypeId": 4,
"AnnotationType": "sample string 5",
"DisplayValue": "sample string 6",
"Width": 7.1,
"Height": 8.1,
"Optional": true,
"PageNumber": 10,
"MaxAnnotationTextLength": 1,
"AnnotationTextFontSize": 1,
"Deleted": true,
"FittextValue": 12.1,
"AnnotationGroupName": "sample string 13",
"SignatureReferenceId": "sample string 14"
},
{
"PopulatedDate": "2026-01-01T17:31:21.3763773-05:00",
"AnnotationValue": "sample string 1",
"DocumentAnnotationId": 1,
"DocumentSignerId": 1,
"DocumentId": 1,
"ParticipantId": 1,
"ParticipantOrderId": 1,
"XOffset": 2.1,
"YOffset": 3.1,
"AnnotationTypeId": 4,
"AnnotationType": "sample string 5",
"DisplayValue": "sample string 6",
"Width": 7.1,
"Height": 8.1,
"Optional": true,
"PageNumber": 10,
"MaxAnnotationTextLength": 1,
"AnnotationTextFontSize": 1,
"Deleted": true,
"FittextValue": 12.1,
"AnnotationGroupName": "sample string 13",
"SignatureReferenceId": "sample string 14"
}
],
"Thumbnails": [
{
"ImageSource": "sample string 1",
"PageNumber": 2
},
{
"ImageSource": "sample string 1",
"PageNumber": 2
}
],
"ReviewOnly": true,
"RequiresReview": true,
"DocumentId": 1,
"ClientId": 1,
"SigningRoomId": 1,
"DocumentTypeId": 1,
"DocumentType": "sample string 3",
"DocumentGuid": "sample string 4",
"DocumentName": "sample string 5",
"Description": "sample string 6",
"PageCount": 1,
"FileExtension": "sample string 7",
"MimeType": "sample string 8",
"IsPDF": true,
"UDF1": "sample string 10",
"UDF2": "sample string 11",
"UDF3": "sample string 12",
"Signed": true,
"SigningComplete": true,
"ClientName": "sample string 15",
"SigningRoomName": "sample string 16",
"HasAnnotations": true,
"HasSigners": true,
"Reviewed": true,
"ReviewingComplete": true,
"Downloaded": true,
"ParentDocumentId": 1,
"Status": "Complete",
"IsSmartDoc": true,
"Archived": true,
"CreatedBy": "sample string 24",
"CreatedDate": "2026-01-01T17:31:21.3763773-05:00",
"SignatureValidation": {
"Valid": true,
"InvalidReason": "sample string 2"
},
"ExternallySigned": true,
"AuthoritativeCopy": true,
"PreviousAuthoritativeCopy": true,
"MarkAsAuthoritativeCopyAfterSigning": true,
"TransferableRecord": true,
"IsTransferableDocOrSmartDoc": true,
"IsAuthoritativeDocOrSmartDoc": true,
"PrintAndSign": true,
"ENotary": true,
"SortOrder": 1,
"Signable": "eSign",
"FolderId": 1,
"ParentFolderId": 1,
"ParentFolderName": "sample string 32",
"MISMOVersionIdentifier": "sample string 33",
"SystemDocument": true
}
]
application/xml, text/xml
<ArrayOfSigningRoomDocumentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Signing">
<SigningRoomDocumentModel>
<Archived xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Archived>
<AuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</AuthoritativeCopy>
<ClientId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ClientId>
<ClientName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 15</ClientName>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 24</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">2026-01-01T17:31:21.3763773-05:00</CreatedDate>
<Description xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 6</Description>
<DocumentGuid xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 4</DocumentGuid>
<DocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentId>
<DocumentName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 5</DocumentName>
<DocumentType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 3</DocumentType>
<DocumentTypeId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentTypeId>
<Downloaded xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Downloaded>
<ENotary xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ENotary>
<ExternallySigned xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ExternallySigned>
<FileExtension xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 7</FileExtension>
<FolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</FolderId>
<HasAnnotations xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasAnnotations>
<HasSigners xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasSigners>
<IsAuthoritativeDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsAuthoritativeDocOrSmartDoc>
<IsPDF xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsPDF>
<IsSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsSmartDoc>
<IsTransferableDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsTransferableDocOrSmartDoc>
<MISMOVersionIdentifier xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 33</MISMOVersionIdentifier>
<MarkAsAuthoritativeCopyAfterSigning xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</MarkAsAuthoritativeCopyAfterSigning>
<MimeType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 8</MimeType>
<PageCount xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</PageCount>
<ParentDocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentDocumentId>
<ParentFolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentFolderId>
<ParentFolderName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 32</ParentFolderName>
<PreviousAuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PreviousAuthoritativeCopy>
<PrintAndSign xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PrintAndSign>
<Reviewed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Reviewed>
<ReviewingComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ReviewingComplete>
<SignatureValidation xmlns:d3p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Signing" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">
<d3p1:InvalidReason>sample string 2</d3p1:InvalidReason>
<d3p1:Valid>true</d3p1:Valid>
</SignatureValidation>
<Signed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Signed>
<SigningComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SigningComplete>
<SigningRoomId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SigningRoomId>
<SigningRoomName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 16</SigningRoomName>
<SortOrder xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SortOrder>
<SystemDocument xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SystemDocument>
<TransferableRecord xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</TransferableRecord>
<UDF1 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 10</UDF1>
<UDF2 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 11</UDF2>
<UDF3 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 12</UDF3>
<ActionOnDocument>Review</ActionOnDocument>
<Annotations xmlns:d3p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager.Tagging">
<d3p1:AnnotationModel>
<d3p1:AnnotationGroupName>sample string 13</d3p1:AnnotationGroupName>
<d3p1:AnnotationTextFontSize>1</d3p1:AnnotationTextFontSize>
<d3p1:AnnotationType>sample string 5</d3p1:AnnotationType>
<d3p1:AnnotationTypeId>4</d3p1:AnnotationTypeId>
<d3p1:Deleted>true</d3p1:Deleted>
<d3p1:DisplayValue>sample string 6</d3p1:DisplayValue>
<d3p1:DocumentAnnotationId>1</d3p1:DocumentAnnotationId>
<d3p1:DocumentId>1</d3p1:DocumentId>
<d3p1:DocumentSignerId>1</d3p1:DocumentSignerId>
<d3p1:FittextValue>12.1</d3p1:FittextValue>
<d3p1:Height>8.1</d3p1:Height>
<d3p1:MaxAnnotationTextLength>1</d3p1:MaxAnnotationTextLength>
<d3p1:Optional>true</d3p1:Optional>
<d3p1:PageNumber>10</d3p1:PageNumber>
<d3p1:ParticipantId>1</d3p1:ParticipantId>
<d3p1:ParticipantOrderId>1</d3p1:ParticipantOrderId>
<d3p1:SignatureReferenceId>sample string 14</d3p1:SignatureReferenceId>
<d3p1:Width>7.1</d3p1:Width>
<d3p1:XOffset>2.1</d3p1:XOffset>
<d3p1:YOffset>3.1</d3p1:YOffset>
<d3p1:AnnotationValue>sample string 1</d3p1:AnnotationValue>
<d3p1:PopulatedDate>2026-01-01T17:31:21.3763773-05:00</d3p1:PopulatedDate>
</d3p1:AnnotationModel>
<d3p1:AnnotationModel>
<d3p1:AnnotationGroupName>sample string 13</d3p1:AnnotationGroupName>
<d3p1:AnnotationTextFontSize>1</d3p1:AnnotationTextFontSize>
<d3p1:AnnotationType>sample string 5</d3p1:AnnotationType>
<d3p1:AnnotationTypeId>4</d3p1:AnnotationTypeId>
<d3p1:Deleted>true</d3p1:Deleted>
<d3p1:DisplayValue>sample string 6</d3p1:DisplayValue>
<d3p1:DocumentAnnotationId>1</d3p1:DocumentAnnotationId>
<d3p1:DocumentId>1</d3p1:DocumentId>
<d3p1:DocumentSignerId>1</d3p1:DocumentSignerId>
<d3p1:FittextValue>12.1</d3p1:FittextValue>
<d3p1:Height>8.1</d3p1:Height>
<d3p1:MaxAnnotationTextLength>1</d3p1:MaxAnnotationTextLength>
<d3p1:Optional>true</d3p1:Optional>
<d3p1:PageNumber>10</d3p1:PageNumber>
<d3p1:ParticipantId>1</d3p1:ParticipantId>
<d3p1:ParticipantOrderId>1</d3p1:ParticipantOrderId>
<d3p1:SignatureReferenceId>sample string 14</d3p1:SignatureReferenceId>
<d3p1:Width>7.1</d3p1:Width>
<d3p1:XOffset>2.1</d3p1:XOffset>
<d3p1:YOffset>3.1</d3p1:YOffset>
<d3p1:AnnotationValue>sample string 1</d3p1:AnnotationValue>
<d3p1:PopulatedDate>2026-01-01T17:31:21.3763773-05:00</d3p1:PopulatedDate>
</d3p1:AnnotationModel>
</Annotations>
<DocumentActionLog>
<DocumentUserActionModel>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<LastName>sample string 3</LastName>
<LastNameUserForFilter>sample string 4</LastNameUserForFilter>
<Reviewed>true</Reviewed>
<ReviewedDate>2026-01-01T17:31:21.3763773-05:00</ReviewedDate>
<Signed>true</Signed>
<SignedDate>2026-01-01T17:31:21.3763773-05:00</SignedDate>
<UserId>1</UserId>
<UserName>sample string 6</UserName>
</DocumentUserActionModel>
<DocumentUserActionModel>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<LastName>sample string 3</LastName>
<LastNameUserForFilter>sample string 4</LastNameUserForFilter>
<Reviewed>true</Reviewed>
<ReviewedDate>2026-01-01T17:31:21.3763773-05:00</ReviewedDate>
<Signed>true</Signed>
<SignedDate>2026-01-01T17:31:21.3763773-05:00</SignedDate>
<UserId>1</UserId>
<UserName>sample string 6</UserName>
</DocumentUserActionModel>
</DocumentActionLog>
<RequiresReview>true</RequiresReview>
<ReviewOnly>true</ReviewOnly>
<Thumbnails>
<ThumbnailModel>
<ImageSource>sample string 1</ImageSource>
<PageNumber>2</PageNumber>
</ThumbnailModel>
<ThumbnailModel>
<ImageSource>sample string 1</ImageSource>
<PageNumber>2</PageNumber>
</ThumbnailModel>
</Thumbnails>
</SigningRoomDocumentModel>
<SigningRoomDocumentModel>
<Archived xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Archived>
<AuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</AuthoritativeCopy>
<ClientId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ClientId>
<ClientName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 15</ClientName>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 24</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">2026-01-01T17:31:21.3763773-05:00</CreatedDate>
<Description xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 6</Description>
<DocumentGuid xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 4</DocumentGuid>
<DocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentId>
<DocumentName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 5</DocumentName>
<DocumentType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 3</DocumentType>
<DocumentTypeId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</DocumentTypeId>
<Downloaded xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Downloaded>
<ENotary xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ENotary>
<ExternallySigned xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ExternallySigned>
<FileExtension xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 7</FileExtension>
<FolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</FolderId>
<HasAnnotations xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasAnnotations>
<HasSigners xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</HasSigners>
<IsAuthoritativeDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsAuthoritativeDocOrSmartDoc>
<IsPDF xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsPDF>
<IsSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsSmartDoc>
<IsTransferableDocOrSmartDoc xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</IsTransferableDocOrSmartDoc>
<MISMOVersionIdentifier xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 33</MISMOVersionIdentifier>
<MarkAsAuthoritativeCopyAfterSigning xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</MarkAsAuthoritativeCopyAfterSigning>
<MimeType xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 8</MimeType>
<PageCount xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</PageCount>
<ParentDocumentId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentDocumentId>
<ParentFolderId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</ParentFolderId>
<ParentFolderName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 32</ParentFolderName>
<PreviousAuthoritativeCopy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PreviousAuthoritativeCopy>
<PrintAndSign xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</PrintAndSign>
<Reviewed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Reviewed>
<ReviewingComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</ReviewingComplete>
<SignatureValidation xmlns:d3p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.Signing" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">
<d3p1:InvalidReason>sample string 2</d3p1:InvalidReason>
<d3p1:Valid>true</d3p1:Valid>
</SignatureValidation>
<Signed xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</Signed>
<SigningComplete xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SigningComplete>
<SigningRoomId xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SigningRoomId>
<SigningRoomName xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 16</SigningRoomName>
<SortOrder xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">1</SortOrder>
<SystemDocument xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</SystemDocument>
<TransferableRecord xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">true</TransferableRecord>
<UDF1 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 10</UDF1>
<UDF2 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 11</UDF2>
<UDF3 xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager">sample string 12</UDF3>
<ActionOnDocument>Review</ActionOnDocument>
<Annotations xmlns:d3p1="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SigningRoomManager.Tagging">
<d3p1:AnnotationModel>
<d3p1:AnnotationGroupName>sample string 13</d3p1:AnnotationGroupName>
<d3p1:AnnotationTextFontSize>1</d3p1:AnnotationTextFontSize>
<d3p1:AnnotationType>sample string 5</d3p1:AnnotationType>
<d3p1:AnnotationTypeId>4</d3p1:AnnotationTypeId>
<d3p1:Deleted>true</d3p1:Deleted>
<d3p1:DisplayValue>sample string 6</d3p1:DisplayValue>
<d3p1:DocumentAnnotationId>1</d3p1:DocumentAnnotationId>
<d3p1:DocumentId>1</d3p1:DocumentId>
<d3p1:DocumentSignerId>1</d3p1:DocumentSignerId>
<d3p1:FittextValue>12.1</d3p1:FittextValue>
<d3p1:Height>8.1</d3p1:Height>
<d3p1:MaxAnnotationTextLength>1</d3p1:MaxAnnotationTextLength>
<d3p1:Optional>true</d3p1:Optional>
<d3p1:PageNumber>10</d3p1:PageNumber>
<d3p1:ParticipantId>1</d3p1:ParticipantId>
<d3p1:ParticipantOrderId>1</d3p1:ParticipantOrderId>
<d3p1:SignatureReferenceId>sample string 14</d3p1:SignatureReferenceId>
<d3p1:Width>7.1</d3p1:Width>
<d3p1:XOffset>2.1</d3p1:XOffset>
<d3p1:YOffset>3.1</d3p1:YOffset>
<d3p1:AnnotationValue>sample string 1</d3p1:AnnotationValue>
<d3p1:PopulatedDate>2026-01-01T17:31:21.3763773-05:00</d3p1:PopulatedDate>
</d3p1:AnnotationModel>
<d3p1:AnnotationModel>
<d3p1:AnnotationGroupName>sample string 13</d3p1:AnnotationGroupName>
<d3p1:AnnotationTextFontSize>1</d3p1:AnnotationTextFontSize>
<d3p1:AnnotationType>sample string 5</d3p1:AnnotationType>
<d3p1:AnnotationTypeId>4</d3p1:AnnotationTypeId>
<d3p1:Deleted>true</d3p1:Deleted>
<d3p1:DisplayValue>sample string 6</d3p1:DisplayValue>
<d3p1:DocumentAnnotationId>1</d3p1:DocumentAnnotationId>
<d3p1:DocumentId>1</d3p1:DocumentId>
<d3p1:DocumentSignerId>1</d3p1:DocumentSignerId>
<d3p1:FittextValue>12.1</d3p1:FittextValue>
<d3p1:Height>8.1</d3p1:Height>
<d3p1:MaxAnnotationTextLength>1</d3p1:MaxAnnotationTextLength>
<d3p1:Optional>true</d3p1:Optional>
<d3p1:PageNumber>10</d3p1:PageNumber>
<d3p1:ParticipantId>1</d3p1:ParticipantId>
<d3p1:ParticipantOrderId>1</d3p1:ParticipantOrderId>
<d3p1:SignatureReferenceId>sample string 14</d3p1:SignatureReferenceId>
<d3p1:Width>7.1</d3p1:Width>
<d3p1:XOffset>2.1</d3p1:XOffset>
<d3p1:YOffset>3.1</d3p1:YOffset>
<d3p1:AnnotationValue>sample string 1</d3p1:AnnotationValue>
<d3p1:PopulatedDate>2026-01-01T17:31:21.3763773-05:00</d3p1:PopulatedDate>
</d3p1:AnnotationModel>
</Annotations>
<DocumentActionLog>
<DocumentUserActionModel>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<LastName>sample string 3</LastName>
<LastNameUserForFilter>sample string 4</LastNameUserForFilter>
<Reviewed>true</Reviewed>
<ReviewedDate>2026-01-01T17:31:21.3763773-05:00</ReviewedDate>
<Signed>true</Signed>
<SignedDate>2026-01-01T17:31:21.3763773-05:00</SignedDate>
<UserId>1</UserId>
<UserName>sample string 6</UserName>
</DocumentUserActionModel>
<DocumentUserActionModel>
<Email>sample string 5</Email>
<FirstName>sample string 2</FirstName>
<LastName>sample string 3</LastName>
<LastNameUserForFilter>sample string 4</LastNameUserForFilter>
<Reviewed>true</Reviewed>
<ReviewedDate>2026-01-01T17:31:21.3763773-05:00</ReviewedDate>
<Signed>true</Signed>
<SignedDate>2026-01-01T17:31:21.3763773-05:00</SignedDate>
<UserId>1</UserId>
<UserName>sample string 6</UserName>
</DocumentUserActionModel>
</DocumentActionLog>
<RequiresReview>true</RequiresReview>
<ReviewOnly>true</ReviewOnly>
<Thumbnails>
<ThumbnailModel>
<ImageSource>sample string 1</ImageSource>
<PageNumber>2</PageNumber>
</ThumbnailModel>
<ThumbnailModel>
<ImageSource>sample string 1</ImageSource>
<PageNumber>2</PageNumber>
</ThumbnailModel>
</Thumbnails>
</SigningRoomDocumentModel>
</ArrayOfSigningRoomDocumentModel>