---
title: "Метод получения элемента"
method: POST
path: "/main.eventlog.get"
tags: ["main"]
---

# Метод получения элемента

`POST /main.eventlog.get`

Получить конкретную запись по идентификатору

## Request body

- object
  - `id` integer, required
  - `select` string[]

## Response `200`

Success response

- object
  - `result` object
    - `item` BitrixMainEventlogdto — unresolved $ref

## Changes

- **2026-03-29** `fed93287faf0` — 1 breaking, 13 warning
  - the `result/item` response's property type changed from `object` to no type for status `200`
  - removed the optional property `result/item/auditTypeId` from the response with the `200` status
  - removed the optional property `result/item/description` from the response with the `200` status
  - removed the optional property `result/item/guestId` from the response with the `200` status
  - …10 more

[Change history](https://skmtc.dev/bitrix24/apis/bitrix24-rest-v3-api/changes/main.eventlog.get/post.md)

---

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