---
title: "GET /api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}"
method: GET
path: "/api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}"
tags: ["tutorial-group"]
---

# GET /api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}

`GET /api/tutorialgroup/courses/{courseId}/tutorial-groups/{tutorialGroupId}`

## Path parameters

- `courseId` integer, required
- `tutorialGroupId` integer, required

## Response `200`

OK

- TutorialGroupDetailData
  - `id` integer, required
  - `title` string, required
  - `language` string, required
  - `isOnline` boolean, required
  - `tutorName` string, required
  - `tutorLogin` string, required
  - `tutorId` integer, required
  - `tutorImageUrl` string
  - `capacity` integer
  - `campus` string
  - `additionalInformation` string
  - `groupChannelId` integer
  - `tutorChatId` integer
  - `sessions` TutorialGroupSession[], required
    - `id` integer, required
    - `start` string, date-time, required
    - `end` string, date-time, required
    - `location` string, required
    - `isCancelled` boolean, required
    - `isCancelledByFreePeriod` boolean, required
    - `locationChanged` boolean, required
    - `timeChanged` boolean, required
    - `dateChanged` boolean, required
    - `attendanceCount` integer

## Changes

> 37 revisions in range; 2 could not be searched.

- **2026-04-08** `7e309fe8df4f` — 1 info
  - added the required property `sessions/items/isCancelledByFreePeriod` to the response with the `200` status
- **2026-04-04** `d4a3aebe33fc` — 2 breaking, 1 warning, 12 info
  - the `title` response property's maxLength was unset from `19` for the response status `200`
  - the `title` response property's minLength was decreased from `1` to `0` for the response status `200`
  - removed the optional property `teachingAssistant` from the response with the `200` status
  - api operation id `getOneOfCourse` removed and replaced with `getTutorialGroup`
  - …11 more
- **2026-02-05** `428a7b266894` — 1 info
  - endpoint added
- **2025-06-29** `afd4091eb170` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/ls1intum/apis/artemis-application-server-api/changes/api/tutorialgroup/courses/:courseId/tutorial-groups/:tutorialGroupId/get.md)

---

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