v1

latestOpenAPI 3.0.02026-07-1411714.4 KB
Miscellaneous

Get Subscriptions

Retrieves a given Subscription (formerly recurrence). There are three options of filtering your Subscruptions v1. It's possible to get a list of all Subscriptions v1, by not adding any query params to your request, and simply executing a call to the url. It is also possible to list the Subscriptions by email, filtering by the email query param. And finnally, it is possible to list recurrences with failures on the last execution cycle, filtering by the cycleStatus query param.

get/subscriptions

Query parameters

emailstring
Example:{{email}}

If you wish to list tasks by email, insert the desired user's email.

cycleStatusstring
Example:{{cycleStatus}}

If you wish to list tasks by Subscriptions with failures on the last execution cycle, insert the desired cycleStatus.

Headers

Content-Typestring required
Example:application/json

Type of the content being sent

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand

All 11 operations