Path Parameters
The name of a collection.
The name of a feature.
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.
Was this page helpful?