Get Timelogs (Task)

Get all timelog records for a task.

Scopes: Default, wsReadOnly, wsReadWrite

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
createdDate
object

Created date filter, exact match or range

updatedDate
object

Last updated date filter, exact match or range

trackedDate
object

Tracked date filter, exact match or range

boolean

If present - only timelogs created by current user are returned

boolean
Defaults to true

Adds all descendant tasks to search scope

boolean
Defaults to false

Get comment text as plain text, HTML otherwise

timelogCategories
array of objects
length ≤ 1000

Get timelog records for specified categories. Limit : 1000

timelogCategories
exportStatuses
array of objects

Get timelog records with specified export statuses

  • NotExported - Not Exported
  • Exported - Exported
  • ReadyForExport - Ready For Export
exportStatuses
billingTypes
array of objects

Billing type filter

  • Billable - Billable
  • NonBillable - Non-Billable
billingTypes
approvalStatuses
array of objects

Approval status filter

  • Draft
  • Approved
  • Rejected
  • Cancelled
  • Pending
approvalStatuses
number

Limit on number of returned timelogs

number

Page size for pagination (1-1000 items per page). When not specified, all matching timelogs are returned in a single response. When specified, results are paginated and nextPageToken is provided for subsequent pages.

string

A pagination request will return a token that applies an offset to the next page. The returned value should be used as an input parameter in the next request. Parameter pageSize can be omitted in this case.

fields
array of strings

Json string array of optional fields to be included in the response model

  • approvalStatus - Timesheet approval status
  • lockStatus - Timelog lock status
  • exportStatus - Timelog export status field
  • billingType - Timelog billing type
  • finance - Timelog Finance fields
fields
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json