FeatureToggles
Lists all feature toggles within a project
get/{spaceId}/projects/{projectId}/featuretoggles
Path parameters
spaceIdstring required
projectIdstring required
Query parameters
environmentsstring[]
partialNamestring
Filters results to feature toggles whose name contains this text (case-insensitive substring match).
rolloutGroupsstring[]
skipinteger required
Number of items to skip. Defaults to zero
tagsstring[]
takeinteger required
Number of items to take. Defaults to 30
Response
Success
Example response
{
"Items": [
{
"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.