---
title: "Gets an event based on its id"
method: GET
path: "/events/:eventId"
tags: ["event"]
---

# Gets an event based on its id

`GET /events/:eventId`

## Path parameters

- `eventId` string, required

## Response `200`

OK

- ModelsEvent
  - `_id` string, required
  - `endDate` string, required
  - `endTime` integer, required
  - `name` string, required
  - `ownerId` string, required
  - `responses` object, required
  - `startDate` string, required
  - `startTime` integer, required

## Changes

- **2022-05-18** `c8572ecc9480` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/schej-it/apis/schej-it-api/changes/events/:eventId/get.md)

---

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