GET api/國軍醫院醫療科技展
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of M32Name | Description | Type | Additional information |
---|---|---|---|
Date | string |
None. |
|
Title | string |
None. |
|
Content | string |
None. |
|
Place | string |
None. |
|
Hospital | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Date": "sample string 1", "Title": "sample string 2", "Content": "sample string 3", "Place": "sample string 4", "Hospital": "sample string 5" }, { "Date": "sample string 1", "Title": "sample string 2", "Content": "sample string 3", "Place": "sample string 4", "Hospital": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfM32 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api2.Models"> <M32> <Content>sample string 3</Content> <Date>sample string 1</Date> <Hospital>sample string 5</Hospital> <Place>sample string 4</Place> <Title>sample string 2</Title> </M32> <M32> <Content>sample string 3</Content> <Date>sample string 1</Date> <Hospital>sample string 5</Hospital> <Place>sample string 4</Place> <Title>sample string 2</Title> </M32> </ArrayOfM32>