In addition to the standard query parameters that can be used with most Google APIs, there is a set of Tasks parameters.
Request parameters that apply only to specific operations in the Google Tasks API are summarized in the following table. All parameter values need to be URL encoded.
Parameter | Meaning | Notes | Applicability |
---|---|---|---|
completedMax |
Upper bound for a task's completion date (as an RFC 3339 timestamp) to filter by. |
|
|
completedMin |
Lower bound for a task's completion date (as an RFC 3339 timestamp) to filter by. |
|
|
dueMax |
Upper bound for a task's due date (as an RFC 3339 timestamp) to filter by. |
|
|
dueMin |
Lower bound for a task's due date (as an RFC 3339 timestamp) to filter by. |
|
|
maxResults |
The maximum number of elements to return with this request. |
|
|
pageToken |
Token specifying the result page to return. |
|
|
parent |
Specify the task's parent task ID. |
|
|
previous |
Specify the task's previous task ID. |
|
|
showCompleted |
Specify whether or not to show completed tasks. |
|
|
showDeleted |
Specify whether or not to show deleted tasks. |
|
|
showHidden |
Specify whether or not to show hidden tasks. |
|
|
updatedMin |
Lower bound for a task's last modification time (as an RFC 3339 timestamp) to filter by. |
|
|