Note Model¶
Represents a note within Zebreco.
| Name | Type | Description | |
|---|---|---|---|
| id | integer | read only | The unique id of the note |
| admin | Contact | The contact who is admin of the note - required | |
| description | string | Short description of the note - required | |
| date | DateTime | The ISO DateTime the note was created | |
| completed | boolean | Whether or not the note has been completed | |
| labels | Label | Labels related to the note | |
| colour | string | The colour assigned to the note |
The following fields are only retrieved on GET requests for a single entity.
| Name | Type | Description | |
|---|---|---|---|
| hidden | boolean | Whether or not the note is hidden |