---
title: "Get a character-count row by id (app admin)"
method: GET
path: "/appadmin/info/char/{reportId}"
tags: ["Appadmin"]
---

# Get a character-count row by id (app admin)

`GET /appadmin/info/char/{reportId}`

**Requires permission:** *ReportAdmins*

Returns the single SR_CHARACTER_COUNT row for the given id (port of SR_GetCharCountById).

## Path parameters

- `reportId` integer, required

## Response `200`

Success - Got row

- GetCharCountResponse
  - `charCount` CharacterCountDto
    - `id` integer
    - `name` string, nullable
    - `maxCount` integer, nullable
    - `minCount` integer, nullable
    - `step` integer, nullable

## Other responses

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