Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of appraisal holds.
Collection of Nano.AppraisalHoldName | 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-04-25T18:46:05.2460995Z", "holdReason": "sample String 3", "releaseDate": "2025-04-25T18:46:05.2460995Z", "app": 4, "id": 5, "heldBy": 6, "releasedBy": 1 }, { "expirationDate": "sample String 1", "holdDate": "2025-04-25T18:46:05.2460995Z", "holdReason": "sample String 3", "releaseDate": "2025-04-25T18:46:05.2460995Z", "app": 4, "id": 5, "heldBy": 6, "releasedBy": 1 } ]
text/html
Sample:
[{"expirationDate":"sample String 1","holdDate":"2025-04-25T18:46:05.2460995Z","holdReason":"sample String 3","releaseDate":"2025-04-25T18:46:05.2460995Z","app":4,"id":5,"heldBy":6,"releasedBy":1},{"expirationDate":"sample String 1","holdDate":"2025-04-25T18:46:05.2460995Z","holdReason":"sample String 3","releaseDate":"2025-04-25T18:46:05.2460995Z","app":4,"id":5,"heldBy":6,"releasedBy":1}]
application/xml, text/xml
Sample:
<ArrayOfAppraisalHold xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppraisalHold> <ExpirationDate>sample String 1</ExpirationDate> <HoldDate>2025-04-25T18:46:05.2460995Z</HoldDate> <HoldReason>sample String 3</HoldReason> <ReleaseDate>2025-04-25T18:46:05.2460995Z</ReleaseDate> <AppId>4</AppId> <AppraisalHoldId>5</AppraisalHoldId> <HeldById>6</HeldById> <ReleasedById>1</ReleasedById> </AppraisalHold> <AppraisalHold> <ExpirationDate>sample String 1</ExpirationDate> <HoldDate>2025-04-25T18:46:05.2460995Z</HoldDate> <HoldReason>sample String 3</HoldReason> <ReleaseDate>2025-04-25T18:46:05.2460995Z</ReleaseDate> <AppId>4</AppId> <AppraisalHoldId>5</AppraisalHoldId> <HeldById>6</HeldById> <ReleasedById>1</ReleasedById> </AppraisalHold> </ArrayOfAppraisalHold>
application/vnd.api+json
Sample:
Sample not available.