Entity overview
Work time
Use WorkTime entries to drive utilization, payroll, and invoicing dashboards without forcing teams to re-enter hours.
Endpoints
https://api.flowtly.eu/employee-working-hours
List work times
Retrieves the collection of WorkTime resources.
https://api.flowtly.eu/employee-working-hours
Create work time
Creates a WorkTime resource.
https://api.flowtly.eu/employee-working-hours/{id}
Get work time by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/employee-working-hours/{id}
Delete work time
Remove the resource.
https://api.flowtly.eu/employee-working-hours/{id}
Update work time
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/work-times
List work times
Retrieves the collection of WorkTime resources.
https://api.flowtly.eu/work-times
Create work time
Creates a WorkTime resource.
https://api.flowtly.eu/work-times/{id}
Get work time by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/work-times/{id}
Delete work time
Remove the resource.
https://api.flowtly.eu/work-times/{id}
Update work time
Update resource fields using JSON Merge Patch.
Use cases
Schema fields
WorkTime-employee_working_hour.read| Field | Type | Description |
|---|---|---|
id |
integer | id field. |
employee |
string | employee field. |
project |
string | project field. |
date |
string | date field. |
seconds |
integer | seconds field. |
description |
string | null | description field. |