GET api/國軍醫院研討會訊息
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of M09Name | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
Place | string |
None. |
|
Host | string |
None. |
|
URL | string |
None. |
|
Date | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Title": "sample string 1", "Place": "sample string 2", "Host": "sample string 3", "URL": "sample string 4", "Date": "sample string 5" }, { "Title": "sample string 1", "Place": "sample string 2", "Host": "sample string 3", "URL": "sample string 4", "Date": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfM09 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api2.Models"> <M09> <Date>sample string 5</Date> <Host>sample string 3</Host> <Place>sample string 2</Place> <Title>sample string 1</Title> <URL>sample string 4</URL> </M09> <M09> <Date>sample string 5</Date> <Host>sample string 3</Host> <Place>sample string 2</Place> <Title>sample string 1</Title> <URL>sample string 4</URL> </M09> </ArrayOfM09>