subscriptions/actions
- GET subscriptions/actions/get_scheduled — This method returns the subscription action which are scheduled to be executed and are in life cycle state Scheduled. Multiple subscription actions are returned by each call
- GET subscriptions/actions/get_rejected — This method returns the subscription actions which are in Rejected life cycle state and were never re-submitted. Multiple subscription actions are returned by each call
- POST subscriptions/actions/cancel — This method cancels a scheduled action. This web API method can be used only on actions which are in a scheduled life cycle state. A single subscription action can be cancelled by each call