curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/features/{feature}
{
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": true
}
Return all attributes for a specified feature in a collection.
curl --request GET \
--url https://{FUSION HOST}/api/collections/{collection}/features/{feature}
{
"name": "<string>",
"collectionId": "<string>",
"params": {},
"enabled": true
}
The name of a collection.
The name of a feature.
successful operation
The response is of type object
.
Was this page helpful?