Entitetsoversigt
Arbejdstid
Brug WorkTime-poster til at drive udnyttelses-, lønnings- og faktureringsdashboards uden at tvinge teams til at genindtaste timer.
Endpoints
https://api.flowtly.eu/employee-working-hours
Vis arbejdstider
Henter samlingen af WorkTime-ressourcer.
https://api.flowtly.eu/employee-working-hours
Opret arbejdstid
Opretter en WorkTime-ressource.
https://api.flowtly.eu/employee-working-hours/{id}
Hent arbejdstid via ID
Hent en enkelt ressource via dens identifikator.
https://api.flowtly.eu/employee-working-hours/{id}
Slet arbejdstid
Fjern ressourcen.
https://api.flowtly.eu/employee-working-hours/{id}
Opdatér arbejdstid
Opdatér ressourcefelter med JSON Merge Patch.
https://api.flowtly.eu/work-times
Vis arbejdstider
Henter samlingen af WorkTime-ressourcer.
https://api.flowtly.eu/work-times
Opret arbejdstid
Opretter en WorkTime-ressource.
https://api.flowtly.eu/work-times/{id}
Hent arbejdstid via ID
Hent en enkelt ressource via dens identifikator.
https://api.flowtly.eu/work-times/{id}
Slet arbejdstid
Fjern ressourcen.
https://api.flowtly.eu/work-times/{id}
Opdatér arbejdstid
Opdatér ressourcefelter med JSON Merge Patch.
Anvendelsestilfælde
Skemafelter
WorkTime-employee_working_hour.read| Felt | Type | Beskrivelse |
|---|---|---|
id |
integer | id felt. |
employee |
string | employee felt. |
project |
string | project felt. |
date |
string | date felt. |
seconds |
integer | seconds felt. |
description |
string | null | description felt. |