---
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

## Changes

- **2026-09-02** `36dba1c77613` — 4 breaking
  - the `appointments/items/student/oneOf[#/components/schemas/ParentsEveningContactDto]/nameId` response's property format changed from `int32` to `int64` for status `200`
  - the `appointments/items/student/oneOf[#/components/schemas/ParentsEveningContactDto]/staffId` response's property format changed from `int32` to `int64` for status `200`
  - the `appointments/items/teacher/oneOf[#/components/schemas/ParentsEveningContactDto]/nameId` response's property format changed from `int32` to `int64` for status `200`
  - the `appointments/items/teacher/oneOf[#/components/schemas/ParentsEveningContactDto]/staffId` response's property format changed from `int32` to `int64` for status `200`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/ParentsEvening/Shared/get.md)

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/36dba1c77613/schema)
