Returns a list of omnichannel_subscription objects. Filter by Chargebee id, store-native id_at_source, customer_id, source, purchase/update timestamps, or nested item attributes.
Apple App Store: Filter id_at_source with the original purchase Transaction ID.
Google Play Store: Filter id_at_source with the subscription purchase token. Google may issue a new token after certain subscription changes; Chargebee updates id_at_source to the latest token, so use the current token when filtering.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
optional, string filter
Sorts based on the specified attribute. Supported attributes : created_at, updated_at
Supported sort-orders : asc, desc
Example → sort_by[asc] = "created_at"
This will sort the result based on the 'created_at' attribute in ascending(earliest first) order.
Filter Params
optional, enumerated string filter
To filter based on OmnichannelOneTimeOrder Source. Possible values are : apple_app_store, google_play_store.
Supported operators : is, is_not, in, not_in
Example → source[is_not] = "apple_app_store"
apple_app_storeoptional, string filter
The identifier of the subscription in the source.
Apple App Store: The original purchase Transaction ID.
Google Play Store: The subscription purchase token. Google may issue a new token after certain subscription changes; Chargebee updates id_at_source to the latest token.
Supported operators : is, is_not, starts_with, in, not_in
Example → id_at_source[is] = "2000000123456789"
2000001162945130optional, timestamp(UTC) in seconds filter
Timestamp (UTC) when the subscription was originally purchased in the respective marketplace (initial purchase).
Supported operators : after, before, on, between
Example → purchased_at[after] = "1777559357"
1777556271Returns
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.
Resource object representing Omnichannel subscription