| Description | : Lists all the available Azure Health Bot operations. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Operations_List",
"$parameters": [
{
"#name": "api-version",
"Description": {
"new": "The API version to use for this operation.",
"old": "Version of the API to be used with the client request."
}
}
],
"$responses": {
"200": {
"Description": {
"new": "Available operations of the service.",
"old": "Available operations of the service"
},
"$properties": [
{
"#name": "value",
"Description": {
"new": "Collection of available operation details.",
"old": "Collection of available operation details"
},
"Required": {
"new": true,
"old": false
},
"$items": {
"$properties": [
{
"#name": "properties",
"Type": {
"new": "string",
"old": "object"
}
}
]
}
},
{
"#name": "nextLink",
"Description": {
"new": "URL client should use to fetch the next page (per server side paging).\nIt's null for now, added for future use.",
"old": "URL client should use to fetch the next page (per server side paging).\r\nIt's null for now, added for future use."
}
}
]
},
"default": {
"$properties": {
"error": [
{
"additionalInfo": {
"$properties": [
{
"#name": "info",
"Type": {
"new": "string",
"old": "object"
}
}
]
}
}
]
}
}
}
}
⚼ Request
GET:
/providers/Microsoft.HealthBot/operations
{
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
name:
string
,
isDataAction:
boolean
,
display:
{
,
provider:
string
,
resource:
string
,
operation:
string
,
description:
string
,
}
origin:
string
,
properties:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
string
,
}