{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Entities API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Entities",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Post Providers Microsoft Management Getentities",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/providers/Microsoft.Management/getEntities",
"headers": [
{
"name": "Cache-Control",
"value": ""
}
],
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version of the API to be used with the client request. The current version is 2018-01-01-preview."
},
{
"name": "$skiptoken",
"value": "",
"type": "query",
"description": "Page continuation token is only used if a previous operation returned a partial result. \nIf a previous response contains a nextLink element, the value of the nextLink element will include a token parameter that specifies a starting point to use for subsequent calls.\n"
},
{
"name": "groupName",
"value": "",
"type": "query",
"description": "A filter which allows the call to be filtered for a specific group."
}
]
},
"docs": "List all entities (Management Groups, Subscriptions, etc.) for the authenticated user.
"
},
{
"info": {
"name": "Microsoft Azure Get Healthcare Analysis Job Status And Results",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/entities/health/jobs/:jobId",
"params": [
{
"name": "jobId",
"value": "",
"type": "path",
"description": "Job ID"
},
{
"name": "$top",
"value": "",
"type": "query",
"description": "(Optional) Set the maximum number of results per task. When both $top and $skip are specified, $skip is applied first."
},
{
"name": "$skip",
"value": "",
"type": "query",
"description": "(Optional) Set the number of elements to offset in the response. When both $top and $skip are specified, $skip is applied first."
},
{
"name": "showStats",
"value": "",
"type": "query",
"description": "(Optional) if set to true, response will contain request and document level statistics."
}
]
},
"docs": "Get details of the healthcare prediction job specified by the jobId."
},
{
"info": {
"name": "Microsoft Azure Cancel Healthcare Prediction Job",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/entities/health/jobs/:jobId",
"params": [
{
"name": "jobId",
"value": "",
"type": "path",
"description": "Job ID"
}
]
},
"docs": "Cancel healthcare prediction job."
},
{
"info": {
"name": "Microsoft Azure Submit Healthcare Analysis Job",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/entities/health/jobs",
"params": [
{
"name": "model-version",
"value": "",
"type": "query",
"description": "(Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. "
},
{
"name": "stringIndexType",
"value": "",
"type": "query",
"description": "(Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets"
}
]
},
"docs": "Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, symptoms, etc) and their relations."
},
{
"info": {
"name": "Microsoft Azure Named Entity Recognition",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/entities/recognition/general",
"params": [
{
"name": "model-version",
"value": "",
"type": "query",
"description": "(Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. "
},
{
"name": "showStats",
"value": "",
"type": "query",
"description": "(Optional) if set to true, response will contain request and document level statistics."
},
{
"name": "stringIndexType",
"value": "",
"type": "query",
"description": "(Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets"
}
]
},
"docs": "The API returns a list of general named entities in a given document. For the list of supported entity types, check Supported Entity Types in Text Analytics API. See the Supported languages in Text Analytics API for the list of enabled languages."
},
{
"info": {
"name": "Microsoft Azure Entities Containing Personal Information",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/entities/recognition/pii",
"params": [
{
"name": "model-version",
"value": "",
"type": "query",
"description": "(Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. "
},
{
"name": "showStats",
"value": "",
"type": "query",
"description": "(Optional) if set to true, response will contain request and document level statistics."
},
{
"name": "domain",
"value": "",
"type": "query",
"description": "(Optional) if specified, will set the PII domain to include only a subset of the entity categories. Possible values include: 'PHI', 'none'."
},
{
"name": "stringIndexType",
"value": "",
"type": "query",
"description": "(Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets"
},
{
"name": "piiCategories",
"value": "",
"type": "query",
"description": "(Optional) describes the PII categories to return"
}
]
},
"docs": "The API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in the document. For the list of supported entity types, check Supported Entity Types in Text Analytics API. See the Supported languages in Text Analytics API for the list of enabled languages.
"
},
{
"info": {
"name": "Microsoft Azure Linked Entities From A Well Known Knowledge Base",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/entities/linking",
"params": [
{
"name": "model-version",
"value": "",
"type": "query",
"description": "(Optional) This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. "
},
{
"name": "showStats",
"value": "",
"type": "query",
"description": "(Optional) if set to true, response will contain request and document level statistics."
},
{
"name": "stringIndexType",
"value": "",
"type": "query",
"description": "(Optional) Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets"
}
]
},
"docs": "The API returns a list of recognized entities with links to a well known knowledge base. See the Supported languages in Text Analytics API for the list of enabled languages."
}
]
}
],
"bundled": true
}