Reads a single Flexible time record

What does it do?

This endpoint can be used to retrieve a list of flexible time records. To fetch flexible time record comments, you have to use this endpoint and pass the flexible_time_record_id as a param.

What params does it accept?
  • ids: retrieve only the flexible time records that matches the ids passed in the request.
  • project_worker_ids: retrieve only the flexible time records assigned to any project_worker specified in the request.
  • starts_on: filter flexible time records that started later the given param.
  • ends_on: filter flexible time records that started before the given param.
  • updated_after: this parameter is needed to filter flexible time records created or updated after a date.
Is it related to other entities?

A flexible time record is always related to a project worker and can optionally be related to a subproject.

Who can use it?

Only companies who have enabled projects_flexible_tracking feature and users with the permission to read flexible time records.

Language
Authorization
URL
Click Try It! to start a request and see the response here!