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": "2025-10-14T00:45:37.8079937-07:00",
    "Value": "2025-10-14T00:45:37.8079937-07:00"
  },
  {
    "Key": "2025-10-14T00:45:37.8079937-07:00",
    "Value": "2025-10-14T00:45:37.8079937-07:00"
  }
]