# Get all WorkTimeEntry **GET /api/time/workentries** ## 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 - **searchString** (string) text to search for in the list - **orderFieldName** (string) name of the order field - **orderFieldSort** (string) sorting mode - **page** (integer) page of the list - **pageSize** (integer) number of entries for each page - **withMaxPageNumber** (string) returns the number of pages available as a header if this is set - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Get all WorkTimeEntry #### Body: application/json (array[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)