Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

...

  1. Your application requests an access token from the InTime web services
    authenticate(java.lang.String agencyRefCode, java.lang.String username, java.lang.String password)
  2. Your application requests a login token for a particular user
    getSingleSignOnToken(java.lang.String token, java.lang.String username, int timeToLiveSeconds)
  3. 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

...