Deployments
Get all the deployments for a management group.
get/providers/Microsoft.Management/managementGroups/{groupId}/providers/Microsoft.Resources/deployments/
Path parameters
groupIdstring required
The management group ID.
Query parameters
$filterstring
The filter to apply on the operation. For example, you can use $filter=provisioningState eq '{state}'.
$topinteger
The number of results to get. If null is passed, returns all deployments.
api-versionstring required
The API version to use for this operation.
Response
OK - Returns an array of deployments.