# Time Entries

Manage time entries - create, read, update, and delete time records

 - [GET /time-entries](https://api-docs.webwork-tracker.com/api/time-entries/gettimeentries.md): Retrieve time entries for a workspace. Returns a paginated list of time entries with filters for specific date, user, project, and task. Requires workspace owner or executive manager permissions.
 - [POST /time-entries](https://api-docs.webwork-tracker.com/api/time-entries/createtimeentry.md): Create a new time entry manually. This is useful for adding historical time entries or entries that weren't tracked in real-time. Requires workspace owner or executive manager permissions. **Important
 - [GET /time-entries/{time_entry_id}](https://api-docs.webwork-tracker.com/api/time-entries/gettimeentry.md): Retrieve a single completed time entry. Same item shape as `GET /time-entries`. Requires workspace owner or executive manager permissions.
 - [PUT /time-entries/{time_entry_id}](https://api-docs.webwork-tracker.com/api/time-entries/updatetimeentry.md): Update an existing time entry. You can update the activity description, notes, task, project assignment, date, or time range. Requires workspace owner or executive manager permissions. **Important Not
 - [DELETE /time-entries/{time_entry_id}](https://api-docs.webwork-tracker.com/api/time-entries/deletetimeentry.md): Delete a time entry. This permanently removes the time entry from the system. Requires workspace owner or executive manager permissions. **Important Notes:** - The workspace_id must be provided in the
