---
title: "Info for a specific event"
method: GET
path: "/event/{eventId}"
tags: ["event"]
---

# Info for a specific event

`GET /event/{eventId}`

## Path parameters

- `eventId` number, required

## Response `200`

Expected response to a valid request

- Event
  - `id` string, noteId, required
  - `case` string, caseId
  - `name` string, required
  - `data` string, date-time, required
  - `comment` string
  - `createdOn` string, datetime, required
  - `createdBy` string, required — User ID responsible for creating the content
  - `modifiedOn` string, datetime, required
  - `modifiedBy` string, required

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.net/watchdogpolska/apis/small-eod.md) · [All operations](https://skmtc.net/watchdogpolska/apis/small-eod/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/watchdogpolska/small-eod/revisions/1c5ac40bf412/schema)
