---
title: "Get time entry versions"
method: GET
path: "/api/v2/time_entry_versions"
tags: ["Time Entry Versions"]
---

# Get time entry versions

`GET /api/v2/time_entry_versions`

List all time entry versions.

## Query parameters

- `filter` union — Filter schema for `time_entry_version` list endpoints — pass a single condition or a logical group.
  - FilterTimeEntryVersion — Filter parameters for listing time entry version resources, which record the audit history of changes made to time entries.
    - `creator_id` union — Filter by the person who made the change.
      - object — Filter using explicit operator syntax.
        - `eq` CreatorId — unresolved $ref
        - `contains` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
        - `not_contain` CreatorId — unresolved $ref
      - CreatorId — unresolved $ref
    - `deal_id` union
      - object
        - `contains` DealId — unresolved $ref
        - `not_eq` DealId — unresolved $ref
        - `not_contain` DealId — unresolved $ref
        - `eq` DealId — unresolved $ref
      - DealId — unresolved $ref
    - `person_id` union
      - object
        - `contains` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
        - `not_contain` PersonId — unresolved $ref
        - `not_eq` PersonId — unresolved $ref
      - PersonId — unresolved $ref
    - `event` union — Filter by the type of change event (e.g. create, update, delete, approve, reject).
      - Event — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Event — unresolved $ref
        - `not_contain` Event — unresolved $ref
        - `not_eq` Event — unresolved $ref
        - `contains` Event — unresolved $ref
    - `time_entry_id` union — Filter by the associated time entry.
      - TimeEntryId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` TimeEntryId — unresolved $ref
        - `not_contain` TimeEntryId — unresolved $ref
        - `contains` TimeEntryId — unresolved $ref
        - `not_eq` TimeEntryId — unresolved $ref
    - `date` union
      - object
        - `eq` Date — unresolved $ref
        - `contains` Date — unresolved $ref
        - `not_eq` Date — unresolved $ref
        - `not_contain` Date — unresolved $ref
      - Date — unresolved $ref
    - `service_id` union
      - ServiceId — unresolved $ref
      - object
        - `not_eq` ServiceId — unresolved $ref
        - `eq` ServiceId — unresolved $ref
        - `not_contain` ServiceId — unresolved $ref
        - `contains` ServiceId — unresolved $ref
    - `id` union — Filter by time entry version ID.
      - object — Filter using explicit operator syntax.
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
      - Id — unresolved $ref
    - `created_at` union — Filter by the version creation date range.
      - CreatedAt — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` CreatedAt — unresolved $ref
        - `contains` CreatedAt — unresolved $ref
        - `not_contain` CreatedAt — unresolved $ref
        - `eq` CreatedAt — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection time entry version

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/7764b2b9fcc4/schema)
