Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inputs (Array[]) inherits from EntityBase

NameTypeDescriptionMandatoryAvailable from versionComment
UserGuidThe user that the task is associated to.YesNew method in 2.24
AdministratorGuidIf a certain admin user should execute the task, this value is used.

Assignee from version 2.27
HeadingstringThe heading of the task.


TextstringThe text of the task.


DueDateDateTimeIf the task has a due date this value is used.


IsHTMLboolIf the text of the task contains html this should be set to true.


PrioritystringWhich priority the task should have. Allowed values are: "High", "Medium", "Low". Default are set to: "Medium".


StatusstringWhich status the task should have. Allowed values are: "Created", "InProgress", "Done", "Closed". Default are set to "Created".


...

NameTypeDescriptionAvailable from version
EntitiesArrayAll tasks in the request is returned along with each tasks BrickId and array of Errors per task






...