GET api/NewsAndAnnouncements/GetNewsDateRange?newsId={newsId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| newsId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Pair of date [key] and date [value]Response Formats
application/json, text/json
Sample:
[
{
"Key": "2026-03-21T13:24:44.7065301-07:00",
"Value": "2026-03-21T13:24:44.7065301-07:00"
},
{
"Key": "2026-03-21T13:24:44.7065301-07:00",
"Value": "2026-03-21T13:24:44.7065301-07:00"
}
]