Entitlement - Get Entitlement
Get the entitlement details for the tenant.
GET https://api.powerplatform.com/licensing/entitlements/{entitlementId}?api-version=2024-10-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
entitlement
|
path | True |
string |
The entitlement ID. |
|
api-version
|
query | True |
string |
The API version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success |
|
| 204 No Content |
No Content |
|
| 400 Bad Request |
Bad Request |
|
| 401 Unauthorized |
Unauthorized |
|
| 403 Forbidden |
Forbidden |
|
| 404 Not Found |
Not Found |
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 |
|---|---|
|
Capacity |
|
|
Capacity |
|
|
Catalog |
|
|
Entitlement |
|
|
Entitlement |
|
|
Entitlement |
The consumption type for an entitlement. |
|
Entitlement |
|
|
Entitlement |
The unit of measure for an entitlement. |
|
Licensed |
|
|
License |
The source of a license. |
|
License |
The tier of a license. |
|
Overage |
The overage status of an entitled capacity. |
|
Product |
The product category associated with an entitlement. |
|
Tenant |
|
|
Tenant |
Represents an entitlement and its capacity, pay-as-you-go and licensed policy details for a tenant. |
CapacityEntitlementModel
| Name | Type | Description |
|---|---|---|
| allocated | ||
| availableQuantity |
number (double) |
|
| consumed | ||
| entitled | ||
| licenses | ||
| status |
The overage status of an entitled capacity. |
|
| unit |
The unit of measure for an entitlement. |
CapacityLicenseModel
| Name | Type | Description |
|---|---|---|
| entitled | ||
| isUnlimited |
boolean |
|
| licenseId |
string |
|
| licenseQuantity |
integer (int32) |
|
| licenseSource |
The source of a license. |
|
| licenseStatus |
string |
|
| licenseTier |
The tier of a license. |
|
| nextLifecycleDate |
string (date-time) |
|
| nextLifecycleStatus |
string |
|
| productName |
string |
|
| skuId |
string |
CatalogPayGoEntitlementModel
| Name | Type | Description |
|---|---|---|
| consumed | ||
| entitled |
EntitlementAllocationModelV2
| Name | Type | Description |
|---|---|---|
| autoAllocated |
number (double) |
|
| value |
number (double) |
EntitlementConsumedModel
| Name | Type | Description |
|---|---|---|
| consumptionType |
The consumption type for an entitlement. |
|
| lastUpdatedOn |
string (date-time) |
|
| value |
number (double) |
|
| writeOff |
number (double) |
EntitlementConsumptionType
The consumption type for an entitlement.
| Value | Description |
|---|---|
| NotSpecified | |
| Snapshot | |
| MonthToDate |
EntitlementEntitledModel
| Name | Type | Description |
|---|---|---|
| value |
number (double) |
EntitlementUnit
The unit of measure for an entitlement.
| Value | Description |
|---|---|
| NotSpecified | |
| MB | |
| Count | |
| Hour |
LicensedPolicyModel
| Name | Type | Description |
|---|---|---|
| entitled |
boolean |
LicenseSource
The source of a license.
| Value | Description |
|---|---|
| NotSpecified | |
| CommerceService | |
| AppSource | |
| Internal | |
| PayAsYouGo |
LicenseTier
The tier of a license.
| Value | Description |
|---|---|
| NotSpecified | |
| Paid | |
| Trial | |
| Internal |
OverageStatus
The overage status of an entitled capacity.
| Value | Description |
|---|---|
| NotSpecified | |
| WithinCapacity | |
| Overage | |
| CoveredOverage |
ProductCategory
The product category associated with an entitlement.
| Value | Description |
|---|---|
| NotSpecified | |
| D365Apps | |
| Dataverse | |
| Fno | |
| PowerApps | |
| PowerAutomate | |
| PowerPages | |
| PowerVirtualAgent | |
| CopilotStudio | |
| PowerPlatform | |
| Project | |
| W365 | |
| D365CustomerInsights | |
| D365ContactCenter | |
| Teams | |
| CloudForSustainability | |
| CoWork | |
| M365 | |
| ManagedApps |
TenantEntitlementDetailServiceModel
| Name | Type | Description |
|---|---|---|
| capacity | ||
| licensedPolicy | ||
| payGo | ||
| unit |
The unit of measure for an entitlement. |
TenantEntitlementResponseModel
Represents an entitlement and its capacity, pay-as-you-go and licensed policy details for a tenant.
| Name | Type | Description |
|---|---|---|
| entitlement | ||
| entitlementId |
string |
The entitlement ID. |
| productCategories |
The entitlement product categories (e.g., D365Apps, Dataverse, Power Apps, Power Automate). |