![]() |
|
Integrate OnTime with any ApplicationOnTime's APIs allow your dev team to use and manipulate the data in OnTime's database. It can be read, written, and updated using the API calls. How it Works: |
![]() |
|
private void button1_Click(object sender, System.EventArgs e)
{ DefectService.Defect defect = new DefectService.Defect(); defect.Name = textBox1.Text; defect.ReplicationProcedures = textBox2.Text; DefectService.DefectHandler dHandler = new DefectService.DefectHandler(); dHandler.AddDefect([SECURITY GUID], defect, null); } |
Easy to Use APIsIf you are a .NET developer, you're already familiar with the APIs exposed by the OnTime Web Services. With simple objects that represent a Defect or Feature and DataSets used for storage of multiple Defect and Feature, you'll find the OnTime Web Services extremely easy to use. Take a look at the sample code to the left: |
Free and No Additional Licensing RequiredThe solutions you create using the OnTime Web Services SDK can be used by any number of your internal users or customers without any requirement to obtain additional licensing from Axosoft. Even with the single-user version of OnTime, thousands of your customers can report bugs to your OnTime Database with no additional licensing needed. |
|













