---
title: "List references linked to the content group"
method: GET
path: "/api/v1/public/groups/{groupId}/references"
tags: ["Groups"]
---

# List references linked to the content group

`GET /api/v1/public/groups/{groupId}/references`

## Path parameters

- `groupId` string, required

## Query parameters

- `objectType` 'PLATFORM_STYLE_GUIDE' | 'PLATFORM_STYLE_RULE' | 'TMS_PROJECT' | 'PLATFORM_QA_CHECK' — Type of platform object being linked
- `page` integer
- `size` integer

## Response `200`

References linked to this content group

- GroupReferenceListResponse — Pagination metadata returned alongside paged collection responses. Use `page` and `size` as query parameters to navigate through results. Pages are zero-indexed — the first page is `page=0`.
  - `totalElements` integer, required — Total number of elements across all pages.
  - `totalPages` integer, required — Total number of pages given the current `pageSize`.
  - `pageSize` integer, required — Maximum number of elements returned per page.
  - `pageNumber` integer, required — Zero-based index of the current page.
  - `content` GroupReference[], required
    - `id` string, required — Unique identifier of the reference
    - `groupId` string, required — Identifier of the content group this reference belongs to
    - `objectType` 'PLATFORM_STYLE_GUIDE' | 'PLATFORM_STYLE_RULE' | 'TMS_PROJECT' | 'PLATFORM_QA_CHECK', required — Type of platform object being linked
    - `objectUid` string, required — Identifier of the linked platform object
    - `createdAt` string, required — When the reference was created — timestamp (ISO-8601 format)

## Other responses

- `401` — Unauthorized. Authentication failed because the access token is missing, expired, or invalid. Supply a valid access token and retry.
- `404` — Not found. The requested resource does not exist or is not visible to the authenticated user. Verify the identifiers in the request path and that the token has access to them, then retry.
- `500` — Internal server error

---

[API](https://skmtc.net/phrase/apis/control-hub-service.md) · [All operations](https://skmtc.net/phrase/apis/control-hub-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phrase/control-hub-service/revisions/98ecac7ba2bf/schema)
