GET api/sabra-cinch/lastVisits
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CollectionLastVisitsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
Required |
|
| Rows | Collection of RowLastVisitDTO |
Required |
|
| Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"Rows": [
{
"Property": {
"PropertyId": "sample string 1",
"Name": "sample string 2",
"LeaseName": "sample string 3",
"InvestmentType": "RealEstate"
},
"InvestmentTypeEx": "RealEstateNNN",
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"State": "sample string 1",
"LeaseOrLoanMaturityDate": "2026-02-05T14:09:17.6721677-08:00",
"LastVisited": "2026-02-05T14:09:17.6721677-08:00",
"LastReportHeader": {
"DocumentId": "sample string 1",
"Type": "AcquisitionCondition",
"Name": "sample string 2",
"Uploaded": "2026-02-05T14:09:17.6721677-08:00"
}
},
{
"Property": {
"PropertyId": "sample string 1",
"Name": "sample string 2",
"LeaseName": "sample string 3",
"InvestmentType": "RealEstate"
},
"InvestmentTypeEx": "RealEstateNNN",
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"State": "sample string 1",
"LeaseOrLoanMaturityDate": "2026-02-05T14:09:17.6721677-08:00",
"LastVisited": "2026-02-05T14:09:17.6721677-08:00",
"LastReportHeader": {
"DocumentId": "sample string 1",
"Type": "AcquisitionCondition",
"Name": "sample string 2",
"Uploaded": "2026-02-05T14:09:17.6721677-08:00"
}
}
],
"Date": "2026-02-05T14:09:17.6731671-08:00"
}