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