GET api/ProgressNote/GetAllProgressNoteByDate/{residentId}/{categoryId}/{personnelId}/{dateFrom}/{dateTo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
residentId

integer

Required

categoryId

integer

Required

personnelId

integer

Required

dateFrom

string

None.

dateTo

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]