Features
Get all features lifecycle stage count
Information about the number of features in each lifecycle stage.
get/api/admin/lifecycle/count
Response
featureLifecycleCountSchema
Example response
{
"initial": 1,
"preLive": 1,
"live": 1,
"completed": 1,
"archived": 1
}Changes
Changed in 1 of the 7 revisions of this API.2
- ○
api tag
Featuresaddedapi-tag-added
- ○
api tag
Unstableremovedapi-tag-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○