Skip to main content

Get time tracking records

Get time tracking records

Query Parameters
  • From date-time

    Date from, example value: 2018-07-25

  • To date-time

    Date to, example value: 2018-07-25

  • ContinuationToken string

    Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.

Responses

Success


Schema
  • ContinuationToken string
  • Items object[]
  • Array [
  • Guid guid required
  • Revision int64 required
  • PersonCreated guid
  • PersonChanged guid
  • TimestampCreated date-time
  • TimestampChanged date-time
  • CustomFields object
  • Person guid required
  • Date date required
  • From date-time
  • To date-time
  • Hours time-span required
  • Activity guid required
  • Description string
  • Contract guid
  • Subcontract guid
  • Location string
  • EndLocation string
  • Billable boolean required
  • CostRate decimal
  • BillingRate decimal
  • CostPrice decimal
  • BillingPrice decimal
  • ]
Loading...