Last changes in FlexiProject API.
The Resources API has been expanded to include departments and now supports optimized reporting views. These updates provide a more comprehensive and structured approach to resource distribution and reporting.
The following legacy endpoints have been decommissioned:
GET /api/Resources/{{userId}}/projectsGET /api/Resources/{{userId}}/capacityGET /api/Resources/{{userId}}/allocationTo enhance data security, we have introduced Workspaces. System now ensures that users are restricted to specific, authorized environments.
Due to that, the following entities must now be assigned to at least one workspace:
When performing creation requests for these elements, you must include the workspaceIds property in the request body.
"workspaceIds": ["{{workspaceId}}"]
The application now supports managing organizational structures. This update allows for the definition of departments, including the assignment of designated managers and associated team members.
Additionally departments are now fully integrated into task management and resource planning.
Project attributes now have a Formula type, enabling the dynamic calculation of values. This feature allows attribute values to be calculated automatically based on the real-time state of other project properties.
The following API's has been added: