Skip to main content

GetCompletedTasksByDueDateArgs

type GetCompletedTasksByDueDateArgs = {
cursor: string | null;
filterLang: string | null;
filterQuery: string | null;
limit: number;
parentId: string | null;
projectId: string | null;
sectionId: string | null;
since: string;
until: string;
workspaceId: string | null;
};

Arguments for retrieving completed tasks by due date.

Type declaration

NameType
cursor?string | null
filterLang?string | null
filterQuery?string | null
limit?number
parentId?string | null
projectId?string | null
sectionId?string | null
sincestring
untilstring
workspaceId?string | null

See

https://todoist.com/api/v1/docs#tag/Tasks/operation/tasks_completed_by_due_date_api_v1_tasks_completed_by_due_date_get