{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications Upgrades API", "version": "1.0.0" }, "items": [ { "info": { "name": "Upgrades", "type": "folder" }, "items": [ { "info": { "name": "Get License Upgrades", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses/:id/upgrades", "params": [ { "name": "id", "value": "49cdd99f-bc16-40f9-ad40-48f12182fb30", "type": "path", "description": "The unique ID of the license." }, { "name": "filter", "value": "filter=status -eq \"active\"", "type": "query", "description": "For more information on the available operators and which data types those operators work on, see [Filter API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#filter-api-call-results)." }, { "name": "page_number", "value": "", "type": "query", "description": "The page number." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of items in the response." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a collection of upgrades for a license." }, { "info": { "name": "Get the Details of a License Upgrade", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/v1/licenses/:id/upgrades/:upgradedLicenseId", "params": [ { "name": "id", "value": "49cdd99f-bc16-40f9-ad40-48f12182fb30", "type": "path", "description": "The unique ID of the license." }, { "name": "upgradedLicenseId", "value": "49cdd99f-bc16-40f9-ad40-48f12182fb30", "type": "path", "description": "The unique ID of the upgraded license." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of a license upgrade." } ] } ], "bundled": true }