GET api/OtherHospital?dataNeeded={dataNeeded}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataNeeded | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OtherHospital| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ImagePath | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ImagePath": "sample string 2",
"Name": "sample string 3"
},
{
"Id": 1,
"ImagePath": "sample string 2",
"Name": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfOtherHospital xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileAppApi.Models">
<OtherHospital>
<Id>1</Id>
<ImagePath>sample string 2</ImagePath>
<Name>sample string 3</Name>
</OtherHospital>
<OtherHospital>
<Id>1</Id>
<ImagePath>sample string 2</ImagePath>
<Name>sample string 3</Name>
</OtherHospital>
</ArrayOfOtherHospital>