{ "opencollection": "1.0.0", "info": { "name": "Dataverse Access Licenses API", "version": "v6.8.1-SP" }, "items": [ { "info": { "name": "Licenses", "type": "folder" }, "items": [ { "info": { "name": "Licenses_getLicenses", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/licenses" } }, { "info": { "name": "Licenses_addLicense", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/licenses" } }, { "info": { "name": "Licenses_getDefault", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/licenses/default" } }, { "info": { "name": "Licenses_setDefault", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/licenses/default/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Licenses_getLicenseById", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/licenses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Licenses_deleteLicenseById", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/licenses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Licenses_setActiveState", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/licenses/:id/:active/:activeState", "params": [ { "name": "activeState", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Licenses_setSortOrder", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/licenses/:id/:sortOrder/:sortOrder", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "sortOrder", "value": "", "type": "path" } ] } } ] } ], "bundled": true }