GET api/Default/GetHospitals/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HospitalResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| HSerial | string |
None. |
|
| HName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"HSerial": "sample string 1",
"HName": "sample string 2"
},
{
"$ref": "1"
}
]