This function lists the authenticated user's available feature lists.
Notes:
root
account, it returns all feature lists on the server.HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_featurelists
{- "data": {
- "featurelists": [
- "default",
- "disabled",
- "reseller1_test1",
- "reseller1_test2"
]
}, - "metadata": {
- "command": "get_featurelists",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}