Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
http://example.org/cloudsync/api/rest/

Operations on Tasks

...

createTask

Code Block
POST /cloudsync/api/rest/tasks

listTasks

Code Block
GET /cloudsync/api/rest/tasks

getTask

Code Block
GET /cloudsync/api/rest/tasks/{id}

updateTask

Code Block
PUT /cloudsync/api/rest/tasks/{id}

deleteTask

Code Block
DELETE /cloudsync/api/rest/tasks/{id}

...

Operations on Task Logs

  • list all task logs
  • get information about a single task log
  • delete a task log

...