GET api/InfoDates/GetInfoDates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InfoDate| Name | Description | Type | Additional 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-12-16T05:07:31.5905217+00:00",
"infoId": 1
},
{
"$ref": "1"
}
]