- Overview
- The
Time 2.0 Service is now available through a standard SOAP-compliant web
service interface. Web services offer subscribers with programmatic means
of accessing and managing their time utilization data. Through the Time 2.0 Web Service
you can...
- Download Time Entries
- Upload Time Entries
- Download Time Summaries
Read on to learn more.
- Availability
- The Time 2.0 Service Web Service interface is available to business users only.
- Security
- The Time 2.0 Service Web Services comply with standard WS-Security protocols.
Time 2.0 Service Web Service Security Policy
<xwss:SecurityConfiguration xmlns:xwss="http://java.sun.com/xml/ns/xwss/config">
<xwss:RequireUsernameToken passwordDigestRequired="false" nonceRequired="false"/>
</xwss:SecurityConfiguration>
Time 2.0 Service Web Service SOAP Request Header
<wsse:Security>
<wsse:UsernameToken>
<wsse:Username>username</wsse:Username>
<wsse:Password>password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
- WSDL
-
http://www.time2dot0.com/Time2dot0Web/ws/T20WS.wsdl
- Operations
- DownloadTimeEntries
- This operation provides a means of accessing raw time entry data from the Time 2.0 Service.
- Request Schema Documentation
- Response Schema Documentation
- Sample SOAP Request
- Sample SOAP Response
- UploadTimeEntries
- This operation provides a means of uploading time entry data to the Time 2.0 Service.
- Request Schema Documentation
- Response Schema Documentation
- Sample SOAP Request
- Sample SOAP Response
- DownloadTimeSummaries
- This operation provides a means of accessing aggregated time entry information. This operation is useful for the creation of time utilization reports.
- Request Schema Documentation
- Response Schema Documentation
- Sample SOAP Request
- Sample SOAP Response
- Dates
- All
date fields used in each operation's request and response XML are strings
the format "yyyy.MM.dd HH:mm:ss z". For example, "2007.08.31 23:59:59
CDT" corresponds to August, 31st 2007
at 11:59 and 59 seconds in Central Daylight Time.
To find out more about Time 2.0 Service please visit our
Terms of Use or
FAQ pages.
If you have any questions about how to use the Time 2.0 Web Services or would
like to suggest future enhancements please email
time2dot0.support@time2dot0.com.
|