Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appraisalOrderId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of appraisal order documents.
Collection of Nano.AppraisalOrderDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| documentName |
Gets or sets the document name. |
string |
None. |
| documentUrl |
Gets or sets the document url. |
string |
None. |
| vendorUploaded |
Gets or sets the vendor uploaded. |
date |
None. |
| definition |
Gets or sets the definition. |
string |
None. |
| boxDoxId |
Gets or sets the box dox identifier. |
string |
None. |
| boxDoxAttempts |
Gets or sets the box dox attempts. |
integer |
None. |
| boxDoxRendered |
Gets or sets a value indicating whether the box dox is rendered. |
boolean |
None. |
| notified |
Gets or sets the notified. |
date |
None. |
| reviewed |
Gets or sets the reviewed. |
date |
None. |
| reserved |
Gets or sets the reserved. |
date |
None. |
| minXml |
Gets or sets the min xml. |
string |
None. |
| notesId |
Gets or sets the notes identifier. |
integer |
None. |
| documentId |
Gets or sets the document identifier. |
string |
None. |
| source |
Gets or sets the source. |
string |
None. |
| downloaded |
Gets or sets the downloaded. |
date |
None. |
| uploaded |
Gets or sets the uploaded. |
date |
None. |
| id |
Gets or sets the appraisal order comment identifier. |
integer |
None. |
| appraisalOrder |
Gets or sets the appraisal order identifier. |
integer |
None. |
| fileHandle |
Gets or sets the file handle identifier. |
integer |
None. |
| reservedBy |
Gets or sets the reserved by identifier. |
integer |
None. |
| reviewedBy |
Gets or sets the reviewed by identifier. |
integer |
None. |
Response Formats
application/json, text/json
[
{
"documentName": "sample String 1",
"documentUrl": "sample String 2",
"vendorUploaded": "2025-11-09T05:58:43.0230288Z",
"definition": "sample String 3",
"boxDoxId": "sample String 4",
"boxDoxAttempts": 5,
"boxDoxRendered": true,
"notified": "2025-11-09T05:58:43.0230288Z",
"reviewed": "2025-11-09T05:58:43.0230288Z",
"reserved": "2025-11-09T05:58:43.0230288Z",
"minXml": "sample String 7",
"notesId": 1,
"documentId": "sample String 8",
"source": "sample String 9",
"downloaded": "2025-11-09T05:58:43.0230288Z",
"uploaded": "2025-11-09T05:58:43.0230288Z",
"id": 10,
"appraisalOrder": 11,
"fileHandle": 1,
"reservedBy": 1,
"reviewedBy": 1
},
{
"documentName": "sample String 1",
"documentUrl": "sample String 2",
"vendorUploaded": "2025-11-09T05:58:43.0230288Z",
"definition": "sample String 3",
"boxDoxId": "sample String 4",
"boxDoxAttempts": 5,
"boxDoxRendered": true,
"notified": "2025-11-09T05:58:43.0230288Z",
"reviewed": "2025-11-09T05:58:43.0230288Z",
"reserved": "2025-11-09T05:58:43.0230288Z",
"minXml": "sample String 7",
"notesId": 1,
"documentId": "sample String 8",
"source": "sample String 9",
"downloaded": "2025-11-09T05:58:43.0230288Z",
"uploaded": "2025-11-09T05:58:43.0230288Z",
"id": 10,
"appraisalOrder": 11,
"fileHandle": 1,
"reservedBy": 1,
"reviewedBy": 1
}
]
text/html
[{"documentName":"sample String 1","documentUrl":"sample String 2","vendorUploaded":"2025-11-09T05:58:43.0230288Z","definition":"sample String 3","boxDoxId":"sample String 4","boxDoxAttempts":5,"boxDoxRendered":true,"notified":"2025-11-09T05:58:43.0230288Z","reviewed":"2025-11-09T05:58:43.0230288Z","reserved":"2025-11-09T05:58:43.0230288Z","minXml":"sample String 7","notesId":1,"documentId":"sample String 8","source":"sample String 9","downloaded":"2025-11-09T05:58:43.0230288Z","uploaded":"2025-11-09T05:58:43.0230288Z","id":10,"appraisalOrder":11,"fileHandle":1,"reservedBy":1,"reviewedBy":1},{"documentName":"sample String 1","documentUrl":"sample String 2","vendorUploaded":"2025-11-09T05:58:43.0230288Z","definition":"sample String 3","boxDoxId":"sample String 4","boxDoxAttempts":5,"boxDoxRendered":true,"notified":"2025-11-09T05:58:43.0230288Z","reviewed":"2025-11-09T05:58:43.0230288Z","reserved":"2025-11-09T05:58:43.0230288Z","minXml":"sample String 7","notesId":1,"documentId":"sample String 8","source":"sample String 9","downloaded":"2025-11-09T05:58:43.0230288Z","uploaded":"2025-11-09T05:58:43.0230288Z","id":10,"appraisalOrder":11,"fileHandle":1,"reservedBy":1,"reviewedBy":1}]
application/xml, text/xml
<ArrayOfAppraisalOrderDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AppraisalOrderDocument>
<DocumentName>sample String 1</DocumentName>
<DocumentUrl>sample String 2</DocumentUrl>
<VendorUploaded>2025-11-09T05:58:43.0230288Z</VendorUploaded>
<Definition>sample String 3</Definition>
<BoxDoxId>sample String 4</BoxDoxId>
<BoxDoxAttempts>5</BoxDoxAttempts>
<BoxDoxRendered>true</BoxDoxRendered>
<Notified>2025-11-09T05:58:43.0230288Z</Notified>
<Reviewed>2025-11-09T05:58:43.0230288Z</Reviewed>
<Reserved>2025-11-09T05:58:43.0230288Z</Reserved>
<MinXml>sample String 7</MinXml>
<NotesId>1</NotesId>
<DocumentId>sample String 8</DocumentId>
<Source>sample String 9</Source>
<Downloaded>2025-11-09T05:58:43.0230288Z</Downloaded>
<Uploaded>2025-11-09T05:58:43.0230288Z</Uploaded>
<AppraisalOrderDocumentId>10</AppraisalOrderDocumentId>
<AppraisalOrderId>11</AppraisalOrderId>
<FileHandleId>1</FileHandleId>
<ReservedById>1</ReservedById>
<ReviewedById>1</ReviewedById>
</AppraisalOrderDocument>
<AppraisalOrderDocument>
<DocumentName>sample String 1</DocumentName>
<DocumentUrl>sample String 2</DocumentUrl>
<VendorUploaded>2025-11-09T05:58:43.0230288Z</VendorUploaded>
<Definition>sample String 3</Definition>
<BoxDoxId>sample String 4</BoxDoxId>
<BoxDoxAttempts>5</BoxDoxAttempts>
<BoxDoxRendered>true</BoxDoxRendered>
<Notified>2025-11-09T05:58:43.0230288Z</Notified>
<Reviewed>2025-11-09T05:58:43.0230288Z</Reviewed>
<Reserved>2025-11-09T05:58:43.0230288Z</Reserved>
<MinXml>sample String 7</MinXml>
<NotesId>1</NotesId>
<DocumentId>sample String 8</DocumentId>
<Source>sample String 9</Source>
<Downloaded>2025-11-09T05:58:43.0230288Z</Downloaded>
<Uploaded>2025-11-09T05:58:43.0230288Z</Uploaded>
<AppraisalOrderDocumentId>10</AppraisalOrderDocumentId>
<AppraisalOrderId>11</AppraisalOrderId>
<FileHandleId>1</FileHandleId>
<ReservedById>1</ReservedById>
<ReviewedById>1</ReviewedById>
</AppraisalOrderDocument>
</ArrayOfAppraisalOrderDocument>
application/vnd.api+json
Sample not available.