Time Model¶
Represents a time entry within Zebreco. These are normally used to track user time spent on tickets.
Time is assigned to tickets and will have a status and project association.
| Name | Type | Description | |
|---|---|---|---|
| id | integer | read only | The unique id of this time |
| contact | Contact | The contact who created this time | |
| admin | Contact | The contact assigned to admin of this time - required | |
| description | string | Short description of this time | |
| time | integer | The value of this time in minutes - required | |
| status | Time Status | The status given to this time - required | |
| ticket | Ticket | The ticket associated with this time | |
| ticketpost | Ticket Post | The ticket post associated with this time | |
| project | Project | The project associated with this time | |
| createddate | DateTime | The ISO DateTime when this time was created |