---
title: "Get paged events by group and descendants. Roles: admin, group/ancestor member with MANAGE_GROUP."
method: GET
path: "/api/groups/{groupId}/events"
tags: ["Events", "Groups"]
---

# Get paged events by group and descendants. Roles: admin, group/ancestor member with MANAGE_GROUP.

`GET /api/groups/{groupId}/events`

## Path parameters

- `groupId` integer, required

## Query parameters

- `pageIndex` integer
- `pageSize` integer
- `location` string
- `title` string
- `fromDate` string, date
- `toDate` string, date
- `shallow` boolean
- `locale` string

## Response `200`

OK

- PagedResponseEventSlimWithGroup
  - `success` boolean
  - `error` string
  - `pageRequest` PageRequest
    - `pageIndex` integer
    - `pageSize` integer
  - `totalItemCount` integer
  - `items` EventSlimWithGroup[]
    - `audit` Audit
      - `createdTime` string, date-time
      - `modifiedTime` string, date-time
      - `modifiedBy` string
    - `alternateLocales` object
      - `empty` boolean
    - `eventId` integer
    - `membershipId` integer
    - `attendanceTypeCode` 'IN_PERSON' | 'VIRTUAL'
    - `registrationTypeCode` 'OPEN' | 'REGISTRATION' | 'REGISTRATION_WITH_RSVP' | 'TICKETED'
    - `eventSeries` EventSeriesFull
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
      - `eventSeriesId` integer
      - `period` 'DAILY' | 'WEEKLY'
      - `stepSize` integer
      - `endDate` string, date
      - `endCount` integer
    - `title` string
    - `description` string
    - `body` string
    - `externalBody` string
    - `location` string
    - `startDateTime` string, date-time
    - `endDateTime` string, date-time
    - `registrationOpenDateTime` string, date-time
    - `registrationCloseDateTime` string, date-time
    - `timeZoneId` string
    - `allDay` boolean
    - `credits` number
    - `published` boolean
    - `unlisted` boolean
    - `allowViewRegistrations` boolean
    - `registrationTicketingEnabled` boolean
    - `dependentRegistrationEnabled` boolean
    - `cancelled` boolean
    - `external` boolean
    - `imageUuid` string, uuid
    - `contactLabel` string
    - `contactUrl` string
    - `audienceId` integer
    - `audiencePromo` AudiencePromo
      - `contentId` integer
      - `actionText` string
      - `localizedValues` AudiencePromoLocaleValues
        - `actionText` string
    - `reminder1Minutes` integer
    - `reminder2Minutes` integer
    - `emailRemindersEnabled` boolean
    - `registrationsMax` integer
    - `registrationsMaxWarningThreshold` integer
    - `previewing` boolean
    - `group` GroupFull
      - `audit` Audit
        - `createdTime` string, date-time
        - `modifiedTime` string, date-time
        - `modifiedBy` string
      - `groupId` integer
      - `groupType` GroupTypeCore
        - `audit` Audit
          - `createdTime` string, date-time
          - `modifiedTime` string, date-time
          - `modifiedBy` string
        - `groupTypeId` integer
        - `membershipId` integer
        - `name` string
        - `namePlural` string
        - `description` string
        - `properties` GroupTypeProperties
          - `announcementsHtml` string
          - `chatEnabled` boolean
          - `chatDefaultEnabled` boolean
          - `contactSharingDefaultEnabled` boolean
          - `postsEnabled` boolean
          - `postsDefaultEnabled` boolean
        - `root` boolean
        - `external` boolean
        - `isPrivate` boolean
      - `membershipId` integer
      - `name` string
      - `properties` GroupProperties
        - `chatEnabled` boolean
        - `postsEnabled` boolean
      - `nodeActive` boolean
      - `ancestryActive` boolean
      - `active` boolean
      - `root` boolean
      - `external` boolean
      - `externalReferenceId` string
      - `parentGroup` GroupFull — recursive
    - `locale` string
  - `totalPages` integer
  - `itemCount` integer
  - `isFirst` boolean
  - `isLast` boolean
  - `hasNext` boolean
  - `hasPrevious` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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