---
title: "Get follow up end dates"
method: GET
path: "/visits-external/followUpEndDates/{since}"
tags: ["External Visits Controller"]
---

# Get follow up end dates

`GET /visits-external/followUpEndDates/{since}`

Get latest follow up end date assigned to the specified person. Note: Only returns values for persons who have their symptom journal status set to ACCEPTED! Only returns values changed after {since}, which is interpreted as a UNIX timestamp.

## Path parameters

- `since` integer, required

## Response `default`

List of personUuids and their latest follow up end dates as UNIX timestamps.

---

[API](https://skmtc.net/sormas-foundation/apis/sormas-rest-api.md) · [All operations](https://skmtc.net/sormas-foundation/apis/sormas-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sormas-foundation/sormas-rest-api/versions/cd7769a6248c/schema)
