---
title: "Get Shared Appointments"
method: GET
path: "/ParentsEvening/Shared"
tags: ["Parentsevening"]
---

# Get Shared Appointments

`GET /ParentsEvening/Shared`

**Auth:** Authenticated - any signed-in user.

Parents' evening - get Shared Appointments.

## Response `200`

Success

- GetSharedAppointmentsResponse
  - `appointments` ParentsEveningAppointmentInfoDto[]
    - `student` ParentsEveningContactDto
      - `nameId` integer
      - `staffId` integer
      - `preferredName` string, nullable
      - `surname` string, nullable
      - `email` string, nullable
      - `telephone` string, nullable
      - `photo` string, nullable
      - `role` string, nullable
    - `teacher` ParentsEveningContactDto
      - `nameId` integer
      - `staffId` integer
      - `preferredName` string, nullable
      - `surname` string, nullable
      - `email` string, nullable
      - `telephone` string, nullable
      - `photo` string, nullable
      - `role` string, nullable
    - `subject` string, nullable
    - `onlineLink` string, nullable
    - `location` string, nullable
    - `startDateTime` string, date-time, nullable

## Other responses

- `401` — Unauthorized

---

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