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

Path Parameters

collection
string
required

The name of a collection.

feature
string
required

The name of a feature.

Response

200 - application/json

successful operation

The response is of type object.