Skip to main content
GET
List references linked to the content group

Path Parameters

groupId
string
required

Content group identifier. The literal value SYSTEM may be used as an alias for the organization's SYSTEM content group.

Query Parameters

objectType
enum<string>

Filter references by object type. When omitted, all references are returned. Type of platform object being linked.

PLATFORM_STYLE_GUIDE, TMS_PROJECT and TMS_PROJECT_TEMPLATE are never linked to the organization's SYSTEM content group. PLATFORM_QA_CHECK and PLATFORM_STYLE_RULE are unaffected.

A TMS_PROJECT and TMS_PROJECT_TEMPLATE reference belongs to at most one content group at a time.

Available options:
PLATFORM_STYLE_GUIDE,
PLATFORM_STYLE_RULE,
TMS_PROJECT,
PLATFORM_QA_CHECK,
TMS_PROJECT_TEMPLATE
page
integer
default:0

Zero-based page index (default: 0)

size
integer
default:20

Number of items per page (default: 20, max: 100)

Required range: x <= 100
includeSystem
boolean
default:true

Whether to include references belonging to the organization's SYSTEM content group in the results

Response

References linked to this content group

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<int64>
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
object[]
required