---
title: "Generate OpenApply Child Summary PDF"
method: POST
path: "/Pdf/OpenApplySummary"
tags: ["Pdf"]
---

# Generate OpenApply Child Summary PDF

`POST /Pdf/OpenApplySummary`

**Requires permissions:** *AcademicStaff* or *AcademicSupport* or *StudentFacing*

Renders the child summary for the given OpenApply applicants to a branded PDF in-house (QuestPDF), emails the caller a copy, and returns the bytes.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostOpenApplySummaryPdfRequest
  - `openApplyIds` integer[]
  - `fileName` string, nullable

## Response `200`

Success - PDF bytes (application/pdf)

## Other responses

- `204` — No Content
- `400` — An error occurred generating the PDF
- `401` — Unauthorized
- `403` — Forbidden

---

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