---
title: "Get member Topics of the Group"
method: GET
path: "/api/users/:userId/groups/:groupId/topics"
tags: ["groups"]
---

# Get member Topics of the Group

`GET /api/users/:userId/groups/:groupId/topics`

Returns all member Topics of the group

## Path parameters

- `userId` string, required
- `groupId` string, required

## Response `200`

Group topics data

- object[]
  - `count` integer — returned topics count
  - `rows` object[]
    - `id` string, uuid
    - `title` string, nullable
    - `visibility` 'public' | 'private'
    - `status` 'inProgress' | 'voting' | 'followUp' | 'closed'
    - `categories` string[]
    - `endsAt` string
    - `hashtag` string
    - `createdAt` string
    - `updatedAt` string
    - `permission` object
      - `level` 'read' | 'edit' | 'admin' | 'none'
    - `members` object
      - `users` object
        - `count` integer
      - `groups` object
        - `count` integer

---

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