Exploring Entities in __default session database.

todo Instance

todo

All the fields and values for the todo instance are shown in the table below.

idtitledoneStatusdescription
5pay invoicesfalse
As List
  • id
    • 5
  • title
    • pay invoices
  • doneStatus
    • false
  • description

JSON Example

{
  "id": 5,
  "title": "pay invoices",
  "doneStatus": false,
  "description": ""
}

XML Example

<todo>
  <doneStatus>false</doneStatus>
  <description/>
  <id>5</id>
  <title>pay invoices</title>
</todo>