v1
latestSwagger 2.02026-07-13264058.6 KBCustom APIs
List of custom APIs
Gets a list of all custom APIs for a subscription id
get/subscriptions/{subscriptionId}/providers/Microsoft.Web/customApis
Path parameters
subscriptionIdstring required
Subscription Id
Query parameters
api-versionstring required
API Version
$topinteger
The number of items to be included in the result
skiptokenstring
Skip Token
Response
A list of custom APIs
Example response
{
"value": [
{
"tags": {
"SampleTagName": "SampleTagValue"
}
}
]
}