Web Apps - Get Site Extension Slot
Description for Get site extension information by its ID for a web site, or a deployment slot.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}?api-version=2025-03-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
name
|
path | True |
string |
Site name. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Name of the resource group to which the resource belongs. |
|
site
|
path | True |
string |
Site extension name. |
|
slot
|
path | True |
string |
Name of the deployment slot. If a slot is not specified, the API uses the production slot. |
|
subscription
|
path | True |
string |
Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). |
|
api-version
|
query | True |
string |
API Version |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
SiteExtension information returned. |
|
| 404 Not Found |
SiteExtension with an ID of {siteExtensionId} is not running. |
|
| Other Status Codes |
App Service error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Definitions
| Name | Description |
|---|---|
|
Default |
App Service error response. |
| Details | |
| Error |
Error model. |
|
Site |
Site Extension Information. |
|
Site |
Site extension type. |
DefaultErrorResponse
App Service error response.
| Name | Type | Description |
|---|---|---|
| error |
Error model. |
Details
| Name | Type | Description |
|---|---|---|
| code |
string |
Standardized string to programmatically identify the error. |
| message |
string |
Detailed error description and debugging information. |
| target |
string |
Detailed error description and debugging information. |
Error
Error model.
| Name | Type | Description |
|---|---|---|
| code |
string |
Standardized string to programmatically identify the error. |
| details |
Details[] |
Detailed errors. |
| innererror |
string |
More information to debug error. |
| message |
string |
Detailed error description and debugging information. |
| target |
string |
Detailed error description and debugging information. |
SiteExtensionInfo
Site Extension Information.
| Name | Type | Description |
|---|---|---|
| id |
string |
Resource Id. |
| kind |
string |
Kind of resource. |
| name |
string |
Resource Name. |
| properties.authors |
string[] |
List of authors. |
| properties.comment |
string |
Site Extension comment. |
| properties.description |
string |
Detailed description. |
| properties.download_count |
integer (int32) |
Count of downloads. |
| properties.extension_id |
string |
Site extension ID. |
| properties.extension_type |
Site extension type. |
|
| properties.extension_url |
string |
Extension URL. |
| properties.feed_url |
string |
Feed URL. |
| properties.icon_url |
string |
Icon URL. |
| properties.installed_date_time |
string (date-time) |
Installed timestamp. |
| properties.installer_command_line_params |
string |
Installer command line parameters. |
| properties.license_url |
string |
License URL. |
| properties.local_is_latest_version |
boolean |
|
| properties.local_path |
string |
Local path. |
| properties.project_url |
string |
Project URL. |
| properties.provisioningState |
string |
Provisioning state. |
| properties.published_date_time |
string (date-time) |
Published timestamp. |
| properties.summary |
string |
Summary description. |
| properties.title |
string |
|
| properties.version |
string |
Version information. |
| type |
string |
Resource type. |
SiteExtensionType
Site extension type.
| Value | Description |
|---|---|
| Gallery | |
| WebRoot |