ChargebeeAPI
Join the Chargebee Developers Discord — Connect, ask questions, and build faster.Join

List item entitlements for an item

Try in API Explorer

Deprecated This operation is deprecated and no longer maintained. Migrate your integration to List entitlements.

Retrieves a list of all the item_entitlements for the item specified.

Sample Request

URL Format

GET https://[site].chargebee.com/api/v2/items/{item-id}/item_entitlements

Input Parameters

limit
optional, integer, default=10, min=1, max=100

The number of resources to be returned.

offset
optional, string, max chars=1000

Determines your position in the list for pagination. To ensure that the next page is retrieved correctly, always set offset to the value of next_offset obtained in the previous iteration of the API call.

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.

item_entitlementItem entitlement object
Resource object representing item_entitlement