{ "opencollection": "1.0.0", "info": { "name": "VTS Lease Account Admin Tenant Contacts API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Tenant Contacts", "type": "folder" }, "items": [ { "info": { "name": "Fetches Tenant Contacts for a Specific Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/tenant_contacts", "params": [ { "name": "filter[lease_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": "Fetches Tenant Contacts for a Specific Account" }, { "info": { "name": "Retrieves specific tenant contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/tenant_contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Contains the tenant contact from your account" }, { "info": { "name": "Fetches tenant contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/tenants/:tenant_id/contacts", "params": [ { "name": "tenant_id", "value": "", "type": "path" }, { "name": "filter[lease_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": "Fetches tenant contacts" } ] } ], "bundled": true }