Returns a list of omnichannel_subscription
.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
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.
For Apple App Store, this is the initial purchase Transaction ID; for Google Play Store this is the Order ID.
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
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.