Retrieves the feature adoption numbers for a specific feature and date range. If dateRangeEnd is not specified, defaults to the current time. Max date range is 7 days.
GET
/v1/feature/adoption/{featureId}
curl \
--request GET 'https://api.aptrinsic.com/v1/feature/adoption/{featureId}'
Response examples (200)
{
"id": "string",
"name": "string",
"type": "FEATURE",
"parentFeatureId": "string",
"propertyKey": "string",
"status": "ACTIVATED",
"featureLabels": [
{
"id": "string",
"name": "string",
"color": "string"
}
]
}