{ "opencollection": "1.0.0", "info": { "name": "VAST API Swagger Schema activedirectory versions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "ApiToken", "value": "{{ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "versions", "type": "folder" }, "items": [ { "info": { "name": "List Versions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/versions/", "params": [ { "name": "page", "value": "", "type": "query" } ] }, "docs": "This endpoint lists the version deployment history." }, { "info": { "name": "List Version Deployment History", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/versions/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "This endpoint lists the version deployment history." } ] } ], "bundled": true }