Try in API Explorer
Retrieves a list of all the entitlements associated with the specified feature.
Sample Request
URL Format
GET https://[site].chargebee.com/api/v2/entitlements
Input Parameters
Filter Params
For operator usages, see the Pagination and Filtering section.
optional, string filter
The id
of the feature associated with this entitlement.
Supported operators :
is, is_not, starts_with, in, not_in
Example → feature_id[is] = "user-licenses"
Supported operators: in, is
optional, enumerated string filter
The type
of the entity
to which this entitlement belongs. Possible values are : plan, addon, charge, plan_price, addon_price.
Supported operators : is, is_not, in, not_in, in, not_in
Example → entity_type[in] = "plan_price"
Supported operators: in, is
Returns
next_offsetoptional, string, max chars=1000
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
entitlementEntitlement object
Resource object representing entitlement