Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: api update

...

Database

FieldTypeDescription
id
intID of this object. Primary
key
todoidint
task_refreference (Todo) Reference to the task that this restriction is for
other_daysenumAllow to be moved to other week days
minimum_distance
int
integer Number of days expected between each planning.
user_change
metadata
stringPolicy for user change. no = no user change allowed. team = user change allowed within team. all = user change allowed across all users.date_changestringPolicy for date change. no = no date change allowed. week = date can change within same week. month = date can change within same month. always = date can always be changed.allowed_dayscollectionWhich days are allowed to be selected. 1 = monday, 2 = tuesday etc. If this is empty it should be interpreted as "all days are allowed".
array
create_datedate+timeCreated
change_datedate+timeLast change
is_deletedbool

GetTaskPlanRestrictionsByLastChange

...