get https://api.factorialhr.com/api/2025-01-01/resources/project_management/subprojects
What does it do?
This reads all subprojects created
What params does it accept?
ids
: retrieve only the subprojects that matches the ids passed in the request.\ninclude_inputed_minutes
: iftrue
we will perform the minutes calculations and will be return the totalinputed_minutes
. If the param is not passed in the request, its default value isFALSE
so it will returninputed_minutes: 0
and no minutes calculations will be performed.updated_after
: this parameter is needed to filter subprojects created or updated after a date.
Is it related to other entities?
A subproject is always related to a project, so you can use the query params to list only the subprojects that are related to a specific project.
Who can use it?
Only companies who have enabled the projects_with_subprojects
feature and users with the permission of read subprojects.