cURL
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.
The name of a collection.
successful operation
Show child attributes
Was this page helpful?