GET api/relationships/leases
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CollectionLeaseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
Required |
|
| Rows | Collection of RowLeaseComplianceDTO |
Required |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"Rows": [
{
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"LeaseId": "sample string 1",
"LeaseName": "sample string 2",
"LeaseStart": "2026-02-05T08:12:19.5243873-08:00",
"LeaseEnd": "2026-02-05T08:12:19.5243873-08:00",
"InsuranceEnd": "2026-02-05T08:12:19.5243873-08:00",
"LiabilityEnd": "2026-02-05T08:12:19.5243873-08:00"
},
{
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"LeaseId": "sample string 1",
"LeaseName": "sample string 2",
"LeaseStart": "2026-02-05T08:12:19.5243873-08:00",
"LeaseEnd": "2026-02-05T08:12:19.5243873-08:00",
"InsuranceEnd": "2026-02-05T08:12:19.5243873-08:00",
"LiabilityEnd": "2026-02-05T08:12:19.5243873-08:00"
}
],
"Date": "2026-02-05T08:12:19.5243873-08:00"
}