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