GET api/criticalDates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of criticalDate| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| leaseId | integer |
None. |
|
| typeId | integer |
None. |
|
| subtypeId | integer |
None. |
|
| otherSubtype | string |
None. |
|
| date | date |
None. |
|
| finalDate | date |
None. |
|
| clause | string |
None. |
|
| annualRentNet | decimal number |
None. |
|
| annualRentGross | decimal number |
None. |
|
| cpi | decimal number |
None. |
|
| percentage | decimal number |
None. |
|
| rentAmount | decimal number |
None. |
|
| savings | decimal number |
None. |
|
| actionDate | date |
None. |
|
| resolved | boolean |
None. |
|
| comments | string |
None. |
|
| notificationSent | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"leaseId": 1,
"typeId": 1,
"subtypeId": 1,
"otherSubtype": "sample string 2",
"date": "2025-12-06T12:50:31.093834+08:00",
"finalDate": "2025-12-06T12:50:31.093834+08:00",
"clause": "sample string 3",
"annualRentNet": 1.0,
"annualRentGross": 1.0,
"cpi": 1.0,
"percentage": 1.0,
"rentAmount": 1.0,
"savings": 1.0,
"actionDate": "2025-12-06T12:50:31.093834+08:00",
"resolved": true,
"comments": "sample string 4",
"notificationSent": true
},
{
"$ref": "1"
}
]