Requires authorization
Retrieves a list of tasks. Try it now.
Request
HTTP request
GET https://www.googleapis.com/fusiontables/v2/tables/tableId/tasks
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
tableId |
string |
Table whose tasks are being listed. |
Optional query parameters | ||
maxResults |
unsigned integer |
Maximum number of tasks to return. Default is 5 .
|
pageToken |
string |
Continuation token specifying which result page to return. |
startIndex |
unsigned integer |
Index of the first result returned in the current page. |
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/fusiontables.readonly |
https://www.googleapis.com/auth/fusiontables |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "fusiontables#taskList", "totalItems": integer, "nextPageToken": string, "items": [ task Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Type of the resource. This is always "fusiontables#taskList ". |
|
totalItems |
integer |
Total number of tasks for the table. | |
nextPageToken |
string |
Token used to access the next page of this result. No token is displayed if there are no more pages left. | |
items[] |
list |
List of all requested tasks. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer.