---
title: "Retrieves all time entries with a simplified model based on the grouping parameter."
method: GET
path: "/timeentries/simplified"
tags: ["timeEntries"]
---

# Retrieves all time entries with a simplified model based on the grouping parameter.

`GET /timeentries/simplified`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Query parameters

- `grouping` string
- `page` integer
- `pageSize` integer
- `orderby` string
- `filterby` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- SimplifiedTimeTracking[]
  - `id` string, uuid — The id of the time tracking.
  - `duration` integer, nullable — The duration of the time tracking in seconds. Required when the time tracking has already been completed and EndTime has not been set.
  - `startDateUtc` string, date-time, nullable — The date (in UTC) when the time tracking was started. Required.
  - `startDateLocal` string, date-time, nullable — The date (in Local) when the time tracking was started. Required.
  - `isBillable` boolean — Whether the time tracking is billable or not.
  - `isBilled` boolean — Whether the time tracking is billed or not.
  - `createdBy` string, uuid — The id of the user who created this time tracking.
  - `createdOn` string, date-time — The date of the creation of this time tracking.
  - `task` SimplifiedTaskModel
    - `id` string, uuid
    - `name` string, nullable
    - `baseType` string, nullable
    - `createdBy` string, uuid
    - `entityId` string, uuid
    - `projectId` string, uuid, nullable
    - `correlationId` string, uuid
    - `parentId` string, uuid, nullable
    - `taskStatusId` string, uuid
    - `taskStatus` NestedTaskStatusModel
      - `id` string, uuid — Gets or sets the id of the nested model.
      - `name` string, nullable — The name of the entity.
      - `description` string, nullable — The description of the type.
      - `type` string, nullable — The type of the status.
      - `order` number, double, nullable — The order of the task status in a task.
      - `icon` string, nullable — The icon of the task status in a task.
    - `primaryTaskListId` string, uuid, nullable
    - `primaryTaskList` NestedModel
      - `id` string, uuid — Gets or sets the id of the nested model.
      - `name` string, nullable — The name of the entity.
  - `taskId` string, uuid, nullable — The id of the task.
  - `project` SimplifiedProjectModel
    - `id` string, uuid — Gets or sets the id of the nested model.
    - `name` string, nullable — The name of the entity.
    - `hasImage` boolean
    - `company` SimplifiedCompanyModel
      - `id` string, uuid — Gets or sets the id of the nested model.
      - `hasImage` boolean
  - `projectId` string, uuid, nullable — The id of the project.
  - `user` NestedUserModel
    - `id` string, uuid — Gets or sets the id of the nested model.
    - `firstName` string, nullable — The first name of the user.
    - `lastName` string, nullable — The last name of the user.
    - `hasImage` boolean, nullable — Whether this user has a profile image.
  - `userId` string, uuid, nullable — The id of the user.
  - `typeOfWork` NestedBaseTypeModel
    - `id` string, uuid — Gets or sets the id of the nested model.
    - `name` string, nullable — The name of the entity.
    - `icon` string, nullable — The icon of the type.
  - `typeOfWorkId` string, uuid, nullable — The id of the type of work.
  - `startTimeLocal` string, nullable — The time (in Local) when the time tracking was started.

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
