API_MEDKINECT.Roles.get_roles C# (CSharp) Method

get_roles() public method

public get_roles ( ) : Object
return Object
        public Object get_roles()
        {
            return this.conexion_rest("get", "api/roles/#", null, this.id);
        }