Back to Time Tracking Item

GET Method Details for GetWeeklyRegistrations.

Get a list of time tracking item grouped expanded information by Task by the given period with norm hour

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-tracking-item/get-weekly-registrations

Parameters

  • startDate string Start of the period
  • version string The requested API version

Returns

  • [200] A list of time tracking item
    • Tasks array Gets or sets the list of task user registered.
    • TotalHoursDifference number Gets or sets the total hours difference for the date range.
    • TotalNormHours number Gets or sets the total norm hours for the date range.
    • TotalRegisteredHours number Gets or sets the total registered hours for the date range.
    {
      "Tasks": "",
      "TotalHoursDifference": 0.0,
      "TotalNormHours": 0.0,
      "TotalRegisteredHours": 0.0
    }
  • [401] Invalid authentication token
  • [500] Request to GetWeeklyRegistrations has failed
    • Code integer Gets the code.
    • Details array Gets the details.
    • DeveloperNote object
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }