---
title: "Get Partner Topic mapping"
method: GET
path: "/api/partners/:partnerId/topics/:sourcePartnerObjectId"
tags: ["partners"]
---

# Get Partner Topic mapping

`GET /api/partners/:partnerId/topics/:sourcePartnerObjectId`

Enables Partner to map its object id to CitizenOS topic

## Path parameters

- `partnerId` string, required
- `sourcePartnerObjectId` string, required

## Response `200`

Topic that has partner object id

- object
  - `status` object
    - `code` string
  - `data` 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

## Changes

- **2019-01-08** `59c81251b4e5` — 1 warning, 1 info
  - removed the optional property `data/favourite` from the response with the `200` status
  - added the optional property `data/pinned` to the response with the `200` status
- **2018-12-17** `f8b47b43a084` — 1 info
  - added the optional property `data/favourite` to the response with the `200` status
- **2018-08-22** `a34f34aacc16` — 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/partners/:partnerId/topics/:sourcePartnerObjectId/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)
