Returns a list of attached items satisfying all the conditions specified in the filter parameters below. The list is sorted by the date of creation in descending order (latest first).
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, string filter
Filter attached items based on their id. Supported operators : is, is_not, starts_with, in, not_in
Example → id[is] = "bec0c324-adb6-44d3-ad4f-694f449be97c"
bec0c324-adb6-44d3-ad4f-694f449be97coptional, enumerated string filter
Filter attached items based on the type
of attached item. Possible values are : recommended
, mandatory
, optional.
Possible values are : recommended, mandatory, optional.
Supported operators : is, is_not, in, not_in
Example → type[is] = "mandatory"
mandatoryoptional, enumerated string filter
To filter based on the type of of the attached item. Possible values are : addon
, charge.
Possible values are : plan, addon, charge.
Supported operators : is, is_not, in, not_in
Example → item_type[is_not] = "plan"
planoptional, enumerated string filter
Indicates when the item is charged. This attribute only applies to charge-items. Possible values are : subscription_creation, subscription_trial_start, plan_activation, subscription_activation, contract_termination, on_demand.
Supported operators : is, is_not, in, not_in
Example → charge_on_event[is] = "subscription_creation"
subscription_creationoptional, timestamp(UTC) in seconds filter
Filter attached items based on when the attached items were last updated. Supported operators : after, before, on, between
Example → updated_at[after] = "1243545465"
1243545465Returns
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.