alfresco-ng2-components/docs/task-details.model.md
2018-01-26 11:19:30 +00:00

270 B

Task Details model

Information about a task.

Details

{ 
    "id": "string", 
    "assignee": "User", 
    "dueDate": "data", 
    "endDate": "string", 
    "description": "string"
}

See Also