Asset
The asset resource returns a list of main asset characteristics associated with a particular asset.
URL
Base URL
https://api.scalerglobal.com/v1/portfolios/{portfolio_id}/assets/{asset_id}
Pagination
Not enabled. This resource cannot be paginated.
Example Request
https://api.scalerglobal.com/v1/portfolios/12345/assets/6789
Response
{
"success": true,
"message": "Success",
"data": {
"id": 6789,
"external_id": "ASSET_ABCD",
"portfolio_id": 12345,
"name": "Madison Square Garden",
...
}
}Data Fields
The following fields are returned for each asset.
| Field | Type |
|---|---|
| id | integer |
| external_id | string |
| portfolio_id | integer |
| name | string |
| gresb_asset_id | integer |
| street_address | string |
| house_number | string |
| postal_code | string |
| city | string |
| province | string |
| region | string |
| country_code | string |
| country | string |
| property_type | string |
| owned_since | date |
| owned_until | date |
| construction_year | integer |
| floor_count | integer |
| latitude | float |
| longitude | float |
| property_manager | string |
| group_name | string |
| active | bool |
| sold | bool |
| property_type | string |