{ "opencollection": "1.0.0", "info": { "name": "VTS Lease Account Admin Coordination Projects API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Coordination Projects", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of coordination project milestones", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/coordination_project_milestones", "params": [ { "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 all milestones of your portfolio" }, { "info": { "name": "Gets specific coordination project milestones", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/coordination_project_milestones/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "page[size]", "value": "", "type": "query" }, { "name": "page[before]", "value": "", "type": "query" }, { "name": "page[after]", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Contains specific milestones of your portfolio" }, { "info": { "name": "Gets coordination projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/coordination_projects", "params": [ { "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 coordination projects in your portfolio" }, { "info": { "name": "Retrieves specific coordination project", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/coordination_projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Contains the coordination projects in your portfolio" }, { "info": { "name": "Gets a coordination project's milestones", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/coordination_projects/:project_id/milestones", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "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 coordination projects in your portfolio" }, { "info": { "name": "Gets coordination projects for specific deal", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/deals/:deal_id/coordination_projects", "params": [ { "name": "deal_id", "value": "", "type": "path" }, { "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 coordination projects in your portfolio for specific deal" } ] } ], "bundled": true }