---
title: "List vaccination records whose underlying lot is an unresolved temporary placeholder.
Drives the chronicle patient-header pill."
method: GET
path: "/api/vaccine-administration/unresolved-lots"
tags: ["VaccineAdministration"]
---

# List vaccination records whose underlying lot is an unresolved temporary placeholder.
Drives the chronicle patient-header pill.

`GET /api/vaccine-administration/unresolved-lots`

## Query parameters

- `patientId` string

## Response `200`

OK

- UnresolvedVaccineLotsResponse
  - `data` UnresolvedVaccineLotDto[]
    - `vaccinationRecordId` string, required
    - `patientId` string, required
    - `patientName` string, required
    - `vaccineName` string, required
    - `tempLotId` string, required
    - `tempLotNumber` string, required
    - `administeredDate` string, date-time
    - `workTaskId` string, nullable
  - `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/e7d381a5453b/schema)
