{ "opencollection": "1.0.0", "info": { "name": "VTS Lease Account Admin Assets API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Assets", "type": "folder" }, "items": [ { "info": { "name": "Fetches assets", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/assets", "params": [ { "name": "filter[multi_building_asset_id]", "value": "", "type": "query" }, { "name": "page[size]", "value": "", "type": "query" }, { "name": "page[before]", "value": "", "type": "query" }, { "name": "page[after]", "value": "", "type": "query" }, { "name": "filter[updated_since]", "value": "2021-03-15", "type": "query", "description": "Only display records that have been modified after the given date/timestamp. Should be in `YYYY-MM-DD HH:MM:SS` (ISO8601) format. (Hours, minutes, and seconds are optional.)" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Contains the assets in your portfolio. Assets are the top-level building or property component in VTS." }, { "info": { "name": "Retrieves deal settings for given asset for specific account", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/assets/:asset_id/deal_settings", "params": [ { "name": "asset_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieves deal settings for given asset for specific account" }, { "info": { "name": "Retrieves specific asset", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/assets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Contains the assets in your portfolio. Assets are the top-level building or property component in VTS." } ] } ], "bundled": true }