GET api/ReviewApplication/GetEappNotes?eappHouseHoldId={eappHouseHoldId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eappHouseHoldId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EApplicationNotesInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCustomNotes | boolean |
None. |
|
| EappNotesTypeId | integer |
None. |
|
| Id | integer |
None. |
|
| Notes | string |
None. |
|
| NoteDateString | string |
None. |
|
| CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IsCustomNotes": true,
"EappNotesTypeId": 1,
"Id": 2,
"Notes": "sample string 3",
"NoteDateString": "02/03/2026 6:28:32 PM",
"CreateDate": "2026-02-03T18:28:32.2319545-08:00"
},
{
"IsCustomNotes": true,
"EappNotesTypeId": 1,
"Id": 2,
"Notes": "sample string 3",
"NoteDateString": "02/03/2026 6:28:32 PM",
"CreateDate": "2026-02-03T18:28:32.2319545-08:00"
}
]