---
title: "Get all QI events with optional filtering"
method: GET
path: "/QiEvents"
tags: ["QiEvents"]
---

# Get all QI events with optional filtering

`GET /QiEvents`

## Query parameters

- `status` string
- `category` string
- `severity` string
- `search` string
- `skip` union
  - integer
  - string, int32
- `take` union
  - integer
  - string, int32

## Response `200`

OK

- QiEventListResponseDto
  - `data` QiEventDto[]
    - `id` string
    - `title` string
    - `category` string
    - `severity` string
    - `status` string
    - `description` string, nullable
    - `isAnonymous` boolean
    - `reporterId` string, nullable
    - `reporterName` string, nullable
    - `reporter` QiEventUserSummaryDto
      - `id` string
      - `name` string
    - `patientId` string, nullable
    - `patientName` string, nullable
    - `patient` QiEventPatientSummaryDto
      - `id` string
      - `name` string
    - `medicationName` string, nullable
    - `staffMemberId` string, nullable
    - `staffMemberName` string, nullable
    - `staffMember` QiEventUserSummaryDto
      - `id` string
      - `name` string
    - `roomName` string, nullable
    - `resolvedAt` string, date-time, nullable
    - `resolvedById` string, nullable
    - `resolvedBy` QiEventUserSummaryDto
      - `id` string
      - `name` string
    - `notes` QiEventNoteDto[]
      - `id` string
      - `qiEventId` string
      - `authorId` string
      - `authorName` string, nullable
      - `content` string
      - `createdAt` string, date-time
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `totalCount` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
