# Get the current own WorkTimeEntry **GET /api/time/current_own_workentry** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Get the current own WorkTimeEntry #### Body: application/json (object) - **id** (integer) - **user** (object) - **description** (string) - **start** (string(date-time)) - **start_date** (string) - **start_month** (integer) - **start_year** (integer) - **end** (string(date-time)) - **break_start** (string(date-time)) - **break_end** (string(date-time)) - **break_duration** (integer) - **auto_break** (boolean) - **force_no_break** (boolean) - **duration** (integer) - **auto_closed** (boolean) - **has_warning** (boolean) - **has_scanner_start** (boolean) - **has_scanner_end** (boolean) - **closed_editing** (boolean) - **closed_editing_hr** (boolean) - **confirmed** (boolean) - **content_type** (string) - **search_string** (string) [Powered by Bump.sh](https://bump.sh)