---
title: "GET /v3/entriesTexts"
method: GET
path: "/v3/entriesTexts"
tags: ["EntryText"]
---

# GET /v3/entriesTexts

`GET /v3/entriesTexts`

## Query parameters

- `filter` object
  - `billable` 0 | 1 | 2 | 12 — Possible values: - `0`: NotBillable - `1`: Billable - `2`: Billed - `12`: BillableOrBilled
  - `customers_id` integer
  - `day` string, date
  - `projects_id` union
    - integer[]
    - integer
    - string, csv-string
  - `services_id` union
    - integer[]
    - integer
    - string, csv-string
  - `time_since` string, date
  - `time_until` string, date
  - `users_id` union
    - integer[]
    - integer
    - string, csv-string
- `items` integer
- `mode` 'add' | 'edit' | 'reports', required — Possible values: - `add`: Add - `edit`: Edit - `reports`: Reports
- `term` string

## Response `200`

Successful operation

- object
  - `data` EntriesTextV3[], required
    - `id` integer, required
    - `label` string, required
    - `value` string, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/clockodo/apis/clockodo-api-documentation.md) · [All operations](https://skmtc.dev/clockodo/apis/clockodo-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockodo/clockodo-api-documentation/revisions/38e281d50d6d/schema)
