List all role feature descriptions

This function gives a list of all team roles and their included features.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/TeamRoles/list_feature_descriptions
Request samples
uapi --output=jsonpretty \
  --user=username \
  TeamRoles \
  list_feature_descriptions
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "list_feature_descriptions",
  • "module": "TeamRoles",
  • "result": {
    • "data": {
      • "features": [
        • "Backup",
        • "MySQL® Databases",
        • "PHP"
        ],
      • "id": "database",
      • "title": "Database"
      },
    • "errors": null,
    • "messages": null,
    • "metadata": {
      • "transformed": 1
      },
    • "status": 1,
    • "warnings": null
    }
}