Skip to content

Get commercial rent roll

GET
/api/apiGateway/getCommercialRentrollInfo/{id}

Get the details of a single commercial rent roll, identified by its id.

Parameters

id string

The unique identifier of the rent roll that you want to retrieve.

Response

Type: application/json

Schema: CommercialRentRollInfoResponseDto

success boolean

Indicates whether the request completed successfully.

error ErrorDto

id string

componentId string

name string

fileId string

effectiveDate string(date)

comment string

totalSf number(double)

total square footage

totalUnits number(double)

totalMonthlyRevenue number(double)

Rent roll total monthly revenue

totalMonthlyRevenuePerSf number(double)

Rent roll total monthly revenue per SF

totalAnnualRevenue number(double)

totalAnnualRevenuePerSf number(double)

vacancy number(double)

tenantTurnover number(double)

Tenant turnover percentage

expiringLeases map { number(double) }

rentRollItems array [ CommercialRentRollItemDto ]

GET ${BASE_URL}/api/apiGateway/getCommercialRentrollInfo/0b6696e4-7c45-46c2-bb1f-d36d3ee93df7
Accept: */*
Authorization: Bearer eyJz93a...k4laUWw
curl --request GET \
    --url "${BASE_URL}/api/apiGateway/getCommercialRentrollInfo/0b6696e4-7c45-46c2-bb1f-d36d3ee93df7" \
    --header 'Accept: */*' \
    --header 'Authorization: Bearer eyJz93a...k4laUWw'
Response