---
title: "GET /crm/events/{id}"
method: GET
path: "/crm/events/{id}"
tags: ["CrmEvent"]
---

# GET /crm/events/{id}

`GET /crm/events/{id}`

Get details of a event

## Path parameters

- `id` string, required

## Query parameters

- `fields` string, nullable
- `associations` string, nullable

## Response `200`

- CrmGetEventResponse
  - `status` 'ok' | 'error', required
  - `result` CommonEvent, required
    - `id` string, required — The unique `id` of this object in Revert
    - `remoteId` string, required — The unique `id` of this object in the downstream CRM.
    - `createdTimestamp` unknown, required
    - `updatedTimestamp` unknown, required
    - `additional` unknown
    - `type` string, required — The type of the event in the CRM.
    - `subject` string, required — The Subject of the event/meeting in the CRM.
    - `startDateTime` string, required — Event start date time.
    - `endDateTime` string, required — Event end date time.
    - `isAllDayEvent` boolean, required — Is `true` if the event is an all day event.
    - `description` string, required — Description of the event/meeting.
    - `location` string, required — The location of the event/meeting.

## Other responses

- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
