Phrase Content Groups API Reference 1.0.20
Content Groups are organization-scoped named containers that connect platform objects across the Phrase product suite. They act as the single matching principle for the translation and quality workflow: a TMS project, its Style Guides, Style Rules, and AI quality checks all resolve through a shared Content Group.Key Features
- Full group management — create, retrieve, update, and delete Content Groups for your organization
- Reference listing — retrieve the platform objects linked to a group, with optional filtering by
objectType - Typed object references — supported types are
TMS_PROJECT,TMS_PROJECT_TEMPLATE,PLATFORM_STYLE_GUIDE,PLATFORM_STYLE_RULE, andPLATFORM_QA_CHECK
The SYSTEM content group
Every organization has exactly one platform-managed SYSTEM content group, named “All Groups,” representing “applies to all content groups.” It’s created automatically — you never create it yourself — and appears inlistGroups/reference-listing results like any other group, distinguished by groupType: SYSTEM on the Group object (all other groups have groupType: USER).
- Immutable —
PUT/DELETEon a SYSTEM group returns403 Forbidden. Its name and description can never change; only the objects linked to it can. SYSTEMalias — use the literal stringSYSTEMin place of a real group id when getting a group or listing its references (GET /groups/{groupId},GET /groups/{groupId}/references). It is not accepted onPUT/DELETE /groups/{groupId}.includeSystemfilter —listGroupsand a group’slistGroupReferencesboth acceptincludeSystem(defaulttrue) to include/exclude the SYSTEM group and its references from results.- Restricted object types —
PLATFORM_STYLE_GUIDE,TMS_PROJECT, andTMS_PROJECT_TEMPLATEreferences are never linked to the SYSTEM group; onlyPLATFORM_QA_CHECKandPLATFORM_STYLE_RULEreferences can appear under it. You won’t see the restricted types inlistGroupReferencesresults for the SYSTEM group.
How Content Groups fit into the platform
Content Groups are the coordination layer across Phrase products. Once a TMS project is linked to a Content Group:- The project’s Style Guide and Style Rules are resolved from the group
- Quality Evaluation draws its checks from the
(Content Group, locale)pair - AI capabilities receive a Content Profile derived from the group’s rules
Base URL
Quick Start
- Exchange your API token for a JWT via the Authentication guide
- Create a Content Group for your organization
- Use the group ID when configuring TMS projects or Style Guides in other Phrase products