Try in API Explorer
Returns a list of omnichannel_subscription
.
Sample Request
URL Format
GET https://[site].chargebee.com/api/v2/omnichannel_subscriptions
Input Parameters
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.
Filter Params
For operator usages, see the Pagination and Filtering section.
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"
Supported operators: is, is_not, in, not_in
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.
omnichannel_subscriptionOmnichannel subscription object
Resource object representing omnichannel_subscription