Returns a list of differential prices 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
The id of the item price (addon
or charge
) whose price should change according to the plan-item it is applied to.
Supported operators :
is, is_not, starts_with, in, not_in
Example → item_price_id[is] = "day-pass-USD"
day-pass-USDoptional, string filter
A unique and immutable id for the differential price. It is auto-generated when the differential price is created. Supported operators : is, is_not, starts_with, in, not_in
Example → id[is] = "defcc4f1-f21f-47f4-8019-beddb9beab5f"
defcc4f1-f21f-47f4-8019-beddb9beab5foptional, string filter
The id of the plan-item, in relation to which, the differential pricing for the addon or charge is defined. For example, this would be the id of the Standard or Enterprise plans-items mentioned in the examples above . Supported operators : is, is_not, starts_with, in, not_in
Example → parent_item_id[is_not] = "basic"
basicReturns
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.