GET
/
collections
/
{collection}
/
features
Get collection features.
curl --request GET \
  --url https://{FUSION HOST}/api/collections/{collection}/features
[
  {
    "name": "<string>",
    "collectionId": "<string>",
    "params": {},
    "enabled": true
  }
]

Path Parameters

collection
string
required

The name of a collection.

Response

200 - application/json

successful operation

The response is of type object[].