Reads a single Subproject

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.\n
  • include_inputed_minutes: if true we will perform the minutes calculations and will be return the total inputed_minutes. If the param is not passed in the request, its default value is FALSE so it will return inputed_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.

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