Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



API Reference

This API reference is organized by resource type. Each resource type has one or more data representations and one or more methods.

Resource types

  1. Taskqueues
  2. Tasks

Taskqueues

For Taskqueues Resource details, see the resource representation page.

Method HTTP request Description
URIs relative to https://www.googleapis.com/taskqueue/v1beta2/projects
get GET  / project /taskqueues/ taskqueue
Get detailed information about a TaskQueue.

Tasks

For Tasks Resource details, see the resource representation page.

Method HTTP request Description
URIs relative to https://www.googleapis.com/taskqueue/v1beta2/projects
delete DELETE  / project /taskqueues/ taskqueue /tasks/ task
Deletes a task from a TaskQueue. get GET  / project /taskqueues/ taskqueue /tasks/ task Gets the named task in a TaskQueue. insert POST  / project /taskqueues/ taskqueue /tasks Insert a task into an existing queue. lease POST  / project /taskqueues/ taskqueue /tasks/lease Acquires a lease on the topmost N unowned tasks in the specified queue. list GET  / project /taskqueues/ taskqueue /tasks Lists all non-deleted Tasks in a TaskQueue, whether or not they are currently leased, up to a maximum of 100. patch PATCH  / project /taskqueues/ taskqueue /tasks/ task Update tasks that are leased out of a TaskQueue. update POST  / project /taskqueues/ taskqueue /tasks/ task Update the duration of a task lease.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.