GET api/InfoDates/GetInfoDates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of InfoDate
NameDescriptionTypeAdditional information
Id

integer

None.

DateType

InfoDateType

None.

Date

date

None.

InfoId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "dateType": "Effective",
    "date": "2025-06-08T00:48:41.003119+00:00",
    "infoId": 1
  },
  {
    "$ref": "1"
  }
]