Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.AppsTasks.Tasks.Tasklists.List
Contents
Description
Returns all the authenticated user's task lists. A user can have up to 2000 lists at a time.
See: Google Tasks API Reference for tasks.tasklists.list
.
Synopsis
- type TasksTasklistsListResource = "tasks" :> ("v1" :> ("users" :> ("@me" :> ("lists" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "maxResults" Int32 :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TaskLists))))))))))))
- data TasksTasklistsList = TasksTasklistsList {}
- newTasksTasklistsList :: TasksTasklistsList
Resource
type TasksTasklistsListResource = "tasks" :> ("v1" :> ("users" :> ("@me" :> ("lists" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "maxResults" Int32 :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] TaskLists)))))))))))) Source #
A resource alias for tasks.tasklists.list
method which the
TasksTasklistsList
request conforms to.
Constructing a Request
data TasksTasklistsList Source #
Returns all the authenticated user's task lists. A user can have up to 2000 lists at a time.
See: newTasksTasklistsList
smart constructor.
Constructors
TasksTasklistsList | |
Fields
|
Instances
newTasksTasklistsList :: TasksTasklistsList Source #
Creates a value of TasksTasklistsList
with the minimum fields required to make a request.