The time APIs are provided as a series of webservice endpoints that can be used to programmatically access the Time Management module within The Anywhere Platform.
All endpoints require 2 parameters for authentication:
API_KEY
API_USER_KEY
Refer to the section: API Keys for details on how to obtain these.
Gets the relevant time sheet activity information for a given activity so it can be viewed or edited
Gets the relevant time sheet policy information for a given policy so it can be viewed or edited
Gets timesheet data for a given id and date range.
Takes in the activity information and returns the id on success.
Takes in the note and timesheet id then returns a success or error status.
Takes in the timesheet policy information and returns the submitted form information
Saves a timesheet with the given data and date range and returns an id on success.