{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector RadiologyInsights API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "RadiologyInsights", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Create Radiology Insights Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/radiology-insights/jobs", "headers": [ { "name": "Repeatability-Request-ID", "value": "" }, { "name": "Repeatability-First-Sent", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." } ] }, "docs": "Creates a Radiology Insights job with the given request body." }, { "info": { "name": "Microsoft Azure Get Radiology Insights Job Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/radiology-insights/jobs/:id", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation." }, { "name": "id", "value": "", "type": "path", "description": "A processing job identifier." } ] }, "docs": "Gets the status and details of the Radiology Insights job." } ] } ], "bundled": true }