API_MEDKINECT.Roles.get_all_roles C# (CSharp) Method

get_all_roles() public method

public get_all_roles ( ) : Object
return Object
        public Object get_all_roles()
        {
            return this.conexion_rest("get", "api/roles", null, -1);
        }