{ "opencollection": "1.0.0", "info": { "name": "Azure Health Data Services de-identification service Collection Workspaces API", "version": "2024-11-15" }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Workspaces_ListBySubscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.HealthcareApis/workspaces" }, "docs": "Lists all the available workspaces under the specified subscription." }, { "info": { "name": "Workspaces_ListByResourceGroup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." } ] }, "docs": "Lists all the available workspaces under the specified resource group." }, { "info": { "name": "Workspaces_Get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Gets the properties of the specified workspace." }, { "info": { "name": "Workspaces_CreateOrUpdate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Creates or updates a workspace resource with the specified parameters." }, { "info": { "name": "Workspaces_Update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Patch workspace details." }, { "info": { "name": "Workspaces_Delete", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/workspaces/:workspaceName", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." }, { "name": "workspaceName", "value": "", "type": "path", "description": "The name of workspace resource." } ] }, "docs": "Deletes a specified workspace." } ] } ], "bundled": true }