Skip to main content
Skip table of contents

Task planning restrictions

Database

FieldTypeDescription
idkey
task_refreference (Todo) Reference to the task that this restriction is for
other_daysenumAllow to be moved to other week days
minimum_distanceinteger Number of days expected between each planning.
metadataarray
create_datedate+timeCreated
change_datedate+timeLast change
is_deletedbool

GetTaskPlanRestrictionsByLastChange

Get all TaskPlanRestrictions changed after a certain date.

Input

changedatedateDate
changetimetimeTime

Output

taskplanrestrictionscollection[TaskPlanRestriction]All restrictions changed after the given date/time.

GetTaskPlanRestrictionByTodoID

Get a TaskPlanRestriction for a specific todo/task.

Input

todoidintID of a todo object

Output

taskplanrestrictionTaskPlanRestrictionThe restriction for this task, if one exists.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.