---
title: "Get a report's top/bottom HTML by route id (anonymous)"
method: GET
path: "/reports/info/{reportId}"
tags: ["Reports"]
---

# Get a report's top/bottom HTML by route id (anonymous)

`GET /reports/info/{reportId}`

**Auth:** Anonymous - no token required.

Returns the report text that appears at the top and bottom of a report for parents and students. Backfills HTMLBottom from the defaults row when blank. Anonymous, matching legacy.

## Path parameters

- `reportId` integer, required

## Response `200`

Success - Got report info

- GetInfoForReportResponse
  - `id` integer
  - `htmlTop` string, nullable
  - `htmlBottom` string, nullable
  - `reportId` integer, nullable

## Other responses

- `400` — An Error Occurred - Could not get report info

---

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