GET api/ReviewApplication/GetEappTrackingNotes?eappHouseHoldId={eappHouseHoldId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eappHouseHoldId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EApplicationNotesInfoDTOName | 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": "10/14/2025 12:40:26 AM", "CreateDate": "2025-10-14T00:40:26.0372215-07:00" }, { "IsCustomNotes": true, "EappNotesTypeId": 1, "Id": 2, "Notes": "sample string 3", "NoteDateString": "10/14/2025 12:40:26 AM", "CreateDate": "2025-10-14T00:40:26.0372215-07:00" } ]