| name | data type | description |
|---|---|---|
| text | string | |
Properties inherited from TodoDetailEntry |
||
| detailType | TodoDetailEntryType | |
Properties inherited from BaseEntryId |
||
| id | number | Die eindeutige Id des Eintrags |
Example
{
"text" : "...",
"detailType" : "PROJECTDETAIL",
"id" : 12345
}