GET api/WMesNotice/GetNotices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NOTICE| Name | Description | Type | Additional information |
|---|---|---|---|
| START_DT | string |
None. |
|
| TITLE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"START_DT": "sample string 1",
"TITLE": "sample string 2"
},
{
"START_DT": "sample string 1",
"TITLE": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfNOTICE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebMesApi.Models">
<NOTICE>
<START_DT>sample string 1</START_DT>
<TITLE>sample string 2</TITLE>
</NOTICE>
<NOTICE>
<START_DT>sample string 1</START_DT>
<TITLE>sample string 2</TITLE>
</NOTICE>
</ArrayOfNOTICE>