The Gtdagenda API is implemented as a PHP page that accepts GET or POST requests and returns JSON or XML.
API clients must hit the URL http://app.gtdagenda.com/api2.php
All API requests must have a key argument indicating the user, except cmd=login.
Notes
Methods
Method | Expected parameters |
---|---|
noteList | subject (type: string, required: Yes, What type of notes do you want to list, choose from: goal, project, context, task) subjectid (type: integer, Subject Id) |
noteView | noteid (type: integer, required: Yes, Note Id) |
noteCreate | subject (type: string, required: Yes, What is this note about, choose from: goal, project, context, task) subjectid (type: integer, required: Yes, Subject Id) content (type: string, required: Yes, Note content) |
noteEdit | |
noteDelete |