---
title: "List all cases"
method: GET
path: "/case"
tags: ["case"]
---

# List all cases

`GET /case`

## Query parameters

- `limit` integer
- `offset` integer
- `institution` integer

## Response `200`

A paged array of cases

- Case[]
  - `id` number, required
  - `name` string, required — Name of case
  - `comment` string — Comment available for team
  - `tag` string[] — List of tag which apply to case
  - `auditedInstitution` object[] — List of audited institution
    - `id` string, objectId
    - `user` number
  - `responsibleUser` UserRef[] — List of users responsible for the case
    - `id` string, objectId, required
    - `user` number, required
  - `notifiedUser` UserRef[] — List of users which receive notifications
    - `id` string, objectId, required
    - `user` number, required
  - `features` string[] — List of features from dictionaries
  - `letterCount` number — Count of letter in case
  - `noteCount` number — Count of note in case
  - `eventCount` number — Count of event in case
  - `createdOn` string, datetime, required
  - `createdBy` string, required — User ID responsible for creating the content
  - `modifiedOn` string, datetime, required
  - `modifiedBy` string, required

## Changes

> 16 revisions in range; 1 not diffed.

- **2020-01-09** `4562c3524b92` — 1 info
  - added the optional property `items/eventCount` to the response with the `200` status
- **2020-01-09** `019c3da29e4d` — 1 warning, 1 info
  - removed the optional property `items/matrix` from the response with the `200` status
  - added the optional property `items/features` to the response with the `200` status
- **2019-10-10** `f16566c7c7ef` — 8 info
  - the response property `items/notifiedUser/items/id` became required for the status `200`
  - the response property `items/notifiedUser/items/user` became required for the status `200`
  - the response property `items/responsibleUser/items/id` became required for the status `200`
  - the response property `items/responsibleUser/items/user` became required for the status `200`
  - …4 more

[Change history](https://skmtc.dev/watchdogpolska/apis/small-eod/changes/case/get.md)

---

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