| Description | : Lists all APIs of the API Management service instance. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis
{
resourceGroupName:
string
,
serviceName:
string
,
$filter:
string
,
$top:
integer
,
$skip:
integer
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
name:
string
,
description:
string
,
serviceUrl:
string
,
path:
string
,
protocols:
[
,
string
,
]
authenticationSettings:
{
,
oAuth2:
}
{
,
authorizationServerId:
string
,
scope:
string
,
}
subscriptionKeyParameterNames:
{
,
header:
string
,
query:
string
,
}
type:
enum
,
}
count:
integer
,
nextLink:
string
,
}
⚐ Response (default)
{
code:
string
,
message:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}