---
title: "Get the default report info"
method: GET
path: "/reports/info/defaults"
tags: ["Reports"]
---

# Get the default report info

`GET /reports/info/defaults`

**Requires permission:** *AllStaff*

Returns the single defaults row: default top/bottom HTML and min/max char counts.

## Response `200`

Success - Got defaults

- GetReportInfoDefaultsResponse
  - `reportInfoDefault` ReportInfoDefault
    - `id` integer, nullable
    - `htmlTop` string, nullable
    - `htmlBottom` string, nullable
    - `minCharCount` integer
    - `maxCharCount` integer

## Other responses

- `400` — An Error Occurred - Could not get defaults
- `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/fab57bf5558a/schema)
