Table of Contents |
---|
...
Input can be provided in the form of HTTP GET URL parameters or an HTTP POST/PUT body that is in application/x-www-form-urlencoded
. Most parameters are optional, when this is not the case this is mentioned in the documentation. Dates should be specified in the following format (which is totally inconsistent with the rest of our API, we will fix this in the next version): YYYY/MM/DD HH:MM
. The time part is optional and will be regarded as 0:00 if not specified.
Authentication and authorisation
...
Example response Body
Code Block | ||
---|---|---|
| ||
TODO[ { "key":"2011!module!49CBD432F01E8C5057B344E02604A711", "description":"Basic chemical reactions", "childSubscriptions":[], "enabled":false } ] |
Method: DELETE
Description: Delete all subscriptions
...