Skip to main content

GetFullProjectResponse

type GetFullProjectResponse = {
collaborators: User[];
commentsCount: number;
notes: Comment[];
project: |
| PersonalProject
| WorkspaceProject
| null;
sections: Section[];
tasks: Task[];
};

Response from getting full project data.

See

https://developer.todoist.com/api/v1/#tag/Projects/operation/projects_full_data_api_v1_projects__project_id__full_get

Properties

collaborators

collaborators: User[];

commentsCount

commentsCount: number;

notes

notes: Comment[];

project

project: 
|
| PersonalProject
| WorkspaceProject
| null;

sections

sections: Section[];

tasks

tasks: Task[];