Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appraisalHoldId |
The appraisal hold identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The appraisal hold, if it exists.
Nano.AppraisalHold| Name | Description | Type | Additional information |
|---|---|---|---|
| expirationDate |
Gets or sets the expiration date. |
string |
None. |
| holdDate |
Gets or sets the hold date. |
date |
None. |
| holdReason |
Gets or sets the hold reason. |
string |
None. |
| releaseDate |
Gets or sets the release date. |
date |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the appraisal hold identifier. |
integer |
None. |
| heldBy |
Gets or sets the held by identifier. |
integer |
None. |
| releasedBy |
Gets or sets the release by identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"expirationDate": "sample String 1",
"holdDate": "2025-11-09T05:59:41.4857139Z",
"holdReason": "sample String 3",
"releaseDate": "2025-11-09T05:59:41.4857139Z",
"app": 4,
"id": 5,
"heldBy": 6,
"releasedBy": 1
}
text/html
Sample:
{"expirationDate":"sample String 1","holdDate":"2025-11-09T05:59:41.4857139Z","holdReason":"sample String 3","releaseDate":"2025-11-09T05:59:41.4857139Z","app":4,"id":5,"heldBy":6,"releasedBy":1}
application/xml, text/xml
Sample:
<AppraisalHold xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ExpirationDate>sample String 1</ExpirationDate> <HoldDate>2025-11-09T05:59:41.4857139Z</HoldDate> <HoldReason>sample String 3</HoldReason> <ReleaseDate>2025-11-09T05:59:41.4857139Z</ReleaseDate> <AppId>4</AppId> <AppraisalHoldId>5</AppraisalHoldId> <HeldById>6</HeldById> <ReleasedById>1</ReleasedById> </AppraisalHold>
application/vnd.api+json
Sample:
Sample not available.