---
title: "Gets DTCIMEIevent for given imeiEventId"
method: GET
path: "/v1/resourceowner/imeievents/dtc/{imeiEventId}"
tags: ["ResourceOwnerIMEIEvent"]
---

# Gets DTCIMEIevent for given imeiEventId

`GET /v1/resourceowner/imeievents/dtc/{imeiEventId}`

The user only has access to IMEIEvents that it is associated with

## Path parameters

- `imeiEventId` integer, required

## Response `200`

The DTCIMEIevents are returned

- IMEIEventDTCModel
  - `Description` string
  - `TimeStamp` string, date-time
  - `TimeZone` integer
  - `EventType` string
  - `PositionLongitude` number, double
  - `PositionLatitude` number, double
  - `PositionFormattedAddress` string
  - `CellTower` integer
  - `CellTowerTimeZone` integer
  - `VehicleIdentificationNumber` string
  - `IMEI` string
  - `DeviceSerialNumber` string
  - `Dtcs` DTC[]
    - `DTCCode` string
    - `FaultLocation` string
    - `ProbableCause` string

## Other responses

- `400` — Bad request, you are using the wrong URI to retrieve this EMEIEvent
- `403` — >Request is forbidden, this could occur if you are not associated with the IMEIEvent
- `404` — The IMEIEvent that you tried to get doesn't exist
- `500` — Internal server error

---

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