action xtrf_get_all_4 { label: "Returns all subscriptions" description: "Returns all subscriptions. Subscriptions are automatically removed if they do not work (ie. if 404 status is returned). To improve notification reliability one can use this method to check if subscription is still active and re-subscribe if necessary." provider: xtrf method: GET path: "/subscription" encoding: json output: { type: "object" additionalProperties: true } }