Skip to main content

Section

type Section = {
addedAt: string;
archivedAt: null | string;
id: string;
isArchived: boolean;
isCollapsed: boolean;
isDeleted: boolean;
name: string;
projectId: string;
sectionOrder: number;
updatedAt: string;
url: string;
userId: string;
};

Represents a section in a Todoist project.

Type Declaration

NameType
addedAtstring
archivedAtnull | string
idstring
isArchivedboolean
isCollapsedboolean
isDeletedboolean
namestring
projectIdstring
sectionOrdernumber
updatedAtstring
urlstring
userIdstring

See

https://todoist.com/api/v1/docs#tag/Sections