---
title: "Get team top admissions by tickets"
method: GET
path: "/teams/{teamId}/performance/admissions"
tags: ["Team Performance"]
---

# Get team top admissions by tickets

`GET /teams/{teamId}/performance/admissions`

Top admission types by ticket count, aggregated across all events in the team

## Path parameters

- `teamId` string, required — Team identifier

## Query parameters

- `limit` number — Maximum number of admissions to return
- `startDate` string, date, required — Start date (YYYY-MM-DD)
- `endDate` string, date, required — End date (YYYY-MM-DD)
- `timeZone` string — IANA time zone for interpreting date ranges

## Response `200`

OK

- object
  - `admissions` object[], required
    - `admissionId` string, required — Admission identifier
    - `admissionName` string, required — Admission name
    - `ticketCount` number, required — Number of tickets sold
    - `sharePercent` number, required — Percentage of total tickets
  - `totalTickets` number, required — Total tickets across all admissions

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

## Changes

> 42 revisions in range; 2 not diffed, 25 could not be searched.

- **2026-08-02** `84f157e4443a` — 1 info
  - added the non-success response with the status `412`

[Change history](https://skmtc.dev/session/apis/session-services-api/changes/teams/:teamId/performance/admissions/get.md)

---

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