GET
/v2/feature_ext
curl \
--request GET 'https://api.aptrinsic.com/v2/feature_ext'
Response examples (200)
{
"features": [
{
"id": "string",
"name": "string",
"type": "FEATURE",
"parentFeatureId": "string",
"propertyKey": "string",
"status": "ACTIVATED",
"mappedElements": [
{
"id": "string",
"name": "string",
"eventType": "CLICK",
"state": "ENABLED",
"type": "EVENT"
}
],
"featureLabels": [
{
"id": "string",
"name": "string",
"color": "string"
}
]
}
],
"pageNumber": 42,
"isLastPage": true
}