---
title: "Вызывает специальную (upload) презентацию сущности"
method: GET
path: "/entities/{entity}/presentations/{presentation}"
tags: ["Entities"]
---

# Вызывает специальную (upload) презентацию сущности

`GET /entities/{entity}/presentations/{presentation}`

## Path parameters

- `entity` string, required
- `presentation` string, required

## Query parameters

- `id` string

## Response `200`

Массив обнаруженных проблем

- object[]
  - `id` string
  - `title` string
  - `items` object[]
    - `uid` string, required
    - `title` string, required
    - `location` string
    - `correction` string
    - `description` string
    - `cause` string

## Changes

- **2023-11-24** `d096717ebffa` — 1 info
  - the `query` request parameter `id` became optional
- **2023-11-24** `acaf6ba61d67` — 1 breaking
  - the `query` request parameter `id` became required
- **2023-05-22** `bb727d545c26` — 2 warning
  - changed the pattern of the `path` request parameter `entity` from `^[a-zA-Z\_0-9]$` to `^[a-zA-Z][a-zA-Z\_0-9]*$`
  - changed the pattern of the `path` request parameter `presentation` from `^[a-zA-Z\_0-9]$` to `^[a-zA-Z][a-zA-Z\_0-9]*$`
- **2023-03-21** `216ef84786d9` — 2 warning, 1 info
  - changed the pattern of the `path` request parameter `entity` from `^[a-zA-Z\_0-9]*$` to `^[a-zA-Z\_0-9]$`
  - changed the pattern of the `path` request parameter `presentation` from `^[a-zA-Z\_0-9]*$` to `^[a-zA-Z\_0-9]$`
  - added the media type `application/json` for the response with the status `200`
- **2023-03-21** `89414b8539f6` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/dochubteam/apis/dochub-backend-api/changes/entities/:entity/presentations/:presentation/get.md)

---

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