Skip to main content

GetWorkspaceUserTasksArgs

type GetWorkspaceUserTasksArgs = {
projectIds?: string | null;
userId: string;
workspaceId: string;
};

Arguments for getting tasks assigned to a workspace user.

See

https://developer.todoist.com/api/v1/#tag/Workspace/operation/get_workspace_user_tasks_api_v1_workspaces__workspace_id__users__user_id__tasks_get

Properties

projectIds?

optional projectIds: string | null;

Comma-separated list of project IDs to filter by.


userId

userId: string;

The user ID.


workspaceId

workspaceId: string;

The workspace ID.