{ "opencollection": "1.0.0", "info": { "name": "VTS Lease Account Admin Global Tenants API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Global Tenants", "type": "folder" }, "items": [ { "info": { "name": "Fetches global tenants", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/global_tenants", "params": [ { "name": "page[size]", "value": "", "type": "query" }, { "name": "page[before]", "value": "", "type": "query" }, { "name": "page[after]", "value": "", "type": "query" }, { "name": "filter[cap_iq_id][]", "value": "", "type": "query", "description": "Find Global Tenants by their S&P Capital IQ ID. If you want to filter by multiple IDs, specify this parameter multiple times" }, { "name": "filter[q]", "value": "", "type": "query", "description": "Find Global Tenants by using keywords" }, { "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 cleansed tenant names associated with reported or inputted tenant names. Links to the ultimate parent global tenant ID" }, { "info": { "name": "Fetches specific global tenant", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/global_tenants/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Contains the cleansed tenant names associated with reported or inputted tenant names. Links to the ultimate parent global tenant ID" } ] } ], "bundled": true }