GET api/HospitalManagement/ListAll/{page}/{pageSize}/{search}
List all the hospitals in the system, sorted by entity name + hospital name.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page |
The page number to display |
integer |
Required |
pageSize |
How big should the page be |
integer |
Required |
search |
Optional parameter. This can be any part of the hospital name |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.