Skip to content

Closed#

pyticktick.models.v2.responses.closed #

Model for the response of GET closed tasks via the V2 API.

Classes:

Name Description
ClosedRespV2

Model for the response of getting closed tasks via the V2 API.

ClosedRespV2 #

Bases: RootModel[list[TaskV2]]

Model for the response of getting closed tasks via the V2 API.

Closed tasks are tasks that have been marked as completed or abandoned. They will not show up in the normal task list.