---
title: "Get Entitlements By Application"
method: GET
path: "/platform/appdev/appinstall/applicationversion/{applicationId}/entitlements"
tags: ["AppInstall"]
---

# Get Entitlements By Application

`GET /platform/appdev/appinstall/applicationversion/{applicationId}/entitlements`

Retrieve a list of entitlements for a specific application.

## Path parameters

- `applicationId` integer, required

## Query parameters

- `responseFields` string

## Response `200`

OK

- ApplicationEntitlement[]
  - `appKey` string, nullable
  - `appOwnerDevAccountId` integer — Denotes the application owner dev account id
  - `applicationEntitlementId` integer
  - `applicationId` integer
  - `applicationLicenseType` string, nullable
  - `applicationName` string, nullable
  - `applicationStatusId` string, nullable
  - `applicationTransactions` ApplicationTransaction[], nullable
    - `applicationEntitlementId` integer, nullable
    - `applicationId` integer
    - `applicationTransactionId` integer
    - `isoCurrencyCode` string, nullable
    - `localeCode` integer
    - `orderNumber` string, nullable
    - `siteId` integer, nullable
    - `tenantId` integer
    - `transactionDate` string, date-time
    - `transactionPrice` number, double
    - `transactionTax` number, double
    - `transactionTotal` number, double
  - `applicationVersion` string, nullable
  - `deletedBy` string, nullable — User id that soft-deleted this entitlement during an application delete cascade (null if active).
  - `deletedByFirstName` string, nullable — First name of the user who soft-deleted this entitlement, resolved from Mozu.AppDev.Contracts.ApplicationEntitlement.DeletedBy on read (null if active or unresolved).
  - `deletedByLastName` string, nullable — Last name of the user who soft-deleted this entitlement, resolved from Mozu.AppDev.Contracts.ApplicationEntitlement.DeletedBy on read (null if active or unresolved).
  - `deletedDate` string, date-time, nullable — UTC timestamp when this entitlement was soft-deleted during an application delete cascade (null if active).
  - `devAccountId` integer — Denotes which DevAccountId is the application installed in
  - `effectiveEndDate` string, date-time, nullable
  - `effectiveStartDate` string, date-time, nullable
  - `entitlementStatus` string, nullable
  - `installedAppsApplicationId` string, nullable
  - `installedByFirstName` string, nullable
  - `installedByLastName` string, nullable
  - `installedDate` string, date-time
  - `packageId` integer
  - `packageName` string, nullable
  - `siteId` integer, nullable
  - `tenantId` integer
  - `tenantName` string, nullable

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
