GET api/NewsAndAnnouncements/GetNewsDateRange?newsId={newsId}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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-02-03T18:30:16.7687882-08:00",
    "Value": "2026-02-03T18:30:16.7687882-08:00"
  },
  {
    "Key": "2026-02-03T18:30:16.7687882-08:00",
    "Value": "2026-02-03T18:30:16.7687882-08:00"
  }
]