googleTaskListsList
List all task lists in a Google account.
Optional Parameters
| authtoken | The authentication token retrieved from a previous authentication. If left empty, email and password are required. | |
| The email address used to authenticate with Google. The email is required unless an authtoken is used. | ||
| password | The password used to authenticate with Google. The password is required unless an authtoken is used. | |
| timeout | Timeout, in seconds, for the operation to complete. Zero (0) means no timeout. | |
| proxy_server | IP Address or host name of the proxy server used for the request. | |
| proxy_auto | Whether or not Proxy should be detected from Windows system settings. This takes precedence over other proxy settings and is not available in Java. The allowed values are: TRUE, FALSE. | |
| proxy_port | Port number of the proxy server. | |
| proxy_user | User ID used to authenticate with the proxy server. | |
| proxy_password | Password used to authenticate with the proxy server. | |
| proxy_authscheme | The proxy server The allowed values are: BASIC, DIGEST, PROPRIETARY, NONE, NTLM. | |
| proxy_authtoken | The proxy authentication token. | |
| proxy_ssltype | The proxy server The allowed values are: AUTO, ALWAYS, NEVER, TUNNEL. | |
| firewall_server | IP Address or host name of the firewall. | |
| firewall_port | Port number of the firewall. | |
| firewall_user | User ID used to authenticate with the firewall. | |
| firewall_password | Password used to authenticate with the firewall. | |
| firewall_type | The type of the firewall. The allowed values are: TUNNEL, SOCKS4, SOCKS5. | |
| logfile | The connector will log the exchange/transferred data to this file. | |
| shareauthtoken | Whether or not to use the shared authentication token from a previous request, if one exists that matches the user name and password. | |
| apikey | The API key identifies your project and provides you with API access, quota, and reports. Obtain your project | |
| maxresults | The maximum number of elements to return with this request. | |
| pagetoken | Token specifying the result page to return. |
Output Attributes
| ggl:kind | The type of the resource. | |
| ggl:id | The task list identifier. | |
| ggl:title | The title of the task list. | |
| ggl:updated | The last modification time of the task list. | |
| ggl:selflink | The URL pointing to this task list. Used to retrieve, update, or delete this task list. | |
| ggl:nextpagetoken | The token that can be used to request the next page of this result. |