API Docs / Schemas / RecurringTaskItemDto

RecurringTaskItemDto

DTO for recurring task templates, exposing only codes and enums (never DB IDs).

Properties

Name Type Description
codestring
namestring
descriptionstring
timeEstimatenumber
assignedUserCodeAndNameDto
billableServiceCodeAndNameDto
sortOrderinteger
activeboolean
taskStartDatestring
taskStartConfigTaskStartConfigDto
deadlineConfigDeadlineConfigDto
repeatEveryValueinteger
repeatEveryUnitenum

Day Week Month Year

Day Week Month Year

repeatWeekDaysOnlyboolean

If true, daily repeating tasks will only be created on weekdays (Mon-Fri). Does not impact other periods.

If true, daily repeating tasks will only be created on weekdays (Mon-Fri). Does not impact other periods.

assignmentTypeenum

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

workflowCodeAndNameDto
categoryCodeAndNameDto
clientAssociationTypeenum

SpecificClients AllClients ClientsWithServices

SpecificClients AllClients ClientsWithServices

nextRunDatestring

The next date this recurring task should be created (for display purposes)

The next date this recurring task should be created (for display purposes)

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "timeEstimate": 0,
  "assignedUser": {
    "code": "string",
    "name": "string"
  }
}

Used By Operations

Contained in Schemas