Not only do we provide extensive integration via API’s and CSV with front and back office systems, we also offer integration with other 3rd parties such as mobile app providers, agency websites, managed service systems and agency client time and attendance systems.
...
Where possible we integrate via web service which can support, two- way, real-time integration. We have two-way web service integration with the following systems:
- Bullhorn CRM
- Access Dimensions Web Services Integration Guide 1.3.6.pdf
- RSM Cloud Accounting Software, powered by Twinfield
...
- Your application requests an access token from the InTime web services
authenticate(java.lang.String agencyRefCode, java.lang.String username, java.lang.String password) - Your application requests a login token for a particular user
getSingleSignOnToken(java.lang.String token, java.lang.String username, int timeToLiveSeconds) - Your application creates a URL to your InTime site. The token retrieve in stage 2 is placed on the URL
https://timesheets.yoursite.com?ticket=xxxxxxxxxxxxxx
...