| 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
,
tags:
string
,
expandApiVersionSet:
boolean
,
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
displayName:
string
,
serviceUrl:
string
,
path:
string
,
protocols:
[
,
string
,
]
apiVersionSet:
}
{
,
id:
string
,
description:
string
,
versioningScheme:
enum
,
versionQueryName:
string
,
versionHeaderName:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}