{ "opencollection": "1.0.0", "info": { "name": "Azure Health Data Services de-identification service Collection API", "version": "2024-11-15" }, "items": [ { "info": { "name": "Collection", "type": "folder" }, "items": [ { "info": { "name": "Services_List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.HealthcareApis/services" }, "docs": "Get all the service instances in a subscription." }, { "info": { "name": "Services_ListByResourceGroup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.HealthcareApis/services", "params": [ { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group that contains the service instance." } ] }, "docs": "Get all the service instances in a resource group." } ] } ], "bundled": true }