get https://api.factorialhr.com/api/2025-01-01/resources/project_management/flexible_time_records/
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 theflexible time records
that matches theids
passed in the request.project_worker_ids
: retrieve only theflexible time records
assigned to anyproject_worker
specified in the request.starts_on
: filterflexible time records
that started later the given param.ends_on
: filterflexible 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.