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
4escalate late paymentsfalse
As List
  • id
    • 4
  • title
    • escalate late payments
  • doneStatus
    • false
  • description

JSON Example

{
  "id": 4,
  "title": "escalate late payments",
  "doneStatus": false,
  "description": ""
}

XML Example

<todo>
  <doneStatus>false</doneStatus>
  <description/>
  <id>4</id>
  <title>escalate late payments</title>
</todo>