curl --request GET \
--url https://{FUSION HOST}/api/features/{feature}
{
"name": "<string>",
"defaults": {},
"callback": {
"uri": "<string>",
"method": "GET",
"queryParams": {},
"headers": {},
"entity": {}
}
}
Fetch details about a feature.
curl --request GET \
--url https://{FUSION HOST}/api/features/{feature}
{
"name": "<string>",
"defaults": {},
"callback": {
"uri": "<string>",
"method": "GET",
"queryParams": {},
"headers": {},
"entity": {}
}
}
The name of a feature.
successful operation
The response is of type object
.
Was this page helpful?