---
title: "Gibt die für diese Liga konfigurierten Ergebnistypen zurück!"
method: GET
path: "/getresultinfos/{leagueId}"
tags: ["Matchdata"]
---

# Gibt die für diese Liga konfigurierten Ergebnistypen zurück!

`GET /getresultinfos/{leagueId}`

## Path parameters

- `leagueId` integer, required

## Response `200`

OK

- ResultInfo
  - `id` integer
  - `name` string, nullable
  - `description` string, nullable
  - `orderId` integer, nullable
  - `globalResultInfo` GlobalResultInfo
    - `id` integer
    - `name` string, nullable
    - `kind` string, nullable

## Changes

- **2026-08-11** `3e95b7c785c5` — 3 info
  - added the optional property `globalResultInfo/allOf[#/components/schemas/GlobalResultInfo]/kind` to the response with the `200` status (media type: text/plain)
  - added the optional property `globalResultInfo/allOf[#/components/schemas/GlobalResultInfo]/kind` to the response with the `200` status (media type: application/json)
  - added the optional property `globalResultInfo/allOf[#/components/schemas/GlobalResultInfo]/kind` to the response with the `200` status (media type: text/json)

[Change history](https://skmtc.dev/openligadb/apis/openligadb-api/changes/getresultinfos/:leagueId/get.md)

---

[API](https://skmtc.dev/openligadb/apis/openligadb-api.md) · [All operations](https://skmtc.dev/openligadb/apis/openligadb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openligadb/openligadb-api/revisions/ca2eb416a4c6/schema)
