---
title: "Get reminders with filtering and pagination"
method: GET
path: "/Reminders"
tags: ["Reminders"]
---

# Get reminders with filtering and pagination

`GET /Reminders`

## Query parameters

- `PatientId` string
- `ClientId` string
- `AppointmentId` string
- `Category` integer
- `Status` integer
- `IsActive` boolean
- `IsCompleted` boolean
- `DueDateFrom` string, date-time
- `DueDateTo` string, date-time
- `SortBy` string
- `SortOrder` string
- `Page` union
  - integer
  - string, int32
- `PageSize` union
  - integer
  - string, int32

## Response `200`

Paginated list of reminders

- ReminderListResponse — Response containing a list of reminders with pagination
  - `data` ReminderResponseDto[]
    - `id` string
    - `title` string
    - `description` string, nullable
    - `category` integer
    - `origin` integer
    - `dueDate` string, date-time
    - `snoozeUntil` string, date-time, nullable
    - `isActive` boolean
    - `isCompleted` boolean
    - `completedAt` string, date-time, nullable
    - `patientId` string, nullable
    - `patientName` string, nullable
    - `clientId` string, nullable
    - `clientName` string, nullable
    - `appointmentId` string, nullable
    - `customAttributes` object, nullable
    - `emissionSource` integer — What kind of producer created a machine- or human-generated work item (Reminder or WorkTask). Structured replacement for the provenance that used to live only in `Reminder.CustomAttributes`. ReminderOrigin is kept for API compatibility; this is the authoritative answer to "what created this?".
    - `generatedByRuleId` string, nullable
    - `generatedByRuleVersion` union
      - integer
      - string, int32
    - `triggerEventType` string, nullable
    - `triggerEntityType` string, nullable
    - `triggerEntityId` string, nullable
    - `suppressedAt` string, date-time, nullable
    - `suppressedByUserId` string, nullable
    - `suppressedReason` string, nullable
    - `completionType` integer
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `status` integer
  - `totalCount` union
    - integer
    - string, int32
  - `page` union
    - integer
    - string, int32
  - `pageSize` union
    - integer
    - string, int32
  - `totalPages` 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/versions/a905bde4e796/schema)
