FeatureToggles
Retrieves a feature toggle by ID
get/{spaceId}/projects/{projectId}/featuretoggles/{id}
Path parameters
spaceIdstring required
projectIdstring required
idstring required
The feature toggle ID. A feature toggle slug is also accepted here as a fallback.
Response
A feature toggle
Example response
{
"Environments": [
{
"DeploymentEnvironmentId": "Environments-1",
"ExcludedTenantIds": [
"Tenants-1",
"..."
],
"TenantIds": [
"Tenants-1",
"..."
]
}
],
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.