Allocation - Get Allocations Availability V2
Get the entitlements available to be allocated for the scope.
GET https://api.powerplatform.com/licensing/allocationsV2/availability?api-version=2024-10-01
GET https://api.powerplatform.com/licensing/allocationsV2/availability?$filter={$filter}&api-version=2024-10-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
api-version
|
query | True |
string |
The API version. |
|
$filter
|
query |
string |
OData filter expression. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success |
|
| 400 Bad Request |
Bad Request |
|
| 401 Unauthorized |
Unauthorized |
|
| 403 Forbidden |
Forbidden |
Security
oauth2
Microsoft Entra ID OAuth2
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com
Scopes
| Name | Description |
|---|---|
| .default | .default |
Definitions
| Name | Description |
|---|---|
|
Allocation |
Allocation availability response model. |
|
Entitlement |
|
|
Entitlement |
The unit of measure for an entitlement. |
|
Scope |
AllocationAvailabilityResponseModel
Allocation availability response model.
| Name | Type | Description |
|---|---|---|
| entitlementAllocationsAvailable |
Availability of the entitlements for the scope. |
|
| scope |
EntitlementAllocationAvailabilityModel
| Name | Type | Description |
|---|---|---|
| availableQuantity |
number (double) |
|
| entitlementId |
string |
|
| unit |
The unit of measure for an entitlement. |
EntitlementUnit
The unit of measure for an entitlement.
| Value | Description |
|---|---|
| NotSpecified | |
| MB | |
| Count | |
| Hour |
ScopeModel
| Name | Type | Description |
|---|---|---|
| environmentGroupId |
string |
|
| environmentId |
string |
|
| resourceId |
string |
|
| tenantId |
string |
|
| userGroupId |
string |
|
| userId |
string |