GET api/ReviewApplication/GetEappNotes?eappHouseHoldId={eappHouseHoldId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eappHouseHoldId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of EApplicationNotesInfoDTO
NameDescriptionTypeAdditional 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:42:34 AM",
    "CreateDate": "2025-10-14T00:42:34.2981209-07:00"
  },
  {
    "IsCustomNotes": true,
    "EappNotesTypeId": 1,
    "Id": 2,
    "Notes": "sample string 3",
    "NoteDateString": "10/14/2025 12:42:34 AM",
    "CreateDate": "2025-10-14T00:42:34.2981209-07:00"
  }
]