GetTasksArgs
type GetTasksArgs = {
cursor: string | null;
ids: string[];
label: string;
limit: number;
parentId: string;
projectId: string;
sectionId: string;
};
Arguments for retrieving tasks.
Type declaration
Name | Type |
---|---|
cursor ? | string | null |
ids ? | string [] |
label ? | string |
limit ? | number |
parentId ? | string |
projectId ? | string |
sectionId ? | string |
See
https://todoist.com/api/v1/docs#tag/Tasks/operation/get_tasks_api_v1_tasks_get