---
title: "Get conflicts"
method: GET
path: "/timeEntries/conflicts"
tags: ["Time Entries"]
---

# Get conflicts

`GET /timeEntries/conflicts`

Get conflicts

## Response `200`

Success

- object
  - `data` object[]
    - `a` string — Id of a time entry
    - `b` string, nullable — Id of a time entry. Is null if type is 9
    - `type` integer — 1: simple overlapping time entries. 2: One time entries is completely inside the other one. 9: For synchronization errors or other errors that appeared on a time entry.

---

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