GET api/國軍文藝金像獎得獎人員名冊
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PWB08Name | Description | Type | Additional information |
---|---|---|---|
NO | string |
None. |
|
contents | string |
None. |
|
NAME | string |
None. |
|
tel | string |
None. |
|
URL | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "NO": "sample string 1", "contents": "sample string 2", "NAME": "sample string 3", "tel": "sample string 4", "URL": "sample string 5" }, { "NO": "sample string 1", "contents": "sample string 2", "NAME": "sample string 3", "tel": "sample string 4", "URL": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfPWB08 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api2.Models"> <PWB08> <NAME>sample string 3</NAME> <NO>sample string 1</NO> <URL>sample string 5</URL> <contents>sample string 2</contents> <tel>sample string 4</tel> </PWB08> <PWB08> <NAME>sample string 3</NAME> <NO>sample string 1</NO> <URL>sample string 5</URL> <contents>sample string 2</contents> <tel>sample string 4</tel> </PWB08> </ArrayOfPWB08>