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
}