---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/manifests"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/manifests"
tags: ["Manifests"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/manifests

`GET /subscriptions/{subscriptionId}/providers/Microsoft.Subscriptions.Admin/manifests`

Get a list of all manifests.

## Parameters

- `Subscriptions.json#/components/parameters/SubscriptionIdParameter` — unresolved $ref
- `Subscriptions.json#/components/parameters/ApiVersionParameter` — unresolved $ref

## Response `200`

OK

- ManifestList — List of manifests.
  - `value` Manifest[] — List of manifests.
    - `name` string — The unique identifier of the registration.
    - `displayName` string — The display name.
    - `resourceTags` object — The resource tags.
    - `namespace` string — The namespace.
    - `providerLocation` string — The location of the provider.
    - `providerType` 'NotSpecified' | 'Internal' | 'External' | 'RegistrationFree' | 'TenantOnly' | 'AlwaysRoutable' — The resource provider type.
    - `enabled` boolean — A value indicating whether this resource provider is enabled.
    - `extensionCollection` ExtensionCollectionDefinition — The manifest extension collection definition.
      - `version` string — The version of the format a.b[.c[.d]]. see System.Version documentation for more details.
      - `extensions` ExtensionList — List of the extensions.
        - `value` ExtensionDefinition[] — List of the extensions.
          - `name` string — The name.
          - `uri` string — The Uri
          - `properties` ExtensionPropertiesDefinition — The extension properties definition.
            - `quotaCreateBladeName` string — The quota create blade.
            - `resourceProviderDashboardBladeName` string — The resource provider dashboard blade.
          - `obsoleteBundlesBitmask` integer — The obsolete bundles bitmask.
          - `resourceAccess` ResourceAccessList — List of the resource access.
            - `value` ResourceAccess[] — List of the resource access.
              - …
            - `nextLink` string — URI to next page.
        - `nextLink` string — URI to next page.
    - `resourceTypes` ResourceTypeList — List of the resource types.
      - `value` ResourceType[] — List of the resource types.
        - `name` string — The name.
        - `routingType` 'Default' | 'ProxyOnly' | 'HostBased' | 'Extension' | 'Tenant' | 'Fanout' | 'LocationBased' — The resource routing type.
        - `resourceDeletionPolicy` 'NotSpecified' | 'Cascade' — The resource deletion policy.
        - `allowedUnauthorizedActions` string[] — The allowed unauthorized actions.
        - `authorizationActionMappings` AuthorizationActionMappingList — List of the read-only actions.
          - `value` AuthorizationActionMapping[] — List of the read-only actions.
            - `original` string — The original action name.
            - `desired` string — The desired action name.
          - `nextLink` string — URI to next page.
        - `linkedAccessChecks` LinkedAccessCheckList — List of the linked access checks.
          - `value` LinkedAccessCheck[] — List of the linked access checks.
            - `actionName` string — The action name.
            - `linkedProperty` string — The linked property.
            - `linkedAction` string — The linked action.
            - `linkedActionVerb` string — The linked action verb.
            - `linkedType` string — The linked type.
          - `nextLink` string — URI to next page.
        - `linkedNotificationRules` LinkedNotificationRuleList — List of the linked notification rules.
          - `value` LinkedNotificationRule[] — List of the linked notification rules.
            - `actions` string[] — List of actions.
          - `nextLink` string — URI to next page.
        - `linkedOperationRules` LinkedOperationRuleList — List of the linked operation rules.
          - `value` LinkedOperationRule[] — List of the linked operation rules.
            - `linkedOperation` 'None' | 'CrossResourceGroupResourceMove' | 'CrossSubscriptionResourceMove' — The linked operation.
            - `linkedAction` 'NotSpecified' | 'Blocked' | 'Validate' | 'Enabled' — The resource type linked action.
            - `dependsOnTypes` string[] — The list of resource types this rule depends on.
          - `nextLink` string — URI to next page.
        - `apiProfiles` ApiProfileList — List of the API profiles.
          - `value` ApiProfile[] — List of the API profiles.
            - `profileVersion` string — The profile version.
            - `apiVersion` string — The API version.
          - `nextLink` string — URI to next page.
        - `endpoints` ResourceProviderEndpointList — List of the resource provider endpoints.
          - `value` ResourceProviderEndpoint[] — List of the resource provider endpoints.
            - `apiVersions` string[] — The API versions supported by the endpoint.
            - `enabled` boolean — The enabled.
            - `endpointUri` string — The endpoint uri.
            - `timeout` string — The timeout.
          - `nextLink` string — URI to next page.
        - `marketplaceType` 'NotSpecified' | 'AddOn' — The type of marketplace behavior for the resource type.
        - `inGlobalLocation` boolean — A value indicating whether the resource type is in global location.
        - `meteredResourceIds` string[] — The metered resource ids.
      - `nextLink` string — URI to next page.
    - `providerAuthorization` ResourceProviderAuthorization — The resource provider authorization information.
      - `applicationId` string — The application id of resource provider in AAD.
      - `roleDefinitionId` string — The role definition identifier against which a role assignment is created.
    - `resourceHydrationAccounts` AzureResourceHydrationAccountList — List of the resource hydration accounts.
      - `value` AzureResourceHydrationAccount[] — List of the resource hydration accounts.
        - `subscriptionId` string — The subscription identifier.
        - `accountName` string — The account name.
        - `encryptedKey` string — The encrypted key.
        - `maxChildResourceConsistencyJobLimit` integer — The next child resource consistency job limit.
      - `nextLink` string — URI to next page.
    - `linkedNotificationRules` FanoutLinkedNotificationRuleList — List of the linked notification rules.
      - `value` FanoutLinkedNotificationRule[] — List of the linked notification rules.
        - `actions` string[] — The list of actions.
        - `endpoints` ResourceProviderEndpointList — List of the resource provider endpoints.
          - `value` ResourceProviderEndpoint[] — List of the resource provider endpoints.
            - `apiVersions` string[] — The API versions supported by the endpoint.
            - `enabled` boolean — The enabled.
            - `endpointUri` string — The endpoint uri.
            - `timeout` string — The timeout.
          - `nextLink` string — URI to next page.
      - `nextLink` string — URI to next page.
    - `provisioningState` 'Accepted' | 'Creating' | 'Deleting' | 'Moving' | 'Failed' | 'Succeeded' — The provisioning state.
    - `resourceGroupName` string — The name of the resource group.
    - `resourceLocation` string — The location of the resource.
    - `subscriptionId` string — The subscription ID under which RP is registered.
    - `alwaysRoutable` boolean — A value indicating whether the manifest is always routable by all subscriptions.
    - `routingResourceManagerType` ResourceManagerType — unresolved $ref
    - `metadata` object — The metadata.
  - `nextLink` string — URI to next page.

## Other responses

- `default` — Unexpected Error

---

[API](https://skmtc.dev/azure/apis/subscriptionsmanagementclient-6.md) · [All operations](https://skmtc.dev/azure/apis/subscriptionsmanagementclient-6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/subscriptionsmanagementclient-6/revisions/361d01477c97/schema)
