User task lists

A user task list represents the tasks assigned to a particular user. This list is the user's My Tasks list.


UserTaskListCompact

PropertyTypeDescription
gidstringGlobally unique identifier of the resource, as a string.
resource_typestringThe base type of this resource.
namestringThe name of the user task list.
ownerobjectThe owner of the user task list, i.e. the person whose My Tasks is represented by this resource.
owner.gidstringGlobally unique identifier of the resource, as a string.
owner.resource_typestringThe base type of this resource.
owner.namestringRead-only except when same user as requester. The user’s name.
workspaceobjectThe workspace in which the user task list is located.
workspace.gidstringGlobally unique identifier of the resource, as a string.
workspace.resource_typestringThe base type of this resource.
workspace.namestringThe name of the workspace.

Example JSON for UserTaskListCompact:

{
  "gid": "12345",
  "resource_type": "user_task_list",
  "name": "My tasks in My Workspace",
  "owner": {
    "gid": "12345",
    "resource_type": "user",
    "name": "Greg Sanchez"
  },
  "workspace": {
    "gid": "12345",
    "resource_type": "workspace",
    "name": "My Company Workspace"
  }
}

UserTaskList

PropertyTypeDescription
gidstringGlobally unique identifier of the resource, as a string.
resource_typestringThe base type of this resource.
namestringThe name of the user task list.
ownerobjectThe owner of the user task list, i.e. the person whose My Tasks is represented by this resource.
owner.gidstringGlobally unique identifier of the resource, as a string.
owner.resource_typestringThe base type of this resource.
owner.namestringRead-only except when same user as requester. The user’s name.
workspaceobjectThe workspace in which the user task list is located.
workspace.gidstringGlobally unique identifier of the resource, as a string.
workspace.resource_typestringThe base type of this resource.
workspace.namestringThe name of the workspace.

Example JSON for UserTaskList:

{
  "gid": "12345",
  "resource_type": "user_task_list",
  "name": "My tasks in My Workspace",
  "owner": {
    "gid": "12345",
    "resource_type": "user",
    "name": "Greg Sanchez"
  },
  "workspace": {
    "gid": "12345",
    "resource_type": "workspace",
    "name": "My Company Workspace"
  }
}
Asana Home
Asana helps you manage projects, focus on what's important, and organize work in one place for seamless collaboration.
© 2023 Asana, Inc.