name | data type | constraints | description |
---|---|---|---|
timeMs | number | required | |
text | string | ||
html | boolean | required | |
subject | string | ||
Properties inherited from TodoDetailEntry |
|||
detailType | TodoDetailEntryType | ||
Properties inherited from BaseEntryId |
|||
id | number | Die eindeutige Id des Eintrags |
Example
{ "timeMs" : 12345, "text" : "...", "html" : true, "subject" : "...", "detailType" : "IDENT", "id" : 12345 }