---
title: "Get the previous travel destination for a staff member on a given date.
Used for chaining travel appointments (use last destination as next starting point)."
method: GET
path: "/Appointments/previous-travel-destination"
tags: ["Appointments"]
---

# Get the previous travel destination for a staff member on a given date.
Used for chaining travel appointments (use last destination as next starting point).

`GET /Appointments/previous-travel-destination`

## Query parameters

- `staffId` string
- `date` string, date-time
- `beforeTime` string, date-time

## Response `200`

Previous travel destination information if found

- PreviousTravelDestinationDto — Response for getting the previous travel destination for chaining travel appointments
  - `found` boolean — Whether a previous travel destination was found
  - `address` string, nullable — The destination address from the previous travel appointment
  - `placeId` string, nullable — The Google Place ID of the destination
  - `appointmentId` string, nullable — The appointment ID of the previous travel appointment
  - `previousAppointmentEndTime` string, date-time, nullable — End time of the previous appointment (for calculating travel window)

---

[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/d8d7501dde48/schema)
