TaskStatusType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the TaskStatusType.
codeStringtrueCode of the TaskStatusType.
nameStringtrueName of the TaskStatusType.
nameI18nStringfalseTranslation of the name field depending of the language of the User.
colorCodeStringtrueColor code that identifies this TaskStatusType.

JSON representation

{
	"id": 1,
	"code": "1",
	"name": "ToDo",
	"nameI18n": "ToDo",
	"colorCode": "#ffffff"
}