Skip to main content

Time report

PropertyTypeDescriptionInformation
idintIdentifierUnique for single time report.
task_idintTask where time was reported--
employee_idstringEmployee that reported time--
datestringDate when time was reported--
minutesstringReported minutes--
descriptionbooleanDescription of report--
goodday_created_atbooleanWhen was time report created--
created_atdateTime report creation dateDate of Time report creation.
updated_atdateTime report latest update dateDate of Time report latest update.

Example:

{
"id": 1,
"task_id": 1,
"employee_id": 1,
"date": "2021-07-27T22:00:00.000000Z",
"minutes": 75,
"description": null,
"goodday_created_at": "2021-07-28T14:35:37+0200",
"created_at": "2022-11-23T16:06:57+0100",
"updated_at": "2022-11-23T16:06:57+0100",
"_links": [
{
"href": "/api/v0/time-reports/1",
"rel": "self",
"type": "GET"
}
]
}