---
title: "Get Appointment Request"
method: GET
path: "/ParentsEvening/Request"
tags: ["Parentsevening"]
---

# Get Appointment Request

`GET /ParentsEvening/Request`

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

Parents' evening - get Appointment Request.

## Query parameters

- `type` string, nullable
- `eveningId` integer, nullable

## Response `200`

Success

- GetAppointmentRequestResponse
  - `appointmentRequests` ParentsEveningAppointmentRequestDto[]
    - `id` integer
    - `eveningId` integer
    - `staffNameId` integer
    - `dateId` integer
    - `pupilNameId` integer
    - `parentNameId` integer
    - `studentUpi` string, guid, nullable
    - `staffUpi` string, guid, nullable
    - `decision` integer
    - `subject` string, nullable
    - `notes` string, nullable
    - `setId` integer

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