RolloutGroups
Retrieves a rollout group by Id.
get/spaces/{spaceIdentifier}/projects/{projectId}/featuretoggles/rollout-groups/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
idstring required
Response
A rollout group within a project, used to link rollout percentages between feature toggles.
Example response
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.