---
title: "Get all public topics"
method: GET
path: "/api/topics"
tags: ["topic"]
---

# Get all public topics

`GET /api/topics`

Get all public topics

## Query parameters

- `include` string
- `offset` integer — Offset index of results for paggination purposes
- `limit` integer
- `statuses` integer
- `categories` string[]
- `sourcePartnerId` string
- `title` string

## Response `200`

Return all user related topics

- object
  - `status` object
    - `code` integer
  - `data` object
    - `count` integer — number of returned topics
    - `rows` Topic[]
      - `id` string, uuid
      - `title` string, nullable
      - `description` string, html
      - `status` 'inProgress' | 'voting' | 'followUp' | 'closed'
      - `visibility` 'public' | 'private'
      - `categories` string[]
      - `sourcePartnerId` string, uuid
      - `sourcePartnerObjectId` string
      - `creator` object
        - `id` string, uuid
        - `name` string
      - `tokenJoin` string, nullable — This value is only returned by authorized endpoints
      - `padUrl` string
      - `endsAt` string
      - `pinned` boolean — This value is only returned by authorized endpoints
      - `hashtag` string
      - `createdAt` string
      - `updatedAt` string

## Other responses

- `400` — No Permission
- `404` — The specified resource was not found

## Changes

- **2019-01-08** `59c81251b4e5` — 1 warning, 1 info
  - removed the optional property `data/rows/items/favourite` from the response with the `200` status
  - added the optional property `data/rows/items/pinned` to the response with the `200` status
- **2018-12-17** `f8b47b43a084` — 1 info
  - added the optional property `data/rows/items/favourite` to the response with the `200` status
- **2018-08-20** `3ff54b27e8aa` — 1 info
  - endpoint added
- **2018-08-20** `ba36cd387928` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/citizenos/apis/citizenos-api/changes/api/topics/get.md)

---

[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)
