API_MEDKINECT.Calendars.get_all_calendars C# (CSharp) Method

get_all_calendars() public method

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