---
title: "Get all character-count rows (app admin)"
method: GET
path: "/appadmin/info/all"
tags: ["Appadmin"]
---

# Get all character-count rows (app admin)

`GET /appadmin/info/all`

**Requires permission:** *ReportAdmins*

Returns every SR_CHARACTER_COUNT row for the character-count admin screen.

## Response `200`

Success - Got rows

- GetAllCharacterCountsResponse
  - `reports` CharacterCountDto[], nullable
    - `id` integer
    - `name` string, nullable
    - `maxCount` integer, nullable
    - `minCount` integer, nullable
    - `step` integer, nullable

## Other responses

- `400` — An Error Occurred - Could not get rows
- `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)
