An API (Application Programming Interface) is a way to get access to Qlockwork data from other applications.
Qlockwork provides 2 standard interfaces that can be used to access our data
1 – The Qlockwork activity data in Outlook is all held in standard Outlook AppointmentItems. This means that you can access the data using ordinary VBA scripts and macros using Microsoft’s Outlook Object Model.
2 – You can export the data in .csv files (comma separated files) on a schedule. .csv files can be read by Excel, but they can also be imported into databases using standard middleware or import software such as Microsoft SSIS.
Recently, several customers have told us about the interesting integrations they have done between Qlockwork and other systems.
This has got us very enthusiatic about what individual clients can achieve in systems built around Qlockwork. We have therefore decided to document our APIs and set up some pages that will describe some of the innovative integration work that’s going on and how to go about doing it.
If any of you have done any integrating we would love to hear from you. Just drop us an email.

